Mensys Online Shop

Concurrent Programming in Mac OS X and iOS

Categorie:Algemeen - Boeken Van:O'Reilly
Meer informatie:www.oreilly.comAuteur(s):Vandad Nahavandipoor
Publicatie-jaar: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  » Lees meer...

Concurrent Programming in Mac OS X and iOS

Selecteer een of meer artikelen en klik dan op Bestellen. Aantallen kunnen op de volgende blz. gewijzigd worden.
Partnr.OmschrijvingEuro *Euro incl. BTW 
9781449305635 Concurrent Programming in Mac OS X and iOS15.0015.90

Alle prijzen zijn in Euro excl. BTW (19%, voor boeken 6%) en excl. verzendkosten.
E-mail of bel 023 548 20 20 voor licenties, upgrades en andere vragen.

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.