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