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

System task queue for background library tasks. More...

#include <cx/taskqueue/taskqueue.h>

Go to the source code of this file.

Macros

#define sysqAdd(task)   _sysqAdd(BasicTask(task))
 
#define sysqRun(ptask)
 
#define sysqSchedule(task, delay)   _sysqSchedule(ComplexTask(task), delay)
 
#define sysqDefer(task)   _sysqDefer(ComplexTask(task))
 

Functions

bool sysqCall (UserTaskCB func, void *userdata)
 

Detailed Description

System task queue for background library tasks.

Definition in file sysq.h.