mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-04-10 11:01:59 +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.