Expand description
Traits and structures for working with
epoll
Structs§
- Epoll
Context - A wrapper of linux
epoll
. - Epoll
Events - A wrapper of raw
libc::epoll_event
. - Poll
Context - Used to poll multiple objects that have file descriptors.
- Poll
Event - An event returned by
PollContext::wait
. - Poll
Event Iter - An iterator over a subset of events returned by
PollContext::wait
. - Poll
Events - The list of events returned by
PollContext::wait
. - Poll
Events Owned - A deep copy of the event records from
PollEvents
. - Watching
Events - Watching events taken by
PollContext
.
Traits§
- Poll
Token - Trait for a token that can be associated with an
fd
in aPollContext
.