Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Spawn.Pgid
SourceProcess group IDs
Representation of the second parameter to setpgid
. If a value of this type is provided to spawn
, the child will immediately set its pgid accordingly.
Sets the child's pgid to the same as its process id. Equivalent to calling setpgid(0, 0)
.