Available on crate feature
pipe
only.Expand description
Structs§
O_*
constants for use withpipe_with
.
Constants§
PIPE_BUF
—The maximum length at which writes to a pipe are atomic.
Functions§
pipe()
—Creates a pipe.pipe2(flags)
—Creates a pipe, with flags.