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 topoll
.
Functions§
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.