Module rustix::event

source ·
Expand description

Event operations.

Modules

  • Linux epoll support.

Structs

Functions

  • eventfd(initval, flags)—Creates a file descriptor for event notification.
  • pause()
  • poll(self.fds, timeout)