Reading List

Swift 6.2: Approachable Concurrency from Michael Tsai RSS feed.

Swift 6.2: Approachable Concurrency

Holly Borla: Swift 6.2 lowers the barrier to concurrent programming with a set of changes designed to reduce boilerplate and let you write safe concurrent code more naturally:Single-threaded by default: Run your code on the main thread without explicit @MainActor annotations using the new option to isolate code to the main actor by default. This […]