Skip to main content

unbounded

Function unbounded 

Source
pub fn unbounded<T>() -> (Sender<T>, Receiver<T>)
Available on crate feature tokio only.
Expand description

Create an unbounded unsync MPSC channel.