axtask

Type Alias AxTaskRef

Source
pub type AxTaskRef = Arc<RRTask<TaskInner, MAX_TIME_SLICE>>;
Available on crate feature multitask only.
Expand description

The reference type of a task.

Aliased Typeยง

struct AxTaskRef { /* private fields */ }