| 
    Simple coroutine library integrated with IO event loop (libevent) / objects in plain C Snapshot 
   | 
 
#include <evthread.h>

Public Attributes | |
| EVTHREAD_OBJECT | object_base | 
| EVLOOP * | loop | 
| int | timer_id | 
| struct timeval | tm | 
| struct event | timer_event | 
| EVTIMERSTATE | state | 
Definition at line 143 of file evthread.h.
Definition at line 146 of file evthread.h.
Definition at line 144 of file evthread.h.
Definition at line 151 of file evthread.h.
| struct event tagEVTIMER::timer_event | 
Definition at line 149 of file evthread.h.
Definition at line 147 of file evthread.h.
| struct timeval tagEVTIMER::tm | 
Definition at line 148 of file evthread.h.
 1.7.4