Lely core libraries  2.2.5
ev.h
Go to the documentation of this file.
1 
21 #ifndef LELY_EV_EV_H_
22 #define LELY_EV_EV_H_
23 
24 #include <lely/features.h>
25 
26 struct ev_task;
27 
29 typedef const struct ev_exec_vtbl *const ev_exec_t;
30 
31 #endif // !LELY_EV_EV_H_
features.h
ev_exec_t
const struct ev_exec_vtbl *const ev_exec_t
An abstract task executor.
Definition: ev.h:29
ev_exec_vtbl
Definition: exec.h:37
ev_task
An executable task.
Definition: task.h:41