9781950325535-1950325539-Modern Concurrency in Swift (First Edition): Introducing Async/Await, Task Groups & Actors

Modern Concurrency in Swift (First Edition): Introducing Async/Await, Task Groups & Actors

ISBN-13: 9781950325535
ISBN-10: 1950325539
Author: raywenderlich Tutorial Team, Marin Todorov
Publication date: 2021
Publisher: Razeware LLC
Format: Paperback 273 pages
FREE US shipping

Book details

ISBN-13: 9781950325535
ISBN-10: 1950325539
Author: raywenderlich Tutorial Team, Marin Todorov
Publication date: 2021
Publisher: Razeware LLC
Format: Paperback 273 pages

Summary

Modern Concurrency in Swift (First Edition): Introducing Async/Await, Task Groups & Actors (ISBN-13: 9781950325535 and ISBN-10: 1950325539), written by authors raywenderlich Tutorial Team, Marin Todorov, was published by Razeware LLC in 2021. With an overall rating of 3.8 stars, it's a notable title among other Macintosh (Operating Systems, Programming, Swift, Programming Languages, Mobile Apps) books. You can easily purchase or rent Modern Concurrency in Swift (First Edition): Introducing Async/Await, Task Groups & Actors (Paperback) from BooksRun, along with many other new and used Macintosh books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $2.25.

Description

Learn Modern Swift Concurrency!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, which lets 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 comes to the rescue, showcasing what you need to know about async/await, tasks, actors and everything in between!Who This Book Is ForThis book is for intermediate Swift developers who are familiar with writing asynchronous applications and who want to leverage the new concurrency features in Swift 5.5 to write safer and more predictable asynchronous apps.Topics Covered in Modern Concurrency in SwiftUsing async/await: Learn how to use the new async/await keywords to define and run asynchronous work.Actors: Find out how to use the actor model to easily protect shared mutable state in a synchronized container.Tasks: You'll dive deeper into the Task type, which powers all asynchronous tasks in Swift's modern concurrency model.Task Groups: Use a Task Group to group multiple tasks together and run them concurrently, while using a familiar Array-like syntax to iterate over the results.Custom Asynchronous Sequences: Leverage the power of async/await in your own asynchronous work, by learning how to create custom AsyncStreams.Testing Asynchronous Code: Asynchronous code can be a challenging beast to test. You'll learn everything you need to tackle this challenge.One thing you can count on: After reading this book, you'll be prepared to leverage Swift's new concurrency features in your app to write safe, performant and predictable asynchronous code.

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book