Answer the question
In order to leave comments, you need to log in
Maximum Thread Priority
Good day!
I ran into this problem in C#:
You need to set the priority of the created RealTime thread, but in the .Priority thread property, you can set the maximum to Highest,
//если есть Thread s = new Thread();
s.Priority = ThreadPriority.Highest; // RealTime или TimeCritical здесь нет, но есть следующее:
ThreadPriorityLevel.TimeCritical; // Можно ли выставить такой приоритет для s ?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question