Promises/A+ implementation for Qt/C++
Go to file
Simon Brunel 596855f579 Move helpers in separate file and add unit tests
Gather helpers in `promisehelpers.h` and add a global include file to make easier integration with the lib (`#include <QtPromise>`).
2017-05-25 09:19:36 +02:00
include Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
package/features Initial implementation 2017-05-14 19:03:01 +02:00
src Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
tests Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
.gitignore Initial implementation 2017-05-14 19:03:01 +02:00
LICENSE.md Initial implementation 2017-05-14 19:03:01 +02:00
qtpromise.pri Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
qtpromise.pro Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
README.md Initial implementation 2017-05-14 19:03:01 +02:00

Promises/A+

QtPromise

Promises/A+ implementation for Qt.

License

QtPromise is available under the MIT license.