Function ksched::task::get_priority[][src]

pub async fn get_priority() -> Option<usize>
Expand description

Retrieve the priority of a real-time task.

Return None if this is a time-sharing task.