qtpromise/tests/auto/benchmark
Simon Brunel c55fa03e7b Implement QPromise::tap(handler)
This `handler` allows to observe the value of the `input` promise, without changing the propagated value. The `output` promise will be resolved with the same value as the `input` promise (the `handler` returned value will be ignored). However, if `handler` throws, `output` is rejected with the new exception. Unlike `finally`, this handler is not called for rejections.
2017-08-23 21:06:59 +02:00
..
benchmark.pro Add multithreading support 2017-06-04 22:22:26 +02:00
tst_benchmark.cpp Implement QPromise::tap(handler) 2017-08-23 21:06:59 +02:00