epoll_data
version(HAVE_EPOLL)
extern (
C) @
system nothrow
union epoll_data {
}
- fd
int fd;
Undocumented in source.
- ptr
void* ptr;
Undocumented in source.
- u32
uint u32;
Undocumented in source.
- u64
ulong u64;
Undocumented in source.
hunt event selector Epoll
classesenumsfunctionsstatic variablesstructsunions