libQuotient
A Qt library for building matrix clients
jobhandle.h File Reference
#include "basejob.h"
#include <QtCore/QFuture>
Include dependency graph for jobhandle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Quotient::JobHandle< JobT >
 A job pointer and a QFuture in a single package. More...
 

Namespaces

 Quotient
 

Functions

template<std::derived_from< BaseJob > JobT>
 Quotient::JobHandle (JobT *) -> JobHandle< JobT >
 

Variables

template<typename FnT , typename JobT >
concept Quotient::BoundResultHandler
 
template<typename FnT , typename JobT >
concept Quotient::ResultHandler = BoundResultHandler<FnT, JobT> || std::is_member_function_pointer_v<FnT>