qtpromise/docs
Dmitriy Purgin 0c3955cca5
Implement QPromise<T>::convert<U>() (#41)
Converts the resolved value of `QPromise<T>` to the type `U`. Depending on types `T` and `U`, it performs a static cast, calls a converting constructor or tries to convert using `QVariant`.
2020-11-22 17:26:06 +01:00
..
.vuepress Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +01:00
qtpromise Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +01:00
README.md Upgrade npm dependencies for security fixes 2020-10-01 22:54:58 +02:00

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

Install Builds Coverage Marketplace

Overview

Promises/A+ implementation for Qt/C++.

Requires Qt 5.6 (or later) with C++11 support enabled.

Documentation

License

QtPromise is available under the MIT license.