mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
69c07855f4
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)`). |
||
---|---|---|
.. | ||
assets | ||
qtpromise | ||
README.md | ||
SUMMARY.md |
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.