Function ipc_queue::bounded_async

source ·
pub fn bounded_async<T, S>(
    len: usize,
    s: S
) -> (AsyncSender<T, S>, AsyncReceiver<T, S>)