Function ruspiro_channel::mpmc::channel[][src]

pub fn channel<T: 'static>() -> (Sender<T>, Receiver<T>)

Create both sides of a mpmc channel