[][src]Function channel_async::bounded

pub fn bounded<T>(delay: Duration, cap: usize) -> (Sender<T>, Receiver<T>)