Module epoll

Source
Expand description

Safe wrappers over the epoll API.

Structs§

Epoll
Wrapper over epoll functionality.
EpollEvent
Wrapper over ‘libc::epoll_event’.
EventSet
The type of events we can monitor a file descriptor for.

Enums§

ControlOperation
Wrapper over EPOLL_CTL_* operations that can be performed on a file descriptor.