Luna::ThreadPriority
enum ThreadPriority : i32
{
low= 0
normal= 1
high= 2
critical= 3
}
Specifies the thread schedule priority.
enum ThreadPriority : i32
{
low= 0
normal= 1
high= 2
critical= 3
}
Specifies the thread schedule priority.