@Observable macro conflicting with @MainActor
|
|
0
|
216
|
September 16, 2023
|
[Swift 5.9] Using shorthand syntax to reference @MainActor isolated method from non isolated context raises error
|
|
0
|
246
|
September 1, 2023
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
6
|
4471
|
July 19, 2023
|
Using @MainActor on an ObservableObject or a method
|
|
0
|
418
|
June 16, 2023
|
Run a @MainActor closure synchronously
|
|
3
|
2092
|
May 22, 2023
|
Non-isolated context error in actor's init
|
|
0
|
799
|
April 19, 2023
|
Is it unnecessary to switch to the @MainActor from a function where a helper function is the one actually updating the UI?
|
|
2
|
428
|
March 21, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
446
|
March 21, 2023
|
Using MainActor classes as default parameters to a function
|
|
5
|
1212
|
February 27, 2023
|
Singletons and MainActor isolation
|
|
0
|
248
|
January 16, 2023
|
@MainActor access in closures created in Main Actor functions
|
|
5
|
3472
|
November 4, 2022
|
Using @MainActor to ensure execution on the main thread
|
|
4
|
7663
|
October 23, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
567
|
September 25, 2022
|
Task scheduling guarantees on serial executors
|
|
2
|
610
|
September 7, 2022
|
@MainActor errors seem inconsistent
|
|
1
|
565
|
August 17, 2022
|
@MainActor propagation?
|
|
9
|
954
|
July 26, 2022
|
MVVM uikit async await actor
|
|
0
|
924
|
July 12, 2022
|
Guarantee of resume function on MainActor
|
|
4
|
618
|
July 7, 2022
|
Library callbacks and actor isolation
|
|
5
|
834
|
June 16, 2022
|
MainActor isolation vs protocol conformance
|
|
1
|
1588
|
June 14, 2022
|
Calling a MainActor function when already on main thread without a dispatch
|
|
8
|
2051
|
March 22, 2022
|
@MainActor should make the function async
|
|
1
|
1898
|
March 21, 2022
|
Should awakeFromNib() be manually marked as @MainActor?
|
|
4
|
1429
|
March 18, 2022
|
Bug in MainActor?
|
|
5
|
2049
|
January 30, 2022
|
Global actors support in DocC
|
|
10
|
1282
|
January 13, 2022
|
Strange behavior with "guard let" and "if let" stament in async/await context
|
|
2
|
2007
|
January 7, 2022
|
Using Task.sleep on main crashes on Windows
|
|
0
|
841
|
October 20, 2021
|
Compile errors - function arguments not on MainActor
|
|
3
|
474
|
October 13, 2021
|