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 9080df9 commit 0ad31bcCopy full SHA for 0ad31bc
README.md
@@ -34,7 +34,7 @@ This allows actors to synchronously start continuations and mutate their isolate
34
35
```swift
36
let val: String = await withIdentifiableContinuation(isolation: self) {
37
- // exectured within actor isolation so can immediatley mutate actor state
+ // executed within actor isolation so can immediatley mutate actor state
38
continuations[$0.id] = $0
39
} onCancel: { id in
40
// @Sendable closure executed outside of actor isolation requires `await` to mutate actor state
0 commit comments