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