[][src]Function actori_utils::mpsc::channel

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

Creates a unbounded in-memory channel with buffered storage.