Expand description
Bounded, single-threaded dispatch queue for attempt coordination. This type is NOT thread-safe. For concurrent access, wrap in a Mutex.
Structs§
- Dispatch
Queue - Deterministic FIFO dispatch queue for attempt coordination.
Enums§
- Dispatch
Queue Error - Typed errors emitted by
DispatchQueue.