pub type BroadcastMapSender<T> = Sender<T>;
pub struct BroadcastMapSender<T> { /* private fields */ }