Function subscribe_helper

Source
pub fn subscribe_helper<A: Clone + Send + Sync>(
    broadcaster: &Broadcaster<A>,
) -> Receiver<A>