[][src]Module tokio_timer::delay_queue

A queue of delayed elements.

See DelayQueue for more details.

Structs

DelayQueue

A queue of delayed elements.

Expired

An entry in DelayQueue that has expired and removed.

Key

Token to a value stored in a DelayQueue.