mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-21 18:24:29 +08:00
0c3955cca5
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`. |
||
---|---|---|
.. | ||
.vuepress | ||
qtpromise | ||
README.md |
home | heroImage | footer |
---|---|---|
true | /hero.svg | MIT Licensed | Copyright © Simon Brunel, https://github.com/simonbrunel |
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.