[][src]Type Definition rtfm_syntax::analyze::FreeQueues

type FreeQueues = IndexMap<Task, BTreeMap<Sender, Ceiling>>;

All free queues, keyed by task and then by sender