Function channel

Source
pub(crate) fn channel<M>() -> (Sender<M>, Receiver<M>)
Expand description