|
CX Framework
Cross-platform C utility framework
|
Task with name, timing information, and completion callbacks. More...
#include <task.h>
Public Member Functions | |
| atomic (uint32) state | |
Data Fields | |
| void * | logctx |
| string | name |
| Task name shown in monitor output. | |
| int64 | last |
| Last time this task was moved between queues and/or run. | |
| cchain | oncomplete |
| Functions called when task completes (success or failure) | |
| Task::atomic | ( | uint32 | ) |
Current task state and flags
| void* Task::logctx |