pub type WeakAxTaskRef = Weak<RRTask<TaskInner, MAX_TIME_SLICE>>;
multitask
The weak reference type of a task.
struct WeakAxTaskRef { /* private fields */ }