Type Alias hotshot::Channel

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

An async broadcast channel