File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 42
42
/// source for the continuation, used to identify the continuation in
43
43
/// runtime diagnostics related to misuse of this continuation.
44
44
/// - body: A closure that takes a `IdentifiableContinuation` parameter.
45
- /// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always called _after_ the body closure is compeled.
45
+ /// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always
46
+ /// called _after_ the body closure is completed.
46
47
/// - Returns: The value continuation is resumed with.
47
48
@inlinable
48
49
public func withIdentifiableContinuation< T> (
@@ -89,7 +90,8 @@ public func withIdentifiableContinuation<T>(
89
90
/// source for the continuation, used to identify the continuation in
90
91
/// runtime diagnostics related to misuse of this continuation.
91
92
/// - body: A closure that takes a `IdentifiableContinuation` parameter.
92
- /// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always called _after_ the body closure is compeled.
93
+ /// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always
94
+ /// called _after_ the body closure is completed.
93
95
/// - Returns: The value continuation is resumed with.
94
96
@inlinable
95
97
public func withIdentifiableThrowingContinuation< T> (
You can’t perform that action at this time.
0 commit comments