Expand description
Safe wrappers over the
epoll
API.
Structs§
- Epoll
- Wrapper over epoll functionality.
- Epoll
Event - Wrapper over ‘libc::epoll_event’.
- Event
Set - The type of events we can monitor a file descriptor for.
Enums§
- Control
Operation - Wrapper over
EPOLL_CTL_*
operations that can be performed on a file descriptor.