Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-concurrency

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

PassthroughSubject's AsyncPublisher values property not producing all values

Kitchen Service example in WWDC Swift Concurrency Session is confusing

swift swift-concurrency

Swift concurrency: Why is this method async?

swift swift-concurrency

Mixing Task with Future Publisher in Swift 6 with strict concurrency checking

Integrate a blocking function into Swift async

How can I update a @Published value from a Timer block without warnings

Why does Swift not resume an asynchronous function on the same thread it was started?

What's the inverse of `MainActor.assertIsolated`?

How to return variable defined in Task in Swift

Closures in actors: Sending 'nonSendable' risks causing data races

Difference between starting a detached task and calling a nonisolated func in main actor

swift swift-concurrency

Swift 6 concurrency error of passing sending closure

What is the point of `Sendable` protocol in Swift

SwiftUI Combine - How to test waiting for a publisher's async result

swift async function is being run on the main thread in some cases when run from task

Thread safe combine publisher to AsyncStream

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