Avatar
omochimetaru 6/7/2022 9:09 AM
そのせいで、実行するExecutor(をもつActor)がどれになるかが、静的なようにも動的なようにも見えてよくわからなかったんですよね。
t_desune 1
9:13 AM
As a result of this change, the formal executor of an async function is always known statically: actor-isolated async functions always formally run on the actor's executor non-actor-isolated async functions never formally run on any actor's executor
9:13 AM
常に静的に決まるようになった、よかった