Struct rustrt::task::Death[src]

pub struct Death {
    pub on_exit: Option<proc(Result): Send>,
    // some fields omitted
}

Per-task state related to task death, killing, failure, etc.

Fields

on_exit

Methods

impl Death

fn new() -> Death