Search code examples
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-concurrencyasyncstreamswift-taskgroup

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
Convert sequential access of [NSItemProvider] content to parallel using Swift Concurrency...


swiftios-app-extensionswift-concurrency

Read More
howto get task result with withDiscardingTaskGroup in Swift...


swiftswift-concurrency

Read More
Async function for blocking (CPU-bound) task?...


swiftasynchronousasync-awaitswift-concurrency

Read More
URLSession - 'data(from:)' was deprecated in iOS 15.0...


iosswifturlsessionxcode15swift-concurrency

Read More
Understanding Task and TaskGroup cancellation in Swift...


swiftswift-concurrency

Read More
Concurrently access non-overlapping subranges of Array in Swift...


arraysswiftconcurrencyswift-concurrency

Read More
Update Persisted Model in Background Thread...


swiftdataswift-concurrency

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


swiftasync-awaitconcurrencyswift-concurrency

Read More
Should I declare a 'nonisolated' or 'async' function in my 'MainActor' view ...


swiftswiftuiswift-concurrency

Read More
Have multiple async code waiting for the same task to finish in Swift...


swiftasync-awaitswift-concurrency

Read More
Task @Sendable operation...


swiftasync-awaitswift-concurrency

Read More
Return async function value to synchronous context in background thread...


swiftconcurrencyswift-concurrencydispatchsemaphore

Read More
How can I using AsyncTimerSequence get the initial clock and then start iterating over the specified...


swiftasynchronousswift-concurrency

Read More
How do I initialize a global variable with @MainActor?...


swiftswift-concurrency

Read More
NSTask/Process + NSPipe + NSFileHandle in Modern Swift Concurrency...


swiftactornstaskswift-concurrencynsfilehandle

Read More
Swift concurrency - having functions run on specific threads...


swiftasync-awaitswift-concurrency

Read More
async version of UIViewPropertyAnimator addCompletion...


iosswiftswift-concurrency

Read More
Is Alamofire Still Relevant in 2023?...


iosnetworkingalamofireurlsessionswift-concurrency

Read More
Unit testing non-async function that uses async function...


swiftunit-testingswift-concurrency

Read More
Listen to values of a Search Bar over time with Swift Concurrency and Observation Framework iOS 17...


swiftswiftuiasync-awaitcombineswift-concurrency

Read More
Swift: Silence "Non-Sendable Notification? cannot cross actor boundary" warning...


swiftactorswift-concurrency

Read More
BackNext