Constant lrs::pipe::flags::PIPE_DONT_BLOCK

Return an error instead of blocking.

Syntax

const PIPE_DONT_BLOCK: PipeFlags = PipeFlags(O_NONBLOCK);

See also