Avatar
Avatar
shiz
サードパーティライブラリの型を使っていて、その型が Sendable に適合してないとかあると面倒そう。
これがその文書で提案されようとしている@unsafeSendableに該当しますかね? The @unsafeSendable attribute indicates that the corresponding parameter (of function type) is intended to be @Sendable going forward. For a client that has not yet adopted concurrency, it will be treated as a non-@Sendable function type. https://github.com/DougGregor/swift-evolution/blob/sendable-staging/proposals/nnnn-sendable-staging.md#supporting-clients-that-predate-concurrency
(edited)
omochimetaru 9/24/2021 7:14 AM
おお。言語機能としての提供が議論されているのか