10% off all books and free delivery over £50
Buy from our bookstore and 25% of the cover price will be given to a school of your choice to buy more books. *15% of eBooks.

Concurrent Programming in Mac OS X and iOS

View All Editions (3)

£15.99 £14.39

We can order this from the publisher. Usually dispatched within 15 working days

Add To Wishlist
Write A Review

About

Concurrent Programming in Mac OS X and iOS Synopsis

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

About This Edition

ISBN: 9781449305635
Publication date:
Author: Vandad Nahavandipoor
Publisher: O'Reilly an imprint of O'Reilly Media
Format: Paperback
Pagination: 46 pages
Genres: Microsoft programming
Macintosh programming
Mobile and handheld device programming / Apps programming