AsyncJob Class
(Utils::Internal::AsyncJob)Public Functions
AsyncJob(Function &&function, Args &&... args) | |
~AsyncJob() | |
int | future() |
void | run() |
void | setThreadPool(int *pool) |
void | setThreadPriority(int p) |
Member Function Documentation
AsyncJob::AsyncJob(Function &&function, Args &&... args)
Default constructs an instance of AsyncJob.
AsyncJob::~AsyncJob()
Destroys the instance of AsyncJob.