pub fn bound_async_mem_channel(
    max_bytes: usize,
    maybe_active: Option<&Active>
) -> (Box<dyn AsyncWrite + Unpin + Send + 'static, Global>, Box<dyn AsyncRead + Unpin + Send + 'static, Global>)
Expand description

Construct a bound async read/write memory channel