[][src]Function barrage::bounded

pub fn bounded<T: Clone + Unpin>(capacity: usize) -> (Sender<T>, Receiver<T>)

Create a bounded channel of the given capacity.