[src]

Function native::run

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

Executes a procedure on the current thread in a Rust task context.

This function has all of the same details as start except for a different number of arguments.