I gave a talk at the awesome Strange Loop conference today about concurrency in iOS. You can view the slides on SpeakerDeck, and see the Grand Central Dispatch and NSOperationQueue code samples on GitHub. Thanks to everyone who attended!
Tag: NSOperationQueue
CocoaConf Columbus 2012 Slides and Code
Yesterday I gave a talk on concurrency in OS X and iOS at CocoaConf Columbus. As promised, here are the slides and code:
- Slides
- Code—NSOperationQueue example
- Code—GCD Example (Note: The master branch does more than we covered. To see the end state we got to, check out the dispatch-barrier-example branch.)
Enjoy!