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 52ab95f commit 906d89fCopy full SHA for 906d89f
stdlib/public/Concurrency/Task.swift
@@ -78,7 +78,7 @@ import Swift
78
/// and additional reasons can accrue during the cancellation process.
79
///
80
/// ### Task closure lifetime
81
-/// Tasks initialized with a closure, representing the code that will be executed by this task.
+/// A task is initialized with a closure. containing the code that the task executes.
82
83
/// After this code has run to completion, the task has completed, resulting in either
84
/// a failure or result value, this closure is eagerly released.
0 commit comments