1. 首页
  2. 操作系统
  3. MacOS
  4. Mac.OS.X和iOS中的并行开发

Mac.OS.X和iOS中的并行开发

上传者: 2018-12-27 15:08:52上传 PDF文件 4.15MB 热度 34次
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 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
用户评论
码姐姐匿名网友 2018-12-27 15:08:52

基础,学好,不错的资源。

码姐姐匿名网友 2018-12-27 15:08:52

应该是非常不错的

码姐姐匿名网友 2018-12-27 15:08:52

就是起步难 感谢 给一个这么基础的