qtpromise/tests/auto
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
..
qtpromise Implement QPromise<Sequence<T>>::map(mapper) (#15) 2018-05-26 11:40:51 +02:00
auto.pro Move tests under their own qtpromise sub folder 2017-09-19 09:39:13 +02:00