Type Alias axtask::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 */ }