FreeQueues

Type Alias FreeQueues 

Source
pub type FreeQueues = IndexMap<Task, BTreeMap<Sender, Ceiling>>;
Expand description

All free queues, keyed by task and then by sender

Aliased Typeยง

pub struct FreeQueues { /* private fields */ }