make_pipe

Function make_pipe 

Source
pub fn make_pipe() -> Result<(File, File)>
Expand description

Create a pipe.

This is a safe wrapper over libc::pipe or winapi::um::namedpipeapi::CreatePipe, depending on the operating system.