qtpromise/docs
Simon Brunel 69c07855f4
Implement QPromise<Sequence<T>>::map(mapper) (#15)
Iterate over all the promise value (i.e. `Sequence<T>`) and map the sequence to another using the given `mapper` function. Also provide a static helper to directly map values (`QtPromise::map(values, mapper)`).
2018-05-26 11:40:51 +02:00
..
assets New documentation based on GitBook CLI 2018-02-11 19:02:14 +01:00
qtpromise Implement QPromise<Sequence<T>>::map(mapper) (#15) 2018-05-26 11:40:51 +02:00
README.md Upgrade TravisCI environment to Qt 5.6 and GCC 4.9 2018-05-18 11:32:01 +02:00
SUMMARY.md Implement QPromise<Sequence<T>>::map(mapper) (#15) 2018-05-26 11:40:51 +02:00

Promises/A+

QtPromise

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

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

QtPromise for C++

License

QtPromise is available under the MIT license.