Search code examples
Synchronous function inside Task or outside - any difference?...

swiftswift-concurrency

Read More
SQLite statement Sendable...

iosswiftsqliteasync-awaitswift-concurrency

Read More
Cannot safely access globalActor's method from a closure marked with same globalActor...

swiftswift-concurrency

Read More
WKURLSchemeHandler NSInternalInconsistencyException with Task cancellation...

iosswiftwebkitswift-concurrencywkurlschemehandler

Read More
Shorthand for calling Concurrency within Combine sink?...

swiftcombineswift-concurrency

Read More
Can an actor method be interacted concurrently?...

swiftasync-awaitactorswift-concurrency

Read More
Can I call an actor's function from a @Sendable sync function?...

swiftactorswift-concurrencysendable

Read More
Split up Task into multiple concurrent subtasks...

swiftconcurrencygrand-central-dispatchswift-concurrency

Read More
What's the relationship between 'Task' and 'Actor' in Swift Concurrency...

swiftconcurrencyswift-concurrency

Read More
Is using Task.detached a best practice and correct approach, to make sure the Task is executed in no...

iosswiftswift-concurrency

Read More
MainActor vs MainActor(unsafe)...

swiftswift-concurrency

Read More
Multiple detached tasks are not executed at the same time...

swiftswift-concurrency

Read More
What is the Swift concurrency equivalent to a promise–resolver pair?...

swiftpromisekitswift-concurrency

Read More
How to wait for a bunch of async calls to finish to return a result?...

swiftasync-awaitswift-concurrency

Read More
How to get concurrency when using AsyncLines...

swiftswift-concurrency

Read More
How to pause an asynchronous Swift function until a callback is called when a result is available fr...

swiftasync-awaitvaporjavascriptcoreswift-concurrency

Read More
How to convert DispatchQueue debounce to Swift Concurrency task?...

swiftgrand-central-dispatchdebouncingswift-concurrency

Read More
Swift concurrency failing on first load...

iosswiftswift-concurrency

Read More
Class-constrained protocols don't adopt MainActor...

iosswiftuikitswift-concurrency

Read More
How to use Swift async/await for MKLocalPointsInterestRequests...

swiftasync-awaitswift-concurrency

Read More
How to suspend subsequent tasks until first finishes then share its response with tasks that waited?...

swiftswift-concurrency

Read More
SwiftUI: NavigationLink doesn't show animation if setting after background task...

swiftuiasync-awaitswift-concurrency

Read More
Swift Concurrency UIButton...

swiftasync-awaituikitswift-concurrency

Read More
How to access an actor from within a filter closure...

swiftconcurrencyswift-concurrency

Read More
SwifttUI with Core Data: load from private context...

core-dataswiftuiswift-concurrency

Read More
How to return variable defined in Task in Swift...

swiftswiftuiswift-concurrency

Read More
How to execute a CPU-bound task in background using Swift Concurrency without blocking UI updates?...

swiftswiftuiswift-concurrency

Read More
Using @MainActor in a Task which is calling async function declared as @MainActor...

iosswiftasync-awaitswift-concurrencymainactor

Read More
Backporting URLSession's download(for:delegate:) for concurrent usage...

swifturlsessionswift-concurrency

Read More
SWIFTUI: Invalid conversion from 'async' function of type '(IndexSet) async...

swiftswiftuiswift-concurrency

Read More
BackNext