2018-02-11 23:19:03 +08:00
|
|
|
<a href="https://promisesaplus.com/" title="Promises/A+ 1.1"><img src="https://promisesaplus.com/assets/logo-small.png" alt="Promises/A+" align="right"/></a>
|
2017-05-15 01:03:01 +08:00
|
|
|
|
|
|
|
# QtPromise
|
2018-09-07 23:50:09 +08:00
|
|
|
|
2018-02-11 23:19:03 +08:00
|
|
|
[![qpm](https://img.shields.io/github/release/simonbrunel/qtpromise.svg?style=flat-square&label=qpm&colorB=4CAF50)](https://www.qpm.io/packages/com.github.simonbrunel.qtpromise/index.html) [![Travis](https://img.shields.io/travis/simonbrunel/qtpromise/master.svg?style=flat-square)](https://travis-ci.org/simonbrunel/qtpromise) [![coverage](https://img.shields.io/codecov/c/github/simonbrunel/qtpromise.svg?style=flat-square)](https://codecov.io/gh/simonbrunel/qtpromise)
|
2017-05-26 16:29:58 +08:00
|
|
|
|
|
|
|
[Promises/A+](https://promisesaplus.com/) implementation for [Qt/C++](https://www.qt.io/).
|
|
|
|
|
2018-05-18 03:57:07 +08:00
|
|
|
Requires [Qt 5.6](https://www.qt.io/download/) (or later) with [C++11 support enabled](https://wiki.qt.io/How_to_use_C++11_in_your_Qt_Projects).
|
2017-06-04 16:29:41 +08:00
|
|
|
|
2018-02-11 23:19:03 +08:00
|
|
|
## Documentation
|
2017-06-04 16:29:41 +08:00
|
|
|
|
2018-09-07 23:50:09 +08:00
|
|
|
* [Getting Started](https://qtpromise.netlify.com/qtpromise/getting-started.html)
|
|
|
|
* [QtConcurrent](https://qtpromise.netlify.com/qtpromise/qtconcurrent.html)
|
|
|
|
* [Thread-Safety](https://qtpromise.netlify.com/qtpromise/thread-safety.html)
|
|
|
|
* [API Reference](https://qtpromise.netlify.com/qtpromise/api-reference.html)
|
2017-05-15 01:03:01 +08:00
|
|
|
|
|
|
|
## License
|
2018-09-07 23:50:09 +08:00
|
|
|
|
2017-06-10 17:27:38 +08:00
|
|
|
QtPromise is available under the [MIT license](LICENSE).
|