mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 18:54:42 +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.
5 lines
81 B
Prolog
5 lines
81 B
Prolog
TARGET = tst_benchmark
|
|
SOURCES += $$PWD/tst_benchmark.cpp
|
|
|
|
include(../tests.pri)
|