Function leak_playground_flume::bounded

source ยท
pub fn bounded<T: Forget>(cap: usize) -> (Sender<T>, Receiver<T>)
Expand description

Create a bounded channel.