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 f1f8c33 commit 439e38bCopy full SHA for 439e38b
TSPL.docc/LanguageGuide/Concurrency.md
@@ -1789,7 +1789,9 @@ so the dynamic cast fails and `perform` is not called.
1789
#### Restricting Isolated Conformances in Concurrent Code
1790
1791
Protocol requirements can be used
1792
-through instances of conforming types and through metatype values.
+through instances of conforming types and through
1793
+instances of the conforming types themselves
1794
+called *metatype values*.
1795
In generic code,
1796
a conformance requirement to `Sendable` or `SendableMetatype`
1797
tells Swift that an instance or metatype value is safe to use concurrently.
0 commit comments