[go: up one dir, main page]

[][src]Function loom::sync::mpsc::channel

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

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