pub type Channels = BTreeMap<Priority, Channel>;
All channels, keyed by dispatch priority
struct Channels { /* private fields */ }