withTaskCancellationHandler operation ignores MainActor isolation inside global function
|
|
1
|
25
|
July 22, 2025
|
Default Main Actor isolation and protocol inheritance
|
|
7
|
475
|
July 22, 2025
|
Cycle reference since changing to Default Actor Isolation Main Actor in nested structs
|
|
3
|
143
|
June 27, 2025
|
Default Isolation: MainActor vs. property wrappers
|
|
1
|
125
|
June 11, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
213
|
April 24, 2025
|
Async XCTContext.runActivity?
|
|
1
|
165
|
January 27, 2025
|
@MainActor should make the function async
|
|
4
|
3506
|
December 13, 2024
|
GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main
|
|
17
|
525
|
December 12, 2024
|
Is this runtime crash related to incorrect executor assumption / inheritence?
|
|
0
|
216
|
October 23, 2024
|
@preconcurrency attribute on conformance to 'AProtocol' has no effect
|
|
1
|
419
|
October 12, 2024
|
What is the correct way to call UIApplication.shared.beginBackgroundTask no on the main thread?
|
|
5
|
1545
|
October 11, 2024
|
Should awakeFromNib() be manually marked as @MainActor?
|
|
5
|
3633
|
October 9, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
24009
|
September 12, 2024
|
Why doesn’t this MainActor lock the UI
|
|
8
|
416
|
August 7, 2024
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
11
|
9695
|
August 4, 2024
|
Use a `Protocol` of @MainActor instead of concrete @MainActor class produces an error
|
|
6
|
2204
|
June 17, 2024
|
Overloading on the isolation of a closure parameter
|
|
5
|
354
|
June 17, 2024
|
Using @MainActor on an ObservableObject or a method
|
|
2
|
3140
|
June 11, 2024
|
MainActor isolated protocol affects on child class but not superclass
|
|
3
|
997
|
June 11, 2024
|
How to correctly update the UI from an asynchronous context
|
|
14
|
5823
|
June 6, 2024
|
@MainActor behavior for async functions
|
|
2
|
574
|
May 9, 2024
|
Main actor-isolated class 'B' has different actor isolation from nonisolated superclass 'A' warning
|
|
1
|
768
|
April 15, 2024
|
@MainActor-isolated property called not on the Main Actor
|
|
7
|
4530
|
March 27, 2024
|
Warning when assigning a closure to an immutable property on a @MainActor isolated struct from a non isolated initializer
|
|
4
|
1077
|
March 17, 2024
|
Why is a static let CGFloat in a View an async property in swift 6?
|
|
12
|
682
|
March 14, 2024
|
Task in @MainActor Function Appears to Become Detached
|
|
4
|
1032
|
March 12, 2024
|
Changing a binding variable from a secondary thread
|
|
1
|
378
|
February 15, 2024
|
Swift 4.2 Compiler Language and @MainActor
|
|
0
|
511
|
January 15, 2024
|
@MainActor with protocols
|
|
0
|
1001
|
December 4, 2023
|
@Observable macro conflicting with @MainActor
|
|
3
|
6269
|
November 21, 2023
|