event

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Unions

_ev_
union _ev_
Undocumented in source.
ev_timeout_pos_
union ev_timeout_pos_
Undocumented in source.

Variables

_ev
_ev_ _ev;
Undocumented in source.
ev_active_next
TAILQ_ENTRY!event ev_active_next;
Undocumented in source.
ev_arg
void* ev_arg;
Undocumented in source.
ev_base
event_base* ev_base;
Undocumented in source.
ev_callback
ExternC!(void function(evutil_socket_t, short, void* arg)) ev_callback;
Undocumented in source.
ev_closure
ev_uint8_t ev_closure;
Undocumented in source.
ev_events
short ev_events;
Undocumented in source.
ev_fd
evutil_socket_t ev_fd;
Undocumented in source.
ev_flags
short ev_flags;
Undocumented in source.
ev_next
TAILQ_ENTRY!event ev_next;
Undocumented in source.
ev_pri
ev_uint8_t ev_pri;
Undocumented in source.
ev_res
short ev_res;
Undocumented in source.
ev_timeout
timeval ev_timeout;
Undocumented in source.
ev_timeout_pos
ev_timeout_pos_ ev_timeout_pos;
Undocumented in source.

Meta