devela::_dep::rustix::pipe

Constant PIPE_BUF

pub const PIPE_BUF: usize = c::PIPE_BUF; // 4_096usize
Available on crate feature dep_rustix only.
Expand description

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

§References