Function new

Source
pub(crate) fn new<C>(chan: C) -> (Sender<C>, Receiver<C>)
🔬This is a nightly-only experimental API. (mpmc_channel #126840)
Expand description

Wraps a channel into the reference counter.