Function std::rt::run

pub fn run(main: ~fn()) -> int

Execute the main function in a scheduler.

Configures the runtime according to the environment, by default using a task scheduler with the same number of threads as cores. Returns a process exit code.