pub fn create_pipe_pair() -> (File, File)
Expand description

Create a connected pipe pair. The first returned file is the read side of the pipe. The second returned file is the write side of the pipe.