mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Promises/A+ implementation for Qt/C++
9bbef41a50
Make continuation methods const (then/fail/finally) and ensure that the resolved promise value/error is copied only when required, same for user lambdas (dispatching result is now fully handled by the PromiseData). |
||
---|---|---|
include | ||
package/features | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE.md | ||
qtpromise.pri | ||
qtpromise.pro | ||
README.md |
QtPromise
Promises/A+ implementation for Qt/C++.
Requires Qt 5.4 or later.
License
QtPromise is available under the MIT license.