Mensys Online Shop

Concurrent Programming in Mac OS X and iOS

Category:General - Books By:O'Reilly
More info:www.oreilly.comAuthor(s):Vandad Nahavandipoor
Year of publication:2010 

Concurrent Programming in Mac OS X and iOSManaging 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.Concurrent Programming in Mac OS X and iOS:- Package your code as block  » Read more...

Concurrent Programming in Mac OS X and iOS

Select one or more articles and then press Order. Quantities can be changed on the next page.
Partnr.DescriptionEuro *US$Euro incl. VAT 
9781449305635 Concurrent Programming in Mac OS X and iOS15.0020.2415.90

All prices are in Euro excl. VAT (19%, for books 6%) and excl. shipping.
E-mail or call us at +31 (0)23 548 20 20 for licences, upgrades and other questions.

Concurrent Programming in Mac OS X and iOSManaging 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.Concurrent Programming in Mac OS X and iOS:- 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.