[][src]Function spmc::channel

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

Create a new SPMC channel.