qtpromise/tests/auto
Simon Brunel 051fed5fbc Implement QPromise<Sequence<T>>::each(functor)
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)`).
2018-09-07 16:50:29 +02:00
..
qtpromise Implement QPromise<Sequence<T>>::each(functor) 2018-09-07 16:50:29 +02:00
auto.pro Move tests under their own qtpromise sub folder 2017-09-19 09:39:13 +02:00