Function leak_playground_flume::unbounded

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

Create an unbounded channel.