Avatar
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swift-evolution/0306-actors.md at main · apple/swift-evolution
11:57 PM
Actors prevent this data race by specifying that a @Sendable closure (described in ...) is always non-isolated.
11:57 PM
@Sendable なクロージャの中はnon-isolatedなので引き継がないってことですね。