pub fn pipe() -> Result<(UnnamedPipeWriter, UnnamedPipeReader)>Expand description
Creates a new pipe with the default creation settings and returns the handles to its writing end and reading end.
The platform-specific builders in the os module of the crate might be more helpful if a configuration process for the pipe is needed.