bounded

Function bounded 

Source
pub fn bounded<T, B: Eq + Hash + Clone>(
    buffer: usize,
) -> (Sender<T, B>, Receiver<T, B>)
Expand description

Create a new bounded channel with delivery tracking.