Expand description
Bindings to epoll (Linux, Android).
Structsยง
- Event
Extra - 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 ๐
timespecvalue 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.