Function native::task::spawn_optsDeprecated[src]
pub fn spawn_opts(opts: TaskOpts, f: proc(): Send)
Spawns a new task given the configuration options and a procedure to run inside the task.
pub fn spawn_opts(opts: TaskOpts, f: proc(): Send)
Spawns a new task given the configuration options and a procedure to run inside the 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).