Module pipe

Source
Available on crate feature pipe only.
Expand description

pipe and related APIs.

Structs§

PipeFlags
O_* constants for use with pipe_with.

Constants§

PIPE_BUF
PIPE_BUF—The maximum length at which writes to a pipe are atomic.

Functions§

pipe
pipe()—Creates a pipe.
pipe_with
pipe2(flags)—Creates a pipe, with flags.