Function ruspiro_channel::mpmc::async_channel[][src]

pub fn async_channel<T: 'static>() -> (AsyncSender<T>, AsyncReceiver<T>)

Create both sides of an asynchronous mpmc channel