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
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

Concurrent Programming in Mac OS X and iOS: Unleash Multicore Performance with Grand Central Dispatch
56
Concurrent Programming in Mac OS X and iOS: Unleash Multicore Performance with Grand Central Dispatch
56Product Details
ISBN-13: | 9781449305635 |
---|---|
Publisher: | O'Reilly Media, Incorporated |
Publication date: | 06/07/2011 |
Pages: | 56 |
Product dimensions: | 7.00(w) x 9.19(h) x 0.12(d) |