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 2d89111 + 903e9c4 commit 27a3941Copy full SHA for 27a3941
stdlib/public/Concurrency/CheckedContinuation.swift
@@ -93,8 +93,8 @@ internal final class CheckedContinuationCanary: @unchecked Sendable {
93
///
94
/// A *continuation* is an opaque representation of program state.
95
/// To create a continuation in asynchronous code,
96
-/// call the `withUnsafeContinuation(function:_:)` or
97
-/// `withUnsafeThrowingContinuation(function:_:)` function.
+/// call the `withCheckedContinuation(isolation:function:_:)` or
+/// `withCheckedThrowingContinuation(isolation:function:_:)` function.
98
/// To resume the asynchronous task,
99
/// call the `resume(returning:)`,
100
/// `resume(throwing:)`,
0 commit comments