Function native::run[src]
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.
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.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).