Function shuttle::sync::mpsc::channel

source ยท
pub fn channel<T>() -> (Sender<T>, Receiver<T>)
Expand description

Create an unbounded channel