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 362476c commit ef8615fCopy full SHA for ef8615f
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
- // executed within actor isolation so can immediatley mutate actor state
+ // executed within actor isolation so can immediately 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