[][src]Function procspawn::init

pub fn init()

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.