qtpromise/tests/auto
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 Implement QPromise::tap(handler) 2017-08-23 21:06:59 +02:00
future Minor code style cleanup 2017-06-10 10:06:25 +02:00
helpers Minor code style cleanup 2017-06-10 10:06:25 +02:00
qpromise Implement QPromise::tap(handler) 2017-08-23 21:06:59 +02:00
requirements Minor code style cleanup 2017-06-10 10:06:25 +02:00
thread Minor code style cleanup 2017-06-10 10:06:25 +02:00
auto.pro Add multithreading support 2017-06-04 22:22:26 +02:00
tests.pri Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00