qtpromise/tests
Simon Brunel e3f0f054af Implement QPromise<Sequence<T>>::reduce(reducer, initialValue)
Iterates over all the promise values (i.e. `Sequence<T>`) and reduces the sequence to a single value using the given `reducer` function and an optional `initialValue`. Also provide a static helper to directly reduce values (`QtPromise::reduce(values, reducer, initialValue)`).
2019-03-31 15:16:08 +02:00
..
auto Implement QPromise<Sequence<T>>::reduce(reducer, initialValue) 2019-03-31 15:16:08 +02:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00