Struct delay_timer::timer::task::Task [−][src]
pub struct Task {
pub task_id: u64,
// some fields omitted
}Expand description
Periodic Task Structures.
Fields
task_id: u64Unique task-id.
Implementations
Get the maximum running time of the task.
check if task has arrived.
check if task has already.
check if task has runable status.
get_next_exec_timestamp
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Taskimpl !UnwindSafe for Task