Function two_lock_queue::unbounded [] [src]

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

Creates a new channel without a capacity bound.

An alias for channel(usize::MAX)