pub fn bounded<T, B: Eq + Hash + Clone>( buffer: usize, ) -> (Sender<T, B>, Receiver<T, B>)
Create a new bounded channel with delivery tracking.