Function get_thread_priority
pub fn get_thread_priority(native: u64) -> Result<ThreadPriority, Error>Available on crate feature
tasks only.Expand description
Get the thread’s priority value.
pub fn get_thread_priority(native: u64) -> Result<ThreadPriority, Error>tasks only.Get the thread’s priority value.