pointfreeco / swift-concurrency-extras

Useful, testable Swift concurrency.
MIT License
343 stars 23 forks source link

Soft-deprecate `UncheckedSendable` on Swift 5.10 #24

Closed stephencelis closed 4 months ago

stephencelis commented 4 months ago

5.10's nonisolated(unsafe) let is a replacement for UncheckedSendable, so we can soft-deprecate and de-emphasize it.