2019-12-21 17:27:26 +08:00
---
home: true
heroImage: /hero.svg
2020-02-07 05:31:29 +08:00
footer: MIT Licensed | Copyright © Simon Brunel, https://github.com/simonbrunel
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 >
## Overview
2018-02-11 23:19:03 +08:00
[Promises/A+ ](https://promisesaplus.com/ ) implementation for [Qt/C++ ](https://www.qt.io/ ).
2022-06-27 00:10:20 +08:00
Requires [Qt 5.6 ](https://doc.qt.io/qt-5/ ) (or later) with [C++11 support enabled ](https://wiki.qt.io/How_to_use_C++11_in_your_Qt_Projects ) or [Qt 6 ](https://doc.qt.io/qt-6/ ).
2018-02-11 23:19:03 +08:00
2019-12-21 17:27:26 +08:00
## Documentation
- [Getting Started ](/qtpromise/getting-started.md )
- [Qt Concurrent ](/qtpromise/qtconcurrent.md )
- [Qt Signals ](/qtpromise/qtsignals.md )
- [Thread-Safety ](/qtpromise/thread-safety.md )
- [API Reference ](/qtpromise/api-reference.md )
2018-02-11 23:19:03 +08:00
## License
2019-12-21 17:27:26 +08:00
2018-02-11 23:19:03 +08:00
QtPromise is available under the [MIT license ](https://github.com/simonbrunel/qtpromise/blob/master/LICENSE ).