We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246cbfc commit 800fcbeCopy full SHA for 800fcbe
src/queue.c
@@ -6174,7 +6174,6 @@ _dispatch_root_queue_init_pthread_pool(dispatch_queue_global_t dq,
6174
}
6175
if (pool_size && pool_size < thread_pool_size) thread_pool_size = pool_size;
6176
dq->dgq_thread_pool_size = thread_pool_size;
6177
- // TODO: Save priority for later configuration in _dispatch_worker_thread
6178
qos_class_t cls = _dispatch_qos_to_qos_class(_dispatch_priority_qos(pri) ?:
6179
_dispatch_priority_fallback_qos(pri));
6180
if (cls) {
0 commit comments