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 67c0fd8 commit 2a188edCopy full SHA for 2a188ed
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