Module poll
Wait for events to trigger on specific file descriptors
Structs
-
PollFd
This is a wrapper around
libc::pollfd. -
PollFlags
These flags define the different events that can be monitored by
pollandppoll - PollTimeout PollTimeout argument for polling.
Enums
-
PollTimeoutTryFromError
Error type for integer conversions into
PollTimeout.