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 1907121 commit 73f0374Copy full SHA for 73f0374
README.md
@@ -46,9 +46,9 @@ let val: String? = await withIdentifiableContinuation { continuation in
46
47
```swift
48
let val: String? = await withIdentifiableContinuation {
49
- await actor.insertContinuation($0)
+ await someActor.insertContinuation($0)
50
} onCancel: {
51
- await actor.cancelContinuation(for: $0)
+ await someActor.cancelContinuation(for: $0)
52
}
53
```
54
0 commit comments