Module epoll

Source

Structs§

EpollCreateFlags
Epoll create flags, as used with epoll_create1.
EpollEvents
Epoll event types and input flags, which are ORed together in the events member of struct epoll_event. As explained in epoll_ctl(2), some flags represent event types and other flags specify various input wakeup options.

Enums§

EpollCtlOp
Epoll control operation, as used with epoll_ctl.

Type Aliases§

epoll_event