Modern Concurrency in Swift (1st Edition) Год издания: 2021 Автор: Marin Todorov Издательство: Razeware LLC ISBN: 978-1950325535 Язык: Английский Формат: PDF/EPUB Качество: Издательский макет или текст (eBook) Количество страниц: 263 Описание: Master Swift’s new concurrency model!-For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hidden in a massive nesting of callback closures. In Swift 5.5, Apple introduced a new concurrency model featuring the async/await syntax, to let you write asynchronous code that reads like synchronous code. But like any new feature, here be dragons! So how will you achieve the much-desired mastery of Modern Swift Concurrency? Modern Concurrency in Swift is here for the rescue, showcasing everything you need to know about async/await, tasks, actors, and everything in between!
Оглавление
Book License Before You Begin What You Need Book Source Code & Forums Dedications About the Team Acknowledgments Introduction Section I: Modern Concurrency in Swift Chapter 1: Why Modern Swift Concurrency? Chapter 2: Getting Started With async/await Chapter 3: AsyncSequence & Intermediate Task Chapter 4: Custom Asynchronous Sequences With AsyncStream Chapter 5: Intermediate async/await & CheckedContinuation Chapter 6: Testing Asynchronous Code Chapter 7: Concurrent Code With TaskGroup Chapter 8: Getting Started With Actors Chapter 9: Global Actors Chapter 10: Actors in a Distributed System 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