withTaskCancellationHandler operation ignores MainActor isolation inside global function
|
|
2
|
114
|
August 24, 2025
|
Insight needed for `Equatable` with Default MainActor Isolation
|
|
1
|
107
|
August 19, 2025
|
Default Main Actor isolation and protocol inheritance
|
|
8
|
635
|
August 6, 2025
|
Cycle reference since changing to Default Actor Isolation Main Actor in nested structs
|
|
3
|
163
|
June 27, 2025
|
Default Isolation: MainActor vs. property wrappers
|
|
1
|
149
|
June 11, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
268
|
April 24, 2025
|
Async XCTContext.runActivity?
|
|
1
|
180
|
January 27, 2025
|
@MainActor should make the function async
|
|
4
|
3529
|
December 13, 2024
|
GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main
|
|
17
|
613
|
December 12, 2024
|
Is this runtime crash related to incorrect executor assumption / inheritence?
|
|
0
|
219
|
October 23, 2024
|
@preconcurrency attribute on conformance to 'AProtocol' has no effect
|
|
1
|
446
|
October 12, 2024
|
What is the correct way to call UIApplication.shared.beginBackgroundTask no on the main thread?
|
|
5
|
1693
|
October 11, 2024
|
Should awakeFromNib() be manually marked as @MainActor?
|
|
5
|
3714
|
October 9, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
24354
|
September 12, 2024
|
Why doesn’t this MainActor lock the UI
|
|
8
|
423
|
August 7, 2024
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
11
|
9783
|
August 4, 2024
|
Use a `Protocol` of @MainActor instead of concrete @MainActor class produces an error
|
|
6
|
2315
|
June 17, 2024
|
Overloading on the isolation of a closure parameter
|
|
5
|
355
|
June 17, 2024
|
Using @MainActor on an ObservableObject or a method
|
|
2
|
3216
|
June 11, 2024
|
MainActor isolated protocol affects on child class but not superclass
|
|
3
|
1013
|
June 11, 2024
|
How to correctly update the UI from an asynchronous context
|
|
14
|
5977
|
June 6, 2024
|
@MainActor behavior for async functions
|
|
2
|
591
|
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
|
4577
|
March 27, 2024
|
Warning when assigning a closure to an immutable property on a @MainActor isolated struct from a non isolated initializer
|
|
4
|
1078
|
March 17, 2024
|
Why is a static let CGFloat in a View an async property in swift 6?
|
|
12
|
690
|
March 14, 2024
|
Task in @MainActor Function Appears to Become Detached
|
|
4
|
1062
|
March 12, 2024
|
Changing a binding variable from a secondary thread
|
|
1
|
378
|
February 15, 2024
|
Swift 4.2 Compiler Language and @MainActor
|
|
0
|
513
|
January 15, 2024
|
@MainActor with protocols
|
|
0
|
1013
|
December 4, 2023
|