Module timer

Module timer 

Source
Expand description

A base implementation of the sorted timer queue.

Structs§

OrderedTimerDeque
A VecDeque based queue which is sorted (in ascending order) by the timeout which is absolute time.

Traits§

AsFd
A trait to borrow the file descriptor from an underlying object.
AsRawFd
A trait to extract the raw file descriptor from an underlying object.
OrderedTimerDequeIntrf
A trait which is implemented by the structs which defines the behaviour of the timer queue.