Book description
Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming on multicore iOS devices and Mac OS X.
Managing your application’s resources on more than one core isn't easy, but it's vital. Apps that use only one core in a multicore environment will slow to a crawl. If you know how to program with Cocoa or Cocoa Touch, this guide will get you started with GCD right away, with many examples to help you write high-performing multithreaded apps.
- Package your code as block objects and invoke them with GCD
- Understand dispatch queues—the pools of threads managed by GCD
- Use different methods for executing UI and non-UI tasks
- Create a group of tasks that GCD can run all at once
- Instruct GCD to execute tasks only once or after a delay
- Discover how to construct your own dispatch queues
Publisher resources
Table of contents
- A Note Regarding Supplemental Files
- Preface
- 1. Introducing Block Objects
-
2. Programming Grand Central Dispatch
- Short Introduction to Grand Central Dispatch
- Different Types of Dispatch Queues
- Dispatching Tasks to Grand Central Dispatch
- Performing UI-Related Tasks
- Performing Non-UI-Related Tasks Synchronously
- Performing Non-UI-Related Tasks Asynchronously
- Performing Tasks After a Delay
- Performing a Task at Most Once
- Running a Group of Tasks Together
- Constructing Your Own Dispatch Queues
- About the Author
- Copyright
Product information
- Title: Concurrent Programming in Mac OS X and iOS
- Author(s):
- Release date: May 2011
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449305635
You might also like
book
Concurrent Programming on Windows
“When you begin using multi-threading throughout an application, the importance of clean architecture and design is …
book
Pro Multithreading and Memory Management for iOS and OS X
If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. Automatic Reference …
book
iOS Programming Cookbook
Over 50 exciting and powerful recipes to help you unearth the promise of iOS programming About …
book
Learning Objective-C 2.0: A Hands-on Guide to Objective-C for Mac and iOS Developers, Second Edition
Get Started Fast with Objective-C 2.0 Programming for OS X Mountain Lion, iOS 5.1, and Beyond …