nix
0.26.4
In nix::
unistd
Function
nix
::
unistd
::
pipe
Copy item path
source
ยท
[
−
]
pub fn pipe() ->
Result
<(
RawFd
,
RawFd
),
Error
>
Expand description
Create an interprocess channel.
See also
pipe(2)