Function af_core::channel::unbounded[][src]

pub fn unbounded<T>() -> (Sender<T>, Receiver<T>)

Creates an channel whose buffer can grow unbounded.