![]() |
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 Member Functions | |
template<typename F = Function> | |
FailureHandler (F &&func, const QFuture< ResultType > &f, QPromise< ResultType > &&p) | |
void | run () |
Static Public Member Functions | |
template<typename F = Function> | |
static void | create (F &&function, QFuture< ResultType > *future, const QFutureInterface< ResultType > &fi) |
template<typename F = Function> | |
static void | create (F &&function, QFuture< ResultType > *future, QFutureInterface< ResultType > &fi, QObject *context) |
Definition at line 375 of file qfuture_impl.h.
|
inline |
Definition at line 387 of file qfuture_impl.h.
References FailureHandler().
Referenced by FailureHandler().
|
static |
Definition at line 675 of file qfuture_impl.h.
References run().
|
static |
Definition at line 694 of file qfuture_impl.h.
References run().
void QtPrivate::FailureHandler< Function, ResultType >::run | ( | ) |
Definition at line 713 of file qfuture_impl.h.
Referenced by create(), and create().