Function hydroflow::util::unsync::mpsc::unbounded

source ·
pub fn unbounded<T>() -> (Sender<T>, Receiver<T>)
Expand description

Create an unbounded unsync MPSC channel.