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
2017-06-10 10:06:25 +02:00
2017-05-14 19:03:01 +02:00
2017-06-10 11:27:38 +02:00
2018-03-01 22:32:46 +01:00

Promises/A+

QtPromise

qpm Travis coverage

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

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

Documentation

License

QtPromise is available under the MIT license.

Description
Promises/A+ implementation for Qt/C++
Readme MIT 1.2 MiB
Languages
C++ 97.8%
CMake 2.2%