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 57cf4ce commit 903e9c4Copy full SHA for 903e9c4
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