Hacker News new | ask | show | jobs
by AlphaSite 978 days ago
It’s been a while but isn’t GCD an OS global queue rather than local to the process?
1 comments

Each process has its own GCD queue hierarchy that are executed by an in-process thread pool. Though it has some bits coupled with the kernel for stuff like Queue/Task QoS class -> Darwin thread QoS class and relatedly priority inversion.