Constant lrs::process::clone::CLONE_SIGHAND

Clone the address space of the process.

Syntax

const CLONE_SIGHAND: CloneFlags = CloneFlags(cty::CLONE_SIGHAND);

Remarks

If this flag is set, the process will be aborted.

See also