Method lrs::thread::Scheduler::max_priority

Returns the maximum priority of this scheduler.

Syntax

impl Scheduler {
    fn max_priority(self) -> Result<u8, Errno>
}

See also