Skip to main content

WakeQueue

Type Alias WakeQueue 

Source
type WakeQueue = BinaryHeap<Reverse<(Instant, OwnedServerName)>>;
Expand description

Per-worker retry timer keyed by earliest-retry deadline (tokio time). Every recorded federation failure arms one entry; heap size is bounded by the concurrently-sad destinations plus transient re-arms.

Aliased Typeยง

struct WakeQueue { /* private fields */ }