Avatar
そうですね。かなりの割合は @Sendable である必要がありそうです。 @Sendable でなくていいのは↓みたいなやつという理解。 struct Converter { let convert: (Int) -> Int init(convert: @escaping (Int) -> Int) { self.convert = convert } }