![]() |
Pioneer
|
#include <JobQueue.h>

Public Member Functions | |
| JobQueue ()=default | |
| JobQueue (const JobQueue &)=delete | |
| JobQueue & | operator= (const JobQueue &)=delete |
| virtual | ~JobQueue () |
| virtual Job::Handle | Queue (Job *job, JobClient *client=nullptr)=0 |
| virtual void | Cancel (Job *job)=0 |
| virtual Uint32 | FinishJobs ()=0 |
|
default |
|
delete |
|
inlinevirtual |
|
pure virtual |
Implemented in TaskGraphJobQueueImpl, and SyncJobQueue.
|
pure virtual |
Implemented in TaskGraphJobQueueImpl, and SyncJobQueue.
|
pure virtual |
Implemented in TaskGraphJobQueueImpl, and SyncJobQueue.