Avatar
@_inheritActorContextによるisolationの引継ぎは、Global-Actor-isolationではない場合Explicit captureが必要だったはずです
あ、これは@_inheritActorContextの仕様なので今でも使えます いまはexplicit captureすればinheritする https://github.com/sophiapoirier/swift-evolution/blob/closure-isolation/proposals/nnnn-closure-isolation-control.md#isolation-inheritance がマージされたら @_inheritActorContextが@inheritsIsolationに代わり、explicit captureなしでinheritする、という意味でした 🙇
(edited)