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 22ea345 commit a69f0e0Copy full SHA for a69f0e0
stdlib/public/core/Sendable.swift
@@ -118,6 +118,10 @@
118
/// To satisfy the requirements of the `Sendable` protocol,
119
/// all of the elements of the tuple must be sendable.
120
/// Tuples that satisfy the requirements implicitly conform to `Sendable`.
121
+///
122
+/// ### Sendable Metatypes
123
124
+/// Metatypes such as `Int.Type` implicitly conform to the `Sendable` protocol.
125
@_marker public protocol Sendable { }
126
///
127
/// A type whose values can safely be passed across concurrency domains by copying,
0 commit comments