pub fn passthru<S, R>() -> (MpscPair<S, R>, MpscPair<R, S>)
Expand description

Provides an entangled pair of Connectors so that a write to the left side appears as a read on the right side, and vice-versa.