2019-12-21 17:27:26 +08:00
|
|
|
<p align="center">
|
|
|
|
<img width="256" src="docs/.vuepress/public/hero.svg?sanitize=true">
|
|
|
|
</p>
|
2017-05-15 01:03:01 +08:00
|
|
|
|
2019-12-21 17:27:26 +08:00
|
|
|
<p align="center">
|
|
|
|
<a href="https://www.qpm.io/packages/com.github.simonbrunel.qtpromise/index.html"><img src="https://img.shields.io/github/release/simonbrunel/qtpromise.svg?style=flat-square&label=qpm&colorB=4CAF50&maxAge=600" alt="Install"></a>
|
2020-10-02 04:54:58 +08:00
|
|
|
<a href="https://travis-ci.com/simonbrunel/qtpromise"><img src="https://img.shields.io/travis/simonbrunel/qtpromise/master.svg?style=flat-square&maxAge=600" alt="Builds"></a>
|
2019-12-21 17:27:26 +08:00
|
|
|
<a href="https://codecov.io/gh/simonbrunel/qtpromise"><img src="https://img.shields.io/codecov/c/github/simonbrunel/qtpromise.svg?style=flat-square&maxAge=600" alt="Coverage"></a>
|
|
|
|
<a href="https://marketplace.qt.io/products/qtpromise"><img src="https://img.shields.io/static/v1?style=flat-square&label=Qt&message=Marketplace&colorB=40cd52&maxAge=600" alt="Marketplace"></a>
|
|
|
|
</p>
|
2018-09-07 23:50:09 +08:00
|
|
|
|
2019-12-21 17:27:26 +08:00
|
|
|
## Overview
|
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
|
|
|
|
2019-12-21 17:27:26 +08:00
|
|
|
- [Getting Started](https://qtpromise.netlify.com/qtpromise/getting-started.html)
|
|
|
|
- [Qt Concurrent](https://qtpromise.netlify.com/qtpromise/qtconcurrent.html)
|
|
|
|
- [Qt Signals](https://qtpromise.netlify.com/qtpromise/qtsignals.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).
|