List Question
20 TechQA 2024-03-29T17:36:01.597000@MainActor + Combine inconsistent compiler error
38 views
Asked by nik239
`assumeIsolated(_:)` fails with DispatchSerialQueue as custom Executor in Actor
51 views
Asked by CouchDeveloper
Mainactor isolated or no?
180 views
Asked by Rakshith Nandish
Swift concurrency async/await with do-something-only-on-success and retry
112 views
Asked by matt
withCheckedContinuation and [weak self] in Swift Concurrency?
136 views
Asked by Gargo
How to I wrap a UIKit view in SwiftUI with a delegate callback requiring a return value?
38 views
Asked by horseshoe7
Swift concurrency compliant warning using an objc class DTGridView
20 views
Asked by swainwri
Change completion for async Task which is "in-progress" (Swift Concurrency)?
99 views
Asked by Gargo
Convert code with GCD to async/await in Swift?
102 views
Asked by Gargo
SwiftUI async task is cancelled when updating state var first time
117 views
Asked by tim.paetz
How to make an "AsyncLazy" primitive/wrapper with an `async get` and a sync `getOrNil`?
91 views
Asked by Caleb Jares
Swift Concurrency: Combine TaskGroup and AsyncStream?
265 views
Asked by Bryan
Does exposing a Combine publisher of an actor as a nonisolated property violate the thread-safety of the actor?
159 views
Asked by Hozefa Indorewala
Swift Concurrency: Hold off Tasks until certain data is loaded
166 views
Asked by JorisT
AVSpeechSynthesizer gets terminated immediately without speaking
121 views
Asked by Florian Ldt
Actor isolation and non-sendable closure (use higher-order function inside Actor)
404 views
Asked by John
Timeout for a Continuation in Swift Concurrency
198 views
Asked by Silviu Vranaw
Convert sequential access of [NSItemProvider] content to parallel using Swift Concurrency
123 views
Asked by Joshua Sullivan
howto get task result with withDiscardingTaskGroup in Swift
73 views
Asked by shoji
Async function for blocking (CPU-bound) task?
186 views
Asked by idolize