Function scheduler::priority

pub fn priority(task: &TaskRef) -> Option<u8>
Expand description

Re-exports for convenience and legacy compatibility. Returns the priority of the given task.

Returns None if the task is not on a priority run queue.