Channel

Type Alias Channel 

Source
pub(crate) type Channel<S> = (Sender<Arc<S>>, Receiver<Arc<S>>);
Expand description

An async broadcast channel