qtpromise/tests
Simon Brunel 69c07855f4
Implement QPromise<Sequence<T>>::map(mapper) (#15)
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)`).
2018-05-26 11:40:51 +02:00
..
auto Implement QPromise<Sequence<T>>::map(mapper) (#15) 2018-05-26 11:40:51 +02:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00