Search code examples
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
Swift: Conform Older Protocols to MainActor Isolation?...


swiftactorquicklookswift-concurrency

Read More
How to implement an asynchronous queue in Swift concurrency?...


swiftasync-awaitsemaphoreswift-concurrencydispatchsemaphore

Read More
`Task` blocks main thread when calling async function inside...


iosswiftswiftuiasync-awaitswift-concurrency

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


swiftcombineswift-concurrency

Read More
mach_task_self_ is not concurrency-safe because it involves shared mutable state...


iosswiftconcurrencyswift-concurrencyswift6

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


iosswiftswift-concurrency

Read More
How do I load metadata from an AVAsset into a SwiftUI View without compiler warnings?...


swiftasync-awaitavkitswift-concurrencystructured-concurrency

Read More
How to prevent actor reentrancy resulting in duplicative requests?...


swiftasync-awaitswift-concurrency

Read More
Store a reference to a TaskGroup or add to it outside of scope...


swiftswift5swift-concurrencyswift-task

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


swiftswift-concurrencyswift6

Read More
Thread safe combine publisher to AsyncStream...


swiftcombineswift-concurrency

Read More
Capture of variable with non-sendable type NSImage in a '@Sendable closure'...


swiftdispatchnsimageswift-concurrency

Read More
What's difference btw DispatchQueue.global(qos: .background).async {} and Task(priority: .backgr...


swiftgrand-central-dispatchswift-concurrency

Read More
Result return types vs async and await...


swiftasync-awaitclosuresswift-concurrency

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


swiftswift-concurrency

Read More
Delayed Task that can be cancelled in Swift...


swiftswift-concurrency

Read More
Converting non-sendable function value may introduce data races...


swiftswiftuiswift5swift-concurrency

Read More
JobScheduler implemented with Swift Concurrency needs improvements...


swiftswift-concurrency

Read More
async/await, Task and [weak self]...


iosswiftasync-awaitconcurrencyswift-concurrency

Read More
Kitchen Service example in WWDC Swift Concurrency Session is confusing...


swiftswift-concurrency

Read More
Why cannot use actor as the type of the state machine in AsyncSequence?...


swiftswift-concurrency

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


swiftswift-concurrency

Read More
Complete Concurrency check enabled and how to resolve warnings...


swiftswiftuiswift-concurrency

Read More
Complete Concurrency check enabled and how to resolve warnings (contd.)...


swiftswiftuiswift-concurrency

Read More
MainActor warning with Coordinator Pattern...


swiftswift-concurrency

Read More
How to await x seconds with async await Swift 5.5...


swiftconcurrencyswift5swift-concurrency

Read More
Can I use actors in Swift to always call a function on the main thread?...


iosswiftmultithreadingswift5swift-concurrency

Read More
@MainActor + Combine inconsistent compiler error...


swiftswiftuicombineswift-concurrency

Read More
BackNext