Expand description
Access to the “poll” system call.
Structs§
- Poll
Request - A request for events related to a particular file descriptor in a call to
poll
. - Poll
Response - Represents the bitmask of event flags produced for a
PollRequest
when passed topoll
.
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.