mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Promises/A+ implementation for Qt/C++
2c8ed6e676
The extra space between template closing angle brackets is not anymore required in C++11 (https://en.wikipedia.org/wiki/C%2B%2B11#Right_angle_bracket) |
||
---|---|---|
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.