Is it unnecessary to switch to the @MainActor from a function where a helper function is the one actually updating the UI?
|
|
2
|
177
|
March 21, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
256
|
March 21, 2023
|
Using MainActor classes as default parameters to a function
|
|
5
|
932
|
February 27, 2023
|
Singletons and MainActor isolation
|
|
0
|
131
|
January 16, 2023
|
@MainActor access in closures created in Main Actor functions
|
|
5
|
2803
|
November 4, 2022
|
Using @MainActor to ensure execution on the main thread
|
|
4
|
3570
|
October 23, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
392
|
September 25, 2022
|
Task scheduling guarantees on serial executors
|
|
2
|
410
|
September 7, 2022
|
Run a @MainActor closure synchronously
|
|
2
|
1119
|
September 1, 2022
|
@MainActor errors seem inconsistent
|
|
1
|
365
|
August 17, 2022
|
@MainActor propagation?
|
|
9
|
673
|
July 26, 2022
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
3
|
2238
|
July 25, 2022
|
MVVM uikit async await actor
|
|
0
|
641
|
July 12, 2022
|
Guarantee of resume function on MainActor
|
|
4
|
356
|
July 7, 2022
|
Library callbacks and actor isolation
|
|
5
|
539
|
June 16, 2022
|
MainActor isolation vs protocol conformance
|
|
1
|
1198
|
June 14, 2022
|
Calling a MainActor function when already on main thread without a dispatch
|
|
8
|
1667
|
March 22, 2022
|
@MainActor should make the function async
|
|
1
|
1414
|
March 21, 2022
|
Should awakeFromNib() be manually marked as @MainActor?
|
|
4
|
1049
|
March 18, 2022
|
Bug in MainActor?
|
|
5
|
1691
|
January 30, 2022
|
Global actors support in DocC
|
|
10
|
1132
|
January 13, 2022
|
Strange behavior with "guard let" and "if let" stament in async/await context
|
|
2
|
1349
|
January 7, 2022
|
Using Task.sleep on main crashes on Windows
|
|
0
|
674
|
October 20, 2021
|
Compile errors - function arguments not on MainActor
|
|
3
|
387
|
October 13, 2021
|