CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
taskrequirestask.h File Reference

Task dependency requirement. More...

#include <cx/obj.h>
#include "taskrequires.h"
#include <cx/taskqueue/task/task.h>

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.
 

Detailed Description

Task dependency requirement.

Note
This file is automatically generated from taskqueue/requires/taskrequirestask.cxh

Definition in file taskrequirestask.h.