Function native::task::new[src]
pub fn new(stack_bounds: (uint, uint)) -> Box<Task>
Creates a new Task which is ready to execute as a 1:1 task.
pub fn new(stack_bounds: (uint, uint)) -> Box<Task>
Creates a new Task which is ready to execute as a 1:1 task.
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).