nix
0.27.1
In nix::
unistd
Functions
close
pipe
read
sleep
write
nix
::
unistd
Function
pipe
Copy item path
Settings
Help
Summary
Source
pub fn pipe() ->
Result
<(
RawFd
,
RawFd
),
Error
>
Expand description
Create an interprocess channel.
See also
pipe(2)