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 87495c6 commit a3e8d10Copy full SHA for a3e8d10
stdlib/public/Concurrency/TaskLocal.swift
@@ -100,6 +100,7 @@ public macro TaskLocal() =
100
/// func enter() {
101
/// Example.$traceID.withValue("1234") {
102
/// read() // always "1234", regardless if enter() was called from inside a task or not:
103
+/// }
104
/// }
105
///
106
/// func read() -> String {
0 commit comments