--- home: true heroImage: /hero.svg footer: MIT Licensed | Copyright © Simon Brunel, https://github.com/simonbrunel ---

Install Builds Coverage Marketplace

## Overview [Promises/A+](https://promisesaplus.com/) implementation for [Qt/C++](https://www.qt.io/). 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/). ## 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) ## License QtPromise is available under the [MIT license](https://github.com/simonbrunel/qtpromise/blob/master/LICENSE).