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.