|
HDK
|
#include <UT_TaskList.h>
Public Member Functions | |
| bool | isEmpty () const |
| Returns true when number of tasks is non-zero. More... | |
| void | clear () |
| Removes all tasks. More... | |
| template<typename Body > | |
| void | append (Body &&task) |
| Append a task. More... | |
| void | spawnRootAndWait () |
| Spawn this task list as root tasks and wait. More... | |
| void | runSerial () |
| Run this task list in serial. More... | |
Definition at line 27 of file UT_TaskList.h.
|
inline |
Append a task.
Definition at line 45 of file UT_TaskList.h.
|
inline |
Removes all tasks.
Definition at line 38 of file UT_TaskList.h.
|
inline |
Returns true when number of tasks is non-zero.
Definition at line 32 of file UT_TaskList.h.
|
inline |
Run this task list in serial.
Definition at line 66 of file UT_TaskList.h.
|
inline |
Spawn this task list as root tasks and wait.
Definition at line 51 of file UT_TaskList.h.