Struct std::rt::task::TaskOpts[src]
pub struct TaskOpts {
pub on_exit: Option<proc(Result<(), Box<Any>>): Send>,
pub name: Option<MaybeOwned<'static>>,
pub stack_size: Option<uint>,
}Fields
on_exit | |
name | |
stack_size |
pub struct TaskOpts {
pub on_exit: Option<proc(Result<(), Box<Any>>): Send>,
pub name: Option<MaybeOwned<'static>>,
pub stack_size: Option<uint>,
}on_exit | |
name | |
stack_size |
impl TaskOpts
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).