April 2012
Intermediate to advanced
196 pages
4h 42m
English
In this chapter, I explain how GCD is implemented in order to give you a better understanding of how it works. And then I explain one functionality of GCD called “data source,” which relates to the XNU kernel event.
This section shows how GCD is implemented. We especially look at the GCD structure and then see how a Block is executed on the dispatch queue.
From its functionality, we can guess that GCD uses the following components.
If that is all, it doesn’t need kernel-level implementation. ...
Read now
Unlock full access