Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-concurrency

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

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

Can I use actors in Swift to always call a function on the main thread?

Concurrently access non-overlapping subranges of Array in Swift

Swift Concurrency: Notification Callbacks on @MainActor Objects

Swift: Conform Older Protocols to MainActor Isolation?

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

Why are nested tasks not canceled when they parent task is cancelled?

swift swift-concurrency

How come a MainActor isolated mutable stored property gives a sendable error?

swift swift-concurrency

Make tasks in Swift concurrency run serially