Hacker News new | ask | show | jobs
by jjmanton 5201 days ago
It is strange the article makes no mention of grand central dispatch. It makes threading easy even for the most inexperienced developer.
1 comments

Or NSOperation/NSOperationQueue (which are using GCD under the hood).