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
..
2017-06-10 10:06:25 +02:00
2017-06-10 10:06:25 +02:00
2017-08-24 18:28:44 +02:00
2017-06-10 10:06:25 +02:00
2017-06-10 10:06:25 +02:00
2017-06-04 22:22:26 +02:00