Concurrency

by Fatbobman

CDE: An Attempt to Make Core Data Feel More Like Modern Swift

by Fatbobman

Why Does Passing NSManagedObjectContext Across Isolation Domains No Longer Error in Swift 6.2? The Real Change Isn't in the Compiler

by Fatbobman

isolated(any) and #isolation: Letting Swift Closures Automatically Inherit Isolation

by Fatbobman

Using MainActor.assumeIsolated to Solve Legacy API Compatibility Issues with Swift 6

by Fatbobman

Swift 6: Sendable, @unchecked Sendable, @Sendable, sending and nonsending

by Fatbobman

Default Actor Isolation: New Problems from Good Intentions

by Fatbobman

NotificationCenter.Message: A New Concurrency-Safe Notification Experience in Swift 6.2

by Megabits

Swift 6 Refactoring in a Camera App - SLIT_STUDIO Development Log

by Fatbobman

Core Data Reform: Achieving Elegant Concurrency Operations like SwiftData

by Fatbobman

SwiftUI Views and @MainActor

by Fatbobman

Concurrent Programming in SwiftData

by Fatbobman

Mastering the SwiftUI task Modifier

by Fatbobman

Collaboration between Combine and async/await

by Fatbobman

Several Tips on Core Data Concurrency Programming

by Fatbobman

Rebuilding SwiftUI's Redux-like State Container with Async-Await