hunt ~v1.1.x (2025-02-10T00:10:27.0144053)
Dub
Repo
EpollEventChannel
hunt
event
selector
Epoll
version(HAVE_EPOLL)
class
EpollEventChannel : EventChannel {
this
(Selector loop);
~this
();
void
call
();
void
onRead
();
void
onClose
();
}
Constructors
this
this
(Selector loop)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
call
void
call
()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void
onClose
()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void
onRead
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
event
selector
Epoll
classes
AbstractSelector
EpollEventChannel
enums
EFD_SEMAPHORE
EPOLLIN
EPOLL_CLOEXEC
EPOLL_CTL_ADD
functions
epoll_create
epoll_create1
epoll_ctl
epoll_wait
eventfd
static variables
fdLimit
structs
epoll_event
unions
epoll_data