mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-01 14:54:02 +08:00
313d3882d75453a760304a636cec2b968087cb2c
Make sure to **not** notify handlers if the captured thread doesn't exist anymore, which would potentially result in dispatching to the wrong thread (ie. nullptr == current thread). This also applies when the app is shutting down and the even loop is not anymore available. In both cases, we should not trigger any error and skip notifications.
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%