Module epoll

Module epoll 

Source
Expand description

Bindings to epoll (Linux, Android).

Structsยง

EventExtra
Extra information about this event.
Events
A list of reported I/O events.
Poller
Interface to epoll.

Enumsยง

Notifier ๐Ÿ”’
The notifier for Linux.

Constantsยง

TS_ZERO ๐Ÿ”’
timespec value that equals zero.

Functionsยง

epoll_flags ๐Ÿ”’
Get the EPOLL flags for the interest.
read_flags ๐Ÿ”’
Epoll flags for all possible readability events.
write_flags ๐Ÿ”’
Epoll flags for all possible writability events.