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