libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
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

namespace  Quotient
 

Concepts

concept  Quotient::BoundResultHandler
 
concept  Quotient::ResultHandler
 

Functions

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