Concurrency by Tutorials (3rd Edition) Год издания: 2023 Автор: Scott Grosch Издательство: Kodeco Inc. ISBN: 978-1950325917 Язык: Английский Формат: PDF/EPUB Качество: Издательский макет или текст (eBook) Количество страниц: 113 Описание: The book that teaches you everything there is to know about how to write performant and concurrent code for your iOS apps.-What is concurrency, and why would you even want to use it in your apps? Find out everything you need to know in this book. Learn about Grand Central Dispatch, Apple’s implementation of C’s libdispatch, also known as GCD — one of the simplest ways to queue up tasks to 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.
Оглавление
Book License Before You Begin What You Need Book Source Code & Forums Dedications About the Team Acknowledgments Section I: Getting Started With Concurrency Chapter 1: Introduction Chapter 2: GCD vs. 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 Conclusion
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum