Function procspawn::init[][src]

pub fn init()
Expand description

Initializes procspawn.

This function must be called at the beginning of main. Whatever comes before it is also executed for all processes spawned through the spawn function.

For more complex initializations see ProcConfig.