Автор: Scott Grosch
Издательство: Razeware LLC
Жанр: Программирование
Год издания: 2019
Страниц: 96
Язык: Английский
Формат: PDF/EPUB
Размер: 20 Мб
The book that teaches you everything there is to know about how to write performant and concurrent code for your iOS apps.
Оглавление
Early Access Edition
What You Need
Book License
Book Source Code & Forums
Section I: Getting Started with Concurrency
Chapter 1: Introduction
Chapter 2: GCD & Operations
Section II: Grand Central Dispatch
Chapter 3: Queues & Threads
Chapter 4: Groups & Semaphores
Chapter 5: Concurrency Problems
Section III: Operations
Chapter 6: Operations
Chapter 7: Operation Queues
Chapter 8: Asynchronous Operations
Chapter 9: Operation Dependencies
Chapter 10: Canceling Operations
Section IV: Real-Life Concurrency
Chapter 11: Core Data
Chapter 12: Thread Sanitizer