mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 19:00:05 +08:00
81625e1964
Make QPromise thread safe but also ensure that continuation lambdas (then/fail/finally) are called in the thread of the promise instance they are attached to.
6 lines
92 B
Prolog
6 lines
92 B
Prolog
QT += concurrent
|
|
TARGET = tst_thread
|
|
SOURCES += $$PWD/tst_thread.cpp
|
|
|
|
include(../tests.pri)
|