Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swift-concurrency

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

Recurring function in Swift 5.5 using async/await

Swift: how to wrap `completion` into an async/await?

Swift 5.5 Concurrency: how to serialize async Tasks to replace an OperationQueue with maxConcurrentOperationCount = 1?

How do I load metadata from an AVAsset into a SwiftUI View without compiler warnings?

Swift default init behaving differently than empty init