mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Promises/A+ implementation for Qt/C++
313d3882d7
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. |
||
---|---|---|
docs | ||
include | ||
package/features | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
book.json | ||
LICENSE | ||
qpm.json | ||
qtpromise.pri | ||
qtpromise.pro | ||
README.md |
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.