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_
This header file is part of the Lely libraries; it contains the compiler feature definitions.
const struct ev_exec_vtbl *const ev_exec_t
An abstract task executor.
Definition: ev.h:29
An executable task.
Definition: task.h:41