yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
epoll_wait
yu
eventloop
selector
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)
package extern (
C
) @
system
nothrow
int
epoll_wait
(
int
epfd
,
epoll_event
*
events
,
int
maxevents
,
int
timeout
)
Meta
Source
See Implementation
yu
eventloop
selector
epoll
classes
EventChannel
enums
EFD_SEMAPHORE
EPOLLIN
EPOLL_CLOEXEC
EPOLL_CTL_ADD
EPOLL_EVENT
functions
epoll_create
epoll_create1
epoll_ctl
epoll_wait
eventfd
mixinModEvent
timerfd_create
timerfd_gettime
timerfd_settime
manifest constants
TFD_CLOEXEC
TFD_NONBLOCK
TFD_TIMER_ABSTIME
structs
EpollLoop
epoll_event
unions
epoll_data_t