Closed philippzagar closed 1 year ago
Currently, we publish an objectWillChange event that triggers a rerendering of the associated view not on the main UI thread (so the @MainActor).
objectWillChange
@MainActor
Publish the event on the main UI thread via @MainActor.
--
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:
Merging #15 (24cf188) into main (8688e48) will increase coverage by 0.07%. The diff coverage is 100.00%.
0.07%
100.00%
Publish rerender event on the main UI thread
:recycle: Current situation & Problem
Currently, we publish an
objectWillChange
event that triggers a rerendering of the associated view not on the main UI thread (so the@MainActor
).:bulb: Proposed solution
Publish the event on the main UI thread via
@MainActor
.:gear: Release Notes
objectWillChange
event on main UI thread:heavy_plus_sign: Additional Information
--
Related PRs
14
Testing
--
Reviewer Nudging
--
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: