Module poll

Source
Expand description

Access to the “poll” system call.

Structs§

PollRequest
A request for events related to a particular file descriptor in a call to poll.
PollResponse
Represents the bitmask of event flags produced for a PollRequest when passed to poll.

Functions§

poll
poll wraps the Linux system call of the same name, or at least one with a similar name, passing all of the given requests to the kernel.