qtpromise/docs
Simon Brunel 963ec621e1 Rename qPromise() helper to QtPromise::resolve()
For consistency with other helpers, deprecate `qPromise()` in favor of `QtPromise::resolve()` but also add support for calling this helper with lvalue. Add extra unit tests to make sure that rvalue is not copied.
2019-03-25 14:45:41 +01:00
..
.vuepress Rename qPromise() helper to QtPromise::resolve() 2019-03-25 14:45:41 +01:00
qtpromise Rename qPromise() helper to QtPromise::resolve() 2019-03-25 14:45:41 +01:00
README.md Migrate documentation to VuePress 2018-09-09 10:55:07 +02:00

Promises/A+

QtPromise

Promises/A+ implementation for Qt/C++.

Requires Qt 5.6 (or later) with C++11 support enabled.

License

QtPromise is available under the MIT license.