Module linux_api::epoll

source ·

Structs§

  • Epoll create flags, as used with epoll_create1.
  • 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§

  • Epoll control operation, as used with epoll_ctl.

Type Aliases§