mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-03-14 18:39:44 +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)`).
959 B
959 B
QPromise
Public Members
QPromise<T>::QPromise
QPromise<T>::delay
QPromise<T>::fail
QPromise<T>::finally
QPromise<T>::isFulfilled
QPromise<T>::isPending
QPromise<T>::isRejected
QPromise<T>::map
QPromise<T>::tap
QPromise<T>::tapFail
QPromise<T>::then
QPromise<T>::timeout
QPromise<T>::wait