[][src]Function af_lib::channel::unbounded

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

Creates an channel whose buffer can grow unbounded.