An open API service indexing awesome lists of open source software.

https://github.com/simonbrunel/qtpromise

Promises/A+ implementation for Qt/C++
https://github.com/simonbrunel/qtpromise

asynchronous concurrent cpp11 future promise qt

Last synced: 23 days ago
JSON representation

Promises/A+ implementation for Qt/C++

Awesome Lists containing this project

README

          




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](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)

## License

QtPromise is available under the [MIT license](LICENSE).