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.
2 parents 3a0b392 + 96b16af commit 2a9f587Copy full SHA for 2a9f587
stdlib/public/core/Sendable.swift
@@ -11,7 +11,9 @@
11
//===----------------------------------------------------------------------===//
12
13
/// A type whose metatype can be shared across arbitrary concurrent contexts
14
-/// without introducing a risk of data races. When a generic type `T` conforms
+/// without introducing a risk of data races.
15
+///
16
+/// When a generic type `T` conforms
17
/// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
18
/// concrete types implicitly conform to the `SendableMetatype` protocol, so its
19
/// primary purpose is in generic code to prohibit the use of isolated
0 commit comments