Module rustix::pipe

source ·
Available on crate feature pipe only.
Expand description

pipe and related APIs.

§Safety

vmsplice is an unsafe function.

Structs§

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.