Elektrine lite

← Feed

@rhysmorgan@mastodon.social

Post #1839166

2026-04-07 10:31 UTC

@akbashev @mattiem I guess it does mean your ViewModel is running on different isolation domains in prod and in testing, but that might be totally OK and allow you to run tests in parallel that otherwise would be contending for access to the MainActor. Now they can truly run in parallel with no dependency on the MainActor at all.

Replies (1)

  • @mattiem@mastodon.social 2026-04-07 11:08

    @rhysmorgan @akbashev to me, the most interesting question here is “under what conditions would this arrangement not be ok and still compile?”

    Open ##1839167