Module tokio::timer::delay_queue[][src]

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.