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 c80901b + 68ccbce commit ad30745Copy full SHA for ad30745
stdlib/public/Concurrency/TaskLocal.swift
@@ -90,9 +90,6 @@ import Swift
90
/// func call() {
91
/// print("traceID: \(traceID)") // 1234
92
/// }
93
-///
94
-/// This type must be a `class` so it has a stable identity, that is used as key
95
-/// value for lookups in the task local storage.
96
@propertyWrapper
97
@available(SwiftStdlib 5.1, *)
98
public final class TaskLocal<Value: Sendable>: Sendable, CustomStringConvertible {
0 commit comments