qtpromise/tests/auto
Simon Brunel b47ca0569e Implement QPromise::delay(msec)
This method returns a promise that will be fulfilled with the same value as the `input` promise and after at least `msec` milliseconds. If the `input` promise is rejected, the `output` promise is immediately rejected with the same reason.
2017-08-24 18:28:44 +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::delay(msec) 2017-08-24 18:28:44 +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