File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ let val: String? = await withIdentifiableContinuation { continuation in
5050
5151[ ` CheckedContinuation ` ] ( https://developer.apple.com/documentation/swift/checkedcontinuation ) is used by the default methods:
5252
53- - ` await withIdentifiableContinuation { .. } `
54- - ` try await withThrowingIdentifiableContinuation { ... } `
53+ - ` withIdentifiableContinuation `
54+ - ` withThrowingIdentifiableContinuation `
5555
5656
5757[ ` UnsafeContinuation ` ] ( https://developer.apple.com/documentation/swift/unsafecontinuation ) is used by the unsafe methods:
5858
59- - ` await withIdentifiableUnsafeContinuation { .. } `
60- - ` try await withThrowingIdentifiableUnsafeContinuation { ... } `
59+ - ` withIdentifiableUnsafeContinuation `
60+ - ` withThrowingIdentifiableUnsafeContinuation `
6161
6262# Credits
6363
You can’t perform that action at this time.
0 commit comments