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: u64

Unique 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 runnable status.

check if task has valid status.

get_next_exec_timestamp

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.