#include <UT_Task.h>
Definition at line 22 of file UT_Task.h.
void UT_Task::cancelGroupExecution |
( |
| ) |
|
|
inline |
int UT_Task::decrementRefCount |
( |
| ) |
|
|
inline |
void UT_Task::destroy |
( |
| ) |
|
|
inline |
void UT_Task::enqueue |
( |
| ) |
|
|
inline |
void UT_Task::incrementRefCount |
( |
| ) |
|
|
inline |
bool UT_Task::isCancelled |
( |
| ) |
const |
|
inline |
void UT_Task::recycleAsContinuation |
( |
| ) |
|
|
inline |
void UT_Task::recycleAsSafeContinuation |
( |
| ) |
|
|
inline |
Should be overriden by derived classes. Returns the next task to run, nullptr if none.
Implemented in UT_EmptyTask, and OP_CookTask.
void UT_Task::setRefCount |
( |
int |
count | ) |
|
|
inline |
static void UT_Task::spawnRootAndWait |
( |
UT_Task & |
task | ) |
|
|
inlinestatic |
void UT_Task::waitForAll |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: