HDK
|
#include <UT_Task.h>
Public Member Functions | |
UT_Task * | run () override |
Public Member Functions inherited from UT_Task | |
UT_Task () | |
void | setParentScope (const UT_TaskScope *parent) |
void | setRefCount (int count) |
void | incrementRefCount () |
int | decrementRefCount () |
void | recycleAsContinuation () |
void | recycleAsSafeContinuation () |
void | destroy () |
void | enqueue () |
void | spawnChild (UT_Task &task) |
void | cancelGroupExecution () |
bool | isCancelled () const |
void | waitForAll () |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_Task | |
static void | spawnRootAndWait (UT_Task &task) |
|
inlineoverridevirtual |