axtask

Type Alias WeakAxTaskRef

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

The weak reference type of a task.

Aliased Typeยง

struct WeakAxTaskRef { /* private fields */ }