Function otter_api_tests::unistd::pipe[]

pub fn pipe() -> Result<(i32, i32), Error>
Expand description

Create an interprocess channel.

See also pipe(2)