![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfuture_impl.h>
Public Types | |
| using | ValueType = ResultType |
Public Member Functions | |
| template<typename T = ResultType, typename = EnableForNonVoid<T>> | |
| void | checkForCompletion (qsizetype, T &&result) |
Public Attributes | |
| QAtomicInt | ready = false |
| QPromise< ResultType > | promise |
Definition at line 1081 of file qfuture_impl.h.
| using QtPrivate::WhenAnyContext< ResultType >::ValueType = ResultType |
Definition at line 1083 of file qfuture_impl.h.
|
inline |
Definition at line 1086 of file qfuture_impl.h.
References promise.
| QPromise<ResultType> QtPrivate::WhenAnyContext< ResultType >::promise |
Definition at line 1095 of file qfuture_impl.h.
Referenced by checkForCompletion().
| QAtomicInt QtPrivate::WhenAnyContext< ResultType >::ready = false |
Definition at line 1094 of file qfuture_impl.h.