|
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 | |
| Current task state and flags. | |
Data Fields | |
| 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) | |