pub type BroadcastMapSender<T> = Sender<T>;
Represents a sender endpoint for a broadcast channel within a map, used to dispatch messages.
pub struct BroadcastMapSender<T> { /* private fields */ }