Module pipe

Source
Available on Unix and crate feature net only.
Expand description

Unix pipe types.

Structs§

OpenOptions
Options and flags which can be used to configure how a FIFO file is opened.
Receiver
Reading end of a Unix pipe.
Sender
Writing end of a Unix pipe.

Functions§

pipe
Creates a new anonymous Unix pipe.