pub type SimpleBroadcast<'a, T> = Broadcast<'a, (), T>;
Simplified broadcast that only transmits values without context.
pub struct SimpleBroadcast<'a, T> { /* private fields */ }