mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 10:40:08 +08:00
4919a68959
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`).
7 lines
91 B
Prolog
7 lines
91 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
future \
|
|
helpers \
|
|
qpromise \
|
|
requirements
|