mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-28 04:54:14 +08:00
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.