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 a632ee7 commit aebd6c8Copy full SHA for aebd6c8
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