|
CX Framework
Cross-platform C utility framework
|
Task dependency requirement. More...
Go to the source code of this file.
Data Structures | |
| struct | TaskRequiresTask |
| Dependency on another task completing. More... | |
Macros | |
| #define | taskrequirestaskCreate(deptask, failok) TaskRequiresTask_create(Task(deptask), failok) |
Typedefs | |
| typedef struct TaskRequiresTask | TaskRequiresTask |
| Dependency on another task completing. | |
Task dependency requirement.
Definition in file taskrequirestask.h.