Search code examples
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
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
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?...

iosnetwork-programmingalamofireurlsessionswift-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
Make tasks in Swift concurrency run serially...

swiftmultithreadingswift-concurrency

Read More
Swift concurrency multiple await for single async result...

swiftswift-concurrency

Read More
Mutually cancelling Tasks...

swiftswift-concurrency

Read More
What are some disadvantages of blocking a background thread in the context of Android and iOS applic...

androidiosmultithreadingkotlin-coroutinesswift-concurrency

Read More
Swift Concurrency - Sync and Async Task...

swiftgrand-central-dispatchswift-concurrency

Read More
Swift Unit Testing Network Request...

iosswiftswift-concurrency

Read More
Crash with “suspend resume partial function”...

iosswiftswift-concurrency

Read More
Is there a way to force foo2() to be executed after foo1() without modifying foo1() - Swift...

swiftasync-awaitconcurrencytaskswift-concurrency

Read More
How to constrain concurrency (like `maxConcurrentOperationCount`) with Swift Concurrency?...

swiftasync-awaitswift-concurrency

Read More
Why can't I catch a timeout error in this async function that detects if a device is paired with...

swiftswift-concurrency

Read More
Access global actor property from its shared instance...

swiftconcurrencyactorswift-concurrency

Read More
Maximum number of threads with async-await task groups...

iosswiftasync-awaitgrand-central-dispatchswift-concurrency

Read More
BackNext