pub type SpawnBarriers = BTreeMap<Receiver, BTreeMap<Sender, bool>>;
Cross-core spawn barriers
pub struct SpawnBarriers { /* private fields */ }