hunt.event.selector.Epoll

Undocumented in source.

Members

Classes

AbstractSelector
class AbstractSelector
EpollEventChannel
class EpollEventChannel

Enums

EFD_SEMAPHORE
anonymousenum EFD_SEMAPHORE
Undocumented in source.
EPOLLIN
anonymousenum EPOLLIN
Undocumented in source.
EPOLL_CLOEXEC
anonymousenum EPOLL_CLOEXEC
Undocumented in source.
EPOLL_CTL_ADD
anonymousenum EPOLL_CTL_ADD
Undocumented in source.

Functions

epoll_create
int epoll_create(int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.
eventfd
socket_t eventfd(uint initval, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

fdLimit
size_t fdLimit;
Undocumented in source.

Structs

epoll_event
struct epoll_event
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

epoll_data
union epoll_data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta