rustix::event

Module kqueue

Source
Expand description

An API for interfacing with kqueue.

Structs§

Enums§

Functions§

  • kevent(kqueue, changelist, eventlist, timeout)—Wait for events on a kqueue.
  • kqueue()—Create a new kqueue file descriptor.