mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-02 22:45:08 +08:00
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)`).
5 lines
87 B
Prolog
5 lines
87 B
Prolog
TARGET = tst_qpromise_each
|
|
SOURCES += $$PWD/tst_each.cpp
|
|
|
|
include(../../qtpromise.pri)
|