mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I am adding this instruction to express artificially that two non-Sendable values should be part of the same region. It is meant to be used in cases where due to unsafe code using Sendable, we stop propagating a non-Sendable dependency that needs to be made in the same region of a use of said Sendable value. I included an example in ./docs/SIL.rst of where this comes up with @out results of continuations.
82 KiB
82 KiB