How the MainActor attribute eliminates the need for us to manually dispatch UI updates on the main queue when using Swift 5.5’s new concurrency system.| Swift by Sundell
Let’s take a look at a few different ways to run multiple tasks in parallel when using Swift’s built-in concurrency system, and when each of those techniques can be especially useful.| Swift by Sundell
Let’s explore Swift’s version of actors, and what kind of problems that we could solve by defining custom actor types within our code bases.| Swift by Sundell