Module poll

Module poll 

Source
Expand description

A common code for timer polling.

Re-exports§

pub use super::unix::TimerEventWatch;

Structs§

PollInterrupt
PollInterruptAq
PolledTimerFd
A wrapper which provides a funtionality for the TimerPoll.
TimerPoll
A event notification system for timers.

Enums§

PollEventType
A poll result.

Traits§

TimerPollOps
A standart functions for each timer.

Type Aliases§

DefaultEventWatch