Crate delay_queue

Source
Expand description

A concurrent unbounded blocking queue where each element can only be removed when its delay expires.

Structs§

Delay
Wraps a value that should be delayed.
DelayQueue
A concurrent unbounded blocking queue where each item can only be removed when its delay expires.

Traits§

Delayed
A value that is delayed until some Instant.