Function mitosis::init[][src]

pub fn init()
Expand description

Initialize mitosis

This MUST be called near the top of your main(), before you do any environment variable processing. Any code found before this will also be executed for each spawned child process.

Safety

It is not unsafe to omit this function, however mitosis::spawn may lead to unexpected behavior.