We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961f477 commit 13111eeCopy full SHA for 13111ee
1 file changed
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolWorkQueue.cs
@@ -1151,7 +1151,7 @@ private void EnsureWorkerScheduled()
1151
// Currently where this type is used, queued work is expected to be processed
1152
// at high priority. The implementation could be modified to support different
1153
// priorities if necessary.
1154
- ThreadPool.UnsafeQueueUserWorkItemInternal(this, preferLocal: false);
+ ThreadPool.UnsafeQueueHighPriorityWorkItemInternal(this);
1155
}
1156
1157
0 commit comments