hotshot
0.1.0
hotshot
Type Alias
Channel
Copy item path
Source
pub(crate) type Channel<S> = (Sender<
Arc
<S>>, Receiver<
Arc
<S>>);
Expand description
An async broadcast channel