qtpromise/tests
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
..
auto Implement QPromise::delay(msec) 2017-08-24 18:28:44 +02:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00