Concurrency by Tutorials, 2nd Edition

Concurrency by Tutorials, 2nd Edition
出版时间:2019
官网链接:RayWenderlich
下载地址:百度网盘(PDF+EPUB+CODE)
提取码    :rkxg

内容简介:

Up to date for iOS 13, Xcode 11 & Swfit 5.1

The book that teaches you everything there is to know about how to write performant and concurrent code for your iOS apps.

Dive Into Concurrency in Your iOS Apps!

Learn what is Concurrency and why would you even want to utilize it in your apps? Learn about Grand Central Dispatch, Apple’s implementation of C’s libdispatch, also known as GCD, as it’s one of the simplest ways to queue up tasks to be run in parallel. Then, take on Operations & Operation Queues for when GCD doesn’t quite cut it; you’ll learn how to further customize and reuse your concurrent work. You’ll then learn common concurrency problems that you could face while developing concurrent applications, such as Race Conditions, Deadlocks, and more. Finally, understand threads and thread sanitizer and the various threading-related concepts and how these connect to the knowledge you’ve accumulated throughout this book. You’ll also learn how to use Thread Sanitizer to ease your debugging when things go wrong.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Core Data by Tutorials, 6th Edition

2019-11-9 23:06:01

电子书

ARKit by Tutorials, 3rd Edition

2019-11-10 3:59:52

搜索