![]() |
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 1075 of file qfuture_impl.h.
using QtPrivate::WhenAnyContext< ResultType >::ValueType = ResultType |
Definition at line 1077 of file qfuture_impl.h.
|
inline |
Definition at line 1080 of file qfuture_impl.h.
References promise.
QPromise<ResultType> QtPrivate::WhenAnyContext< ResultType >::promise |
Definition at line 1089 of file qfuture_impl.h.
Referenced by checkForCompletion().
QAtomicInt QtPrivate::WhenAnyContext< ResultType >::ready = false |
Definition at line 1088 of file qfuture_impl.h.