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 80fc3e2 + 2a188ed commit 75d60afCopy full SHA for 75d60af
CHANGELOG.md
@@ -135,7 +135,7 @@ And the module structure to support such applications looks like this:
135
136
```swift
137
@MainActor
138
- class MyViewController: ViewDelegateProtocol {
+ class MyViewController: @preconcurrency ViewDelegateProtocol {
139
func respondToUIEvent() {
140
// implementation...
141
}
0 commit comments