Members Only: Today's video is available only to members. If you are already a member, you can access your private podcast feed by visiting https://www.pointfree.co/account.
---
The `sending` parameter is a powerful concurrency tool new to Swift 6 that allows you to
precisely specify how non-sendable values can cross isolation boundaries. We will explore how
it works in terms of "region-based isolation," and how we can send values into and out of
functions as "disconnected" objects that are free to travel across isolation boundaries.