pub fn set_current_thread_priority(
    priority: ThreadPriority
) -> Result<(), Error>
Expand description

Set current thread’s priority.