qtpromise/tests
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
..
auto Implement QPromise::tap(handler) 2017-08-23 21:06:59 +02:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00