This website requires JavaScript.
Explore
Help
Sign In
amass
/
qtpromise
Watch
1
Star
0
Fork
0
You've already forked qtpromise
mirror of
https://github.com/simonbrunel/qtpromise.git
synced
2024-11-22 19:00:05 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5e754d1b08
qtpromise
/
tests
/
auto
/
future
/
future.pro
6 lines
92 B
Prolog
Raw
Normal View
History
Unescape
Escape
Setup Travis CI builds and code coverage Built with Qt 5.4.2/GCC 4.8.4, code coverage with LCOV 1.13 and reported to Codecov.
2017-05-26 16:29:58 +08:00
QT
+=
concurrent
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-26 00:00:17 +08:00
TARGET
=
tst_future
SOURCES
+=
$
$
PWD
/
tst_future
.
cpp
include
(
.
.
/
tests
.
pri
)
Reference in New Issue
Copy Permalink