mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-01-23 04:14:38 +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.
9 lines
120 B
Prolog
9 lines
120 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
benchmark \
|
|
future \
|
|
helpers \
|
|
qpromise \
|
|
requirements \
|
|
thread
|