Function tikv_util::mpsc::loose_bounded [−][src]
pub fn loose_bounded<T>(cap: usize) -> (LooseBoundedSender<T>, Receiver<T>)
Create a loosely bounded channel with the given capacity.
pub fn loose_bounded<T>(cap: usize) -> (LooseBoundedSender<T>, Receiver<T>)
Create a loosely bounded channel with the given capacity.