Hacker News new | ask | show | jobs
by slavapestov 335 days ago
> Any object that is passed into a library function can escape the current thread,

In Swift 6 this is only true if the value’s type is Sendable.