Function bmrng::unbounded::channel[][src]

pub fn channel<Req, Res>(
) -> (UnboundedRequestSender<Req, Res>, UnboundedRequestReceiver<Req, Res>)
Expand description

Creates an unbounded mpsc request-response channel for communicating between asynchronous tasks without backpressure.

Also see bmrng::channel()