qtpromise/docs
Simon Brunel e3f0f054af Implement QPromise<Sequence<T>>::reduce(reducer, initialValue)
Iterates over all the promise values (i.e. `Sequence<T>`) and reduces the sequence to a single value using the given `reducer` function and an optional `initialValue`. Also provide a static helper to directly reduce values (`QtPromise::reduce(values, reducer, initialValue)`).
2019-03-31 15:16:08 +02:00
..
.vuepress Implement QPromise<Sequence<T>>::reduce(reducer, initialValue) 2019-03-31 15:16:08 +02:00
qtpromise Implement QPromise<Sequence<T>>::reduce(reducer, initialValue) 2019-03-31 15:16:08 +02:00
README.md Migrate documentation to VuePress 2018-09-09 10:55:07 +02:00

Promises/A+

QtPromise

Promises/A+ implementation for Qt/C++.

Requires Qt 5.6 (or later) with C++11 support enabled.

License

QtPromise is available under the MIT license.