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
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
mach_task_self_ is not concurrency-safe because it involves shared mutable state...

iosswiftconcurrencyswift-concurrencyswift6

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
Capture of variable with non-sendable type NSImage in a '@Sendable closure'...

swiftdispatchnsimageswift-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
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
Swift concurrency async/await with do-something-only-on-success and retry...

swiftcompletionhandlerswift-concurrency

Read More
withCheckedContinuation and [weak self] in Swift Concurrency?...

swiftmemory-leakstaskswift-concurrencystrong-reference-cycle

Read More
Change completion for async Task which is "in-progress" (Swift Concurrency)?...

swiftgrand-central-dispatchcompletionswift-concurrency

Read More
Convert code with GCD to async/await in Swift?...

swiftgrand-central-dispatchcompletionswift-concurrency

Read More
Swift, actor: Actor-isolated property 'scanning' can not be mutated from a non-isolated cont...

swiftactorswift-concurrency

Read More
SwiftUI async task is cancelled when updating state var first time...

swiftswiftuiswift-concurrency

Read More
Swift Concurrency: Combine TaskGroup and AsyncStream?...

swiftswift-concurrencyasyncstream

Read More
Does exposing a Combine publisher of an actor as a nonisolated property violate the thread-safety of...

thread-safetyswift-concurrency

Read More
Why are nested tasks not canceled when they parent task is cancelled?...

swiftswift-concurrency

Read More
BackNext