mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 10:40:08 +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
|