We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834c63b commit 7a0fc92Copy full SHA for 7a0fc92
TSPL.docc/LanguageGuide/Concurrency.md
@@ -1787,7 +1787,8 @@ a conformance requirement to `Sendable` or `SendableMetatype`
1787
tells Swift that an instance or metatype value is safe to use concurrently.
1788
To prevent isolated conformances from being used outside of their actor,
1789
a type with an isolated conformance
1790
-can't satisfy a conformance requirement to `Sendable` or `SendableMetatype`.
+can't be used for a type that must also satisfy a conformance requirement
1791
+to `Sendable` or `SendableMetatype`.
1792
1793
A conformance requirement to `Sendable` indicates
1794
that instances may be passed across isolation boundaries and used concurrently:
0 commit comments