mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-04 15:35:06 +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.