mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-02 23:35:26 +08:00
fa987a50442e4b982864ce4e083f44e3c046e163
Make sure that QPromiseResolve and QPromiseReject release their associated promise as soon as one of them is resolved or rejected, ensuring that the promise data is cleaned up once resolved (that fixes cases where one or both of them are captured in a signal/slot connection lambda)
QtPromise
Promises/A+ implementation for Qt/C++.
Requires Qt 5.4 (or later) with C++11 support enabled.
Documentation
License
QtPromise is available under the MIT license.
Description
Languages
C++
97.8%
CMake
2.2%