Module poll

Source
Expand description

Traits and structures for working with epoll

Structs§

EpollContext
A wrapper of linux epoll.
EpollEvents
A wrapper of raw libc::epoll_event.
PollContext
Used to poll multiple objects that have file descriptors.
PollEvent
An event returned by PollContext::wait.
PollEventIter
An iterator over a subset of events returned by PollContext::wait.
PollEvents
The list of events returned by PollContext::wait.
PollEventsOwned
A deep copy of the event records from PollEvents.
WatchingEvents
Watching events taken by PollContext.

Traits§

PollToken
Trait for a token that can be associated with an fd in a PollContext.