mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
051fed5fbc
Call the given `functor` on each element in the promise value (i.e. `Sequence<T>`), then resolve to the original sequence unmodified. Also provide a static helper to directly filter values (`QtPromise::each(values, functor)`). |
||
---|---|---|
.. | ||
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.