nix
nix
errno
fcntl
poll
pty
spawn
sys
ioctl
memfd
prctl
select
signal
signalfd
stat
statfs
statvfs
sysinfo
termios
time
wait
unistd
alarm
nix
::
unistd
::
pipe
Function
pipe
fn pipe() ->
Result
<(
OwnedFd
,
OwnedFd
),
Error
>
Create an interprocess channel.
See also
pipe(2)