Channels

Type Alias Channels 

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

All channels, keyed by dispatch priority

Aliased Typeยง

pub struct Channels { /* private fields */ }