Module unnamed_pipe

Source
Expand description

Unix-specific named pipe functionality.

Traits§

UnnamedPipeExt
Unix-specific extensions to synchronous named pipe senders and receivers.

Functions§

pipe
Like platform-general pipe(), but allows pipe pairs to be immediately created in nonblocking mode on Linux, eliding a fcntl().