BroadcastSender

Type Alias BroadcastSender 

Source
pub type BroadcastSender<T> = Sender<T>;
Expand description

Represents a sender endpoint for a broadcast channel, used to dispatch messages to all subscribed receivers.

Aliased Typeยง

pub struct BroadcastSender<T> { /* private fields */ }