Constant lrs::pipe::flags::PIPE_CLOSE_ON_EXEC

Close the pipe when exec is called.

Syntax

const PIPE_CLOSE_ON_EXEC: PipeFlags = PipeFlags(O_CLOEXEC);

See also