Search code examples
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
Strange error with "Cannot form key path to main actor-isolated property ..." in Swift con...


iosswiftswift-concurrency

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
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
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
BackNext