[go: up one dir, main page]

channel

Function channel 

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

Mock implementation of std::sync::mpsc::channel.