Function bounded_async

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