Confused about concurrency problem presented in wwdc24 video

Which isn't true anymore because of isolated parameters with #isolation. I think this bugs everyone at first, and for good reasons. For example, non-sendable types are isolated to the domain where they are used but their async functions will hop to a different isolation. This is really strange behavior I think.

1 Like