Skip to main content

set_current_thread_to_highest_scheduler_priority

Function set_current_thread_to_highest_scheduler_priority 

Source
pub fn set_current_thread_to_highest_scheduler_priority() -> Result<(), String>
Expand description

Raises the calling thread to the highest SCHED_FIFO priority.

Port of franka::setCurrentThreadToHighestSchedulerPriority; the Err strings are libfranka’s, verbatim.