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 ec74b18 commit 34306bcCopy full SHA for 34306bc
stdlib/public/core/Sendable.swift
@@ -106,7 +106,7 @@
106
/// A type whose values can safely be passed across concurrency domains by copying,
107
/// but which disables some safety checking at the conformance site.
108
///
109
-/// Use an unchecked conformance to `Sendable` instead.
+/// Use an unchecked conformance to `Sendable` instead --- for example:
110
111
/// ```
112
/// struct MyStructure: @unchecked Sendable { ... }
0 commit comments