Crate delay_queue

Source
Expand description

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

Structs§

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

Traits§

  • A value that is delayed until some Instant.