Search code examples
Unstructured Task not inheriting execution context...


swiftuiswift-concurrency

Read More
Concurrency issues with HKLiveWorkoutBuilder managed by @Observable class...


iosswiftwatchoshealthkitswift-concurrency

Read More
Swift6 concurrency and NSBundleResourceRequest...


swiftconcurrencyswift-concurrencyswift6

Read More
Swift: Map AsyncStream into another AsyncStream...


swiftswift-concurrency

Read More
Get rid of warning: Passing argument of non-sendable type 'AVAssetExportSession' outside of ...


swiftuikitswift-concurrency

Read More
asyncDetached falling back into main thread after MainActor call...


swiftasync-awaitswift5swift-concurrencymainactor

Read More
Swift: Conform Older Protocols to MainActor Isolation?...


swiftactorquicklookswift-concurrency

Read More
Swift Concurrency: Notification Callbacks on @MainActor Objects...


swiftasync-awaitappkitswift-concurrency

Read More
Synchronising a MainActor isolated method during init and satisfying swift 6 concurrency...


iosswiftswift-concurrency

Read More
Strange error with "Cannot form key path to main actor-isolated property ..." in Swift con...


iosswiftswift-concurrency

Read More
How come a MainActor isolated mutable stored property gives a sendable error?...


swiftswift-concurrency

Read More
Difference between starting a detached task and calling a nonisolated func in main actor...


swiftswift-concurrency

Read More
How to run tasks off the main actor with Swift Concurrency...


swiftuicollectionviewuicollectionviewcellswift-concurrency

Read More
Mixing Task with Future Publisher in Swift 6 with strict concurrency checking...


swiftcombineswift-concurrency

Read More
How to check if the current task is cancelled in Swift Tasks (async/await)...


swiftasync-awaitconcurrencyswift-concurrency

Read More
What is normal exit for a task group in Swift Concurrency...


swiftswift-concurrency

Read More
Task error: Type of expression is ambiguous without a type annotation...


swiftswiftuiswift-concurrency

Read More
Swift Concurrency - Why my Task didn't inherit the parent Task's executor and priority...


swiftswift-concurrency

Read More
Recurring function in Swift 5.5 using async/await...


swiftasync-awaitswiftuiswift5swift-concurrency

Read More
How to push state changes out from a SwiftUI Actor...


swiftuiswift-concurrency

Read More
How to avoid deadlock / hang when using SwiftData and @Observable?...


swiftuiswiftdataswift-concurrency

Read More
How do I create a singleton reference-type in Swift 6?...


swiftswift-concurrencyswift6

Read More
Swift async/await implement refresh using a task...


iosswiftasynchronousswift-concurrencyswift-task

Read More
How to add static functions that use Tasks in Swift Task extensions...


swiftswift-concurrency

Read More
Closures in actors: Sending 'nonSendable' risks causing data races...


swiftactorswift-concurrencyswift6xcode16

Read More
Passing argument of non-sendable type '(any URLSessionTaskDelegate)?' outside of main actor-...


iosswiftswiftuiconcurrencyswift-concurrency

Read More
How to access a static property Swift 6 concurrency-safe?...


swiftstaticthread-safetyswift-concurrencyswift6

Read More
How do you execute code when scene goes to background using new Swift async/await concurrency model?...


swiftasynchronousasync-awaitswift-concurrency

Read More
Swift 6: Capture of 'self' with non-sendable type in a @Sendable closure...


swiftconcurrencyactorswift-concurrencyswift6

Read More
What is a "Concurrent Context"?...


swiftasync-awaitconcurrencyswift-concurrency

Read More
BackNext