Expand description
Access to the “poll” system call.
Structs
A request for events related to a particular file descriptor in a call to
poll
.Represents the bitmask of event flags produced for a
PollRequest
when
passed to poll
.Functions
poll
wraps the Linux system call of the same name, passing all of the
given requests to the kernel.