[][src]Module nix::poll

Wait for events to trigger on specific file descriptors

Structs

EventFlags

These flags define the different events that can be monitored by poll and ppoll

PollFd

This is a wrapper around libc::pollfd.

Functions

poll

poll waits for one of a set of file descriptors to become ready to perform I/O. (poll(2))