Type Alias Channels

Source
pub type Channels = BTreeMap<Receiver, BTreeMap<Priority, BTreeMap<Sender, Channel>>>;
Expand description

All cross-core channels, keyed by receiver core, then by dispatch priority and then by sender core

Aliased Typeยง

pub struct Channels { /* private fields */ }