Does the iPhone SDK support Grand Central Dispatch so that we can take advantage of the multiple cores in the new iPad CPU?
Yes, because iOS 4.0 has GCD support in iOS. Starting from iOS 2.0, the common thread API (pthread And NSThread) available
Does the iPhone SDK support Grand Central Dispatch so that we can take advantage of the multiple cores in the new iPad CPU?
Yes, because iOS 4.0 has GCD support in iOS. Starting from iOS 2.0, common thread APIs (pthread and NSThread) are available
< /p>