Post #1839161
2026-04-07 09:39 UTC
@mortenbekditlevsen @rhysmorgan I just double-checked and ViewModel is never mutated from a concurrent task. But a MainActor task does call a concurrent function.
Replies (1)
-
@mortenbekditlevsen@mastodon.social 2026-04-07 10:16
@mattiem @rhysmorgan Ah, of course - when the task starts on the MainActor, then the MainActor is returned to for the mutation. That makes sense, thanks.