Available on crate feature
poll
only.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
poll
andppoll
- Poll
Timeout - PollTimeout argument for polling.