Skip to content

Commit fe288c2

Browse files
authored
Merge pull request #36905 from amartini51/task_doc_comments_76086293
2 parents a856385 + 290cf5a commit fe288c2

File tree

4 files changed

+692
-479
lines changed

4 files changed

+692
-479
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ import Swift
1414
@_implementationOnly import _SwiftConcurrencyShims
1515

1616
/// A partial task is a unit of scheduleable work.
17+
///
18+
/// Unless you're implementing a scheduler,
19+
/// you don't generally interact with partial tasks directly.
1720
@available(SwiftStdlib 5.5, *)
1821
@frozen
1922
public struct PartialAsyncTask {

0 commit comments

Comments
 (0)