[][src]Function interprocess::unnamed_pipe::pipe

pub fn pipe() -> Result<(UnnamedPipeWriter, UnnamedPipeReader)>

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.