pub type P2PStatusSenders = BTreeMap<PeerId, Sender<Option<P2PConnectionStatus>>>;
pub struct P2PStatusSenders { /* private fields */ }