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.
2 parents 2a6d271 + aebd6c8 commit 5a9290dCopy full SHA for 5a9290d
CHANGELOG.md
@@ -139,7 +139,7 @@ And the module structure to support such applications looks like this:
139
140
```swift
141
@MainActor
142
- class MyViewController: ViewDelegateProtocol {
+ class MyViewController: @preconcurrency ViewDelegateProtocol {
143
func respondToUIEvent() {
144
// implementation...
145
}
0 commit comments