Skip to content

Commit 2a9f587

Browse files
authored
Merge pull request #85163 from amartini51/SendableMetatype_163470972
Split SendableMetatype abstract from discussion. Fixes: rdar://163470972
2 parents 3a0b392 + 96b16af commit 2a9f587

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/public/core/Sendable.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
/// 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
14+
/// without introducing a risk of data races.
15+
///
16+
/// When a generic type `T` conforms
1517
/// to `SendableMetatype`, its metatype `T.Type` conforms to `Sendable`. All
1618
/// concrete types implicitly conform to the `SendableMetatype` protocol, so its
1719
/// primary purpose is in generic code to prohibit the use of isolated

0 commit comments

Comments
 (0)