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 f9abb02 + 1544c39 commit df09a26Copy full SHA for df09a26
stdlib/public/Concurrency/TaskLocal.swift
@@ -37,7 +37,7 @@ import Swift
37
/// The default value is returned whenever the task-local is read
38
/// from a context which either: has no task available to read the value from
39
/// (e.g. a synchronous function, called without any asynchronous function in its call stack),
40
-///
+/// or no value was bound within the scope of the current task or any of its parent tasks.
41
///
42
/// ### Reading task-local values
43
/// Reading task local values is simple and looks the same as-if reading a normal
0 commit comments