pub fn connected_byte_pipes( ring_size: usize, ) -> (BytePipe<FlatRingMem>, BytePipe<FlatRingMem>)
Creates a pair of async connected byte pipes. Useful for testing.