Constant rustix::io::PIPE_BUF

source ·
pub const PIPE_BUF: usize = backend::io::types::PIPE_BUF; // 4_096usize
Expand description

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

References