[][src]Function kayrx::krse::sync::local::mpsc::channel

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

Creates a unbounded in-memory channel with buffered storage.