Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty authored Aug 6, 2024
1 parent 39e80b9 commit 5d19af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ let val: String = await withIdentifiableContinuation {
}
```

> The above work with Swift 5 language mode using a compatible Swift 6 compiler e.g. Xcode 16
## Swift 5

While behaviour is identical, Swift 5 is unable to inherit actor isolation through the new `#isolation` keyword ([SE-420](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0420-inheritance-of-actor-isolation.md)) so an `isolated` reference to the current actor must always be passed.
Expand Down

0 comments on commit 5d19af1

Please sign in to comment.