Function tikv_util::mpsc::unbounded[][src]

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

Create an unbounded channel.