Avatar
ただ、sendable反対派も結構いるみたいですね。 https://forums.swift.org/t/se-0430-second-review-sendable-parameter-and-result-values/71685/3 (edited)
I feel pretty strongly that sendable doesn't quite fit here. I think it invokes a lot of the right stuff, i.e., that this modifier is 'concurrency-y', but I don't think it maps closely enough onto Sendable to make the overloading elucidating rather than confusing. I think it will be difficult to explain to those encountering Swift concurrency fo...