Skip to main content

channel

Function channel 

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