tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
epoll_event
tango
sys
linux
epoll
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (
C
)
struct
epoll_event {
uint
events
;
epoll_data_t
data
;
}
Members
Variables
data
epoll_data_t
data
;
Undocumented in source.
events
uint
events
;
Undocumented in source.
Meta
Source
See Implementation
tango
sys
linux
epoll
aliases
epoll_data_t
enums
EPOLLIN
functions
epoll_create
epoll_ctl
epoll_wait
structs
epoll_event
unions
epoll_data
variables
EPOLL_CTL_ADD
EPOLL_CTL_DEL
EPOLL_CTL_MOD