yu.eventloop.selector.epoll

Undocumented in source.

Members

Classes

EventChannel
class EventChannel
Undocumented in source.

Enums

EFD_SEMAPHORE
anonymousenum EFD_SEMAPHORE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EPOLLIN
anonymousenum EPOLLIN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EPOLL_CLOEXEC
anonymousenum EPOLL_CLOEXEC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EPOLL_CTL_ADD
anonymousenum EPOLL_CTL_ADD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EPOLL_EVENT
enum EPOLL_EVENT
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
int 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.
mixinModEvent
string mixinModEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
timerfd_create
int timerfd_create(int clockid, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timerfd_gettime
int timerfd_gettime(int fd, itimerspec* curr_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timerfd_settime
int timerfd_settime(int fd, int flags, itimerspec* new_value, itimerspec* old_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

TFD_CLOEXEC
enum TFD_CLOEXEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TFD_NONBLOCK
enum TFD_NONBLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TFD_TIMER_ABSTIME
enum TFD_TIMER_ABSTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

EpollLoop
struct EpollLoop

系统I/O事件处理类,epoll操作的封装

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_t
union epoll_data_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta