mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-01 14:54:02 +08:00
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)`).
5 lines
84 B
Prolog
5 lines
84 B
Prolog
TARGET = tst_helpers_map
|
|
SOURCES += $$PWD/tst_map.cpp
|
|
|
|
include(../../qtpromise.pri)
|