tanya.async.event.epoll

Event loop implementation for Linux.

Public Imports

core.sys.linux.epoll
public import core.sys.linux.epoll;

Members

Classes

EpollLoop
class EpollLoop
Undocumented in source.

Functions

epoll_create1
int epoll_create1(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
epoll_ctl
int epoll_ctl(int epfd, int op, int fd, epoll_event* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
epoll_wait
int epoll_wait(int epfd, epoll_event* events, int maxevents, int timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta