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 4242/// source for the continuation, used to identify the continuation in
4343/// runtime diagnostics related to misuse of this continuation.
4444/// - 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.
4647/// - Returns: The value continuation is resumed with.
4748@inlinable
4849public func withIdentifiableContinuation< T> (
@@ -89,7 +90,8 @@ public func withIdentifiableContinuation<T>(
8990/// source for the continuation, used to identify the continuation in
9091/// runtime diagnostics related to misuse of this continuation.
9192/// - 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.
9395/// - Returns: The value continuation is resumed with.
9496@inlinable
9597public func withIdentifiableThrowingContinuation< T> (
You can’t perform that action at this time.
0 commit comments