Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::CanceledHandler< Function, ResultType > Class Template Reference

#include <qfuture_impl.h>

+ Collaboration diagram for QtPrivate::CanceledHandler< Function, ResultType >:

Static Public Member Functions

template<class F = Function>
static void create (F &&handler, QFuture< ResultType > *future, QFutureInterface< ResultType > &fi)
 
template<class F = Function>
static void create (F &&handler, QFuture< ResultType > *future, QFutureInterface< ResultType > &fi, QObject *context)
 
template<class F = Function>
static void run (F &&handler, QFuture< ResultType > &parentFuture, QPromise< ResultType > &&promise)
 

Detailed Description

template<class Function, class ResultType>
class QtPrivate::CanceledHandler< Function, ResultType >

Definition at line 780 of file qfuture_impl.h.

Member Function Documentation

◆ create() [1/2]

template<class Function , class ResultType >
template<class F = Function>
static void QtPrivate::CanceledHandler< Function, ResultType >::create ( F && handler,
QFuture< ResultType > * future,
QFutureInterface< ResultType > & fi )
inlinestatic

Definition at line 784 of file qfuture_impl.h.

References future, Q_ASSERT, and QtPrivate::CanceledHandler< Function, ResultType >::run().

+ Here is the call graph for this function:

◆ create() [2/2]

template<class Function , class ResultType >
template<class F = Function>
static void QtPrivate::CanceledHandler< Function, ResultType >::create ( F && handler,
QFuture< ResultType > * future,
QFutureInterface< ResultType > & fi,
QObject * context )
inlinestatic

Definition at line 797 of file qfuture_impl.h.

References context, future, Q_ASSERT, QtPrivate::CanceledHandler< Function, ResultType >::run(), and QtPrivate::watchContinuation().

+ Here is the call graph for this function:

◆ run()

template<class Function , class ResultType >
template<class F = Function>
static void QtPrivate::CanceledHandler< Function, ResultType >::run ( F && handler,
QFuture< ResultType > & parentFuture,
QPromise< ResultType > && promise )
inlinestatic

Definition at line 811 of file qfuture_impl.h.

References QtPrivate::fulfillPromise().

Referenced by QtPrivate::CanceledHandler< Function, ResultType >::create(), and QtPrivate::CanceledHandler< Function, ResultType >::create().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: