Simple coroutine library integrated with IO event loop (libevent) / objects in plain C Snapshot
|
#include <evthread.h>
Public Attributes | |
EVLOOP * | loop |
int | fd |
struct event | read_event |
int | read_buffer_size |
int | send_buffer_size |
EVTHREAD_FACTORY | factory |
void * | ctx |
Definition at line 236 of file evthread.h.
void* tagTCPACCEPTOR::ctx |
Definition at line 242 of file evthread.h.
Definition at line 241 of file evthread.h.
Definition at line 238 of file evthread.h.
Definition at line 237 of file evthread.h.
Definition at line 240 of file evthread.h.
struct event tagTCPACCEPTOR::read_event |
Definition at line 239 of file evthread.h.
Definition at line 240 of file evthread.h.