tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
epoll_data
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
)
union
epoll_data {
void
*
ptr
;
int
fd
;
uint
u32
;
ulong
u64
;
}
Members
Variables
fd
int
fd
;
Undocumented in source.
ptr
void
*
ptr
;
Undocumented in source.
u32
uint
u32
;
Undocumented in source.
u64
ulong
u64
;
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