mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-02-23 19:34:45 +08:00
- Use std::invoke_result, fallback to std::result_of on C++11/14. - Use RVO instead of std::move (GCC warning: redundant-move). - Replace QSharedPointer with std::shared_ptr (GCC warning: unititialized value). - QLinkedList is deprecated in Qt 5.15.
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.
Description
Languages
C++
97.8%
CMake
2.2%