List Question
19 TechQA 2023-10-26T22:29:19.370000Concurrency problem when only parts of a class are annotated with @MainActor
227 views
Asked by Sebastian Kirsche
Using @MainActor in a Task which is calling async function declared as @MainActor
1.9k views
Asked by Zagahr
asyncDetached falling back into main thread after MainActor call
2k views
Asked by matt
I'm getting a purple warning when trying to save via @AppStorage inside an asynchronous call
159 views
Asked by fs_tigre
How to use URLSession in MainActor
706 views
Asked by Okan Kocyigit
SwiftUI Using @MainActor with EnvironmentKey
627 views
Asked by Ammar Ahmad
@MainActor isn't forcing compiler check when mutating @Observable property on background thread
164 views
Asked by Plato
Are extensions of @MainActor classes on the main actor?
626 views
Asked by meaning-matters
How can i pass sortDescriptors into CloudKitUtility.fetch() as parameter in @MainActor environment?
118 views
Asked by foolbear
What is the best solution for background task using Swift async, await, @MainActor
9.7k views
Asked by Shuji Fukumoto
Sign in with Apple MainActor issues
346 views
Asked by Joris
SwiftUI @MainActor loses global actor
7.9k views
Asked by kittonian
In swift, do we need "@MainActor in" inside the closure of an other object written inside ViewController?
230 views
Asked by wolverine
How to initialize Swift class annotated @MainActor for XCTest, SwiftUI Previews, etc
1.5k views
Asked by NicolasBrunner
How to initialise a custom WKWebView view without having to explicitly trigger the main thread (@MainActor)
117 views
Asked by Saad Qureshi
Why is the following code not running on the main thread?
135 views
Asked by Daniel Amarante
how to punt one func off the main thread in a class derived from a @MainActor class
38 views
Asked by Anton Tropashko