[][src]Function mogwai::txrx::txrx

pub fn txrx<A: 'static>() -> (Transmitter<A>, Receiver<A>)

Create a linked Transmitter<A> and Receiver<A> pair.