qtpromise/tests/auto
Simon Brunel 4919a68959 Enhance QFuture integration and add unit tests
QFuture canceled with `QFuture::cancel()` now rejects attached promises with `QPromiseCanceledException`. In case the future is canceled because an exception (e) has been thrown, the promise is rejected with the same (e) exception (or `QUnhandledException` if not a subclass of `QException`).
2017-05-25 18:00:17 +02:00
..
future Enhance QFuture integration and add unit tests 2017-05-25 18:00:17 +02:00
helpers Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
qpromise Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
requirements Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
auto.pro Enhance QFuture integration and add unit tests 2017-05-25 18:00:17 +02:00
tests.pri Initial implementation 2017-05-14 19:03:01 +02:00