Expand description
Wait for events to trigger on specific file descriptors
Structs§
- PollFd
- This is a wrapper around
libc::pollfd. - Poll
Flags - These flags define the different events that can be monitored by
pollandppoll - Poll
Timeout - PollTimeout argument for polling.
Enums§
- Poll
Timeout TryFrom Error - Error type for integer conversions into
PollTimeout.