Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-concurrency

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?

Accessing actor properties synchronously from task-less context

swift swift-concurrency

How to do asynchronous action with SwiftUI button

Difference of creating regular or detached Task from task-less context?

swift swift-concurrency

Type erasing `AsyncMapSequence<AsyncThrowingStream<Element, Error>, Element>`

swift swift-concurrency

Xcode 16.2 beta 2 renders `onPreferenceChange` unusable

swiftui swift-concurrency

Swift Concurrency UIButton

Actor-isolated property cannot be passed 'inout' to 'async' function call

swift swift-concurrency

Swift: Map AsyncStream into another AsyncStream

swift swift-concurrency

withThrowingTaskGroup - No calls to throwing functions occur within 'try' expression