Module rustix::event

source ·
Expand description

Event operations.

Modules§

  • Linux epoll support.

Structs§

Functions§

  • eventfd(initval, flags)—Creates a file descriptor for event notification.
  • Compute the minimum nfds value needed for the set pointed to by fds.
  • Set fd in the set pointed to by fds.
  • Compute the number of FdSetElements needed to hold a set which can contain up to set_count file descriptors with values less than nfds.
  • Clear fd in the set pointed to by fds.
  • pause()
  • poll(self.fds, timeout)—Wait for events on lists of file descriptors.
  • select(nfds, readfds, writefds, exceptfds, timeout)—Wait for events on sets of file descriptors.

Type Aliases§