MCPcopy Create free account
hub / github.com/carllerche/syncbox / DelayQueue

Class DelayQueue

src/delay_queue.rs:58–60  ·  view source on GitHub ↗

An unbounded blocking queue of delayed values. When a value is pushed onto the queue, a delay is included. The value will only be able to be popped off once the specified delay has expired. The head of the queue is the value whose delay is expired and furthest in the past.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected