Skip to main content

set_process_group

Function set_process_group 

Source
pub fn set_process_group() -> Result<()>
Expand description

Put the calling process into its own process group.

Intended for use in pre_exec so the child becomes the group leader.