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.
0428-resolve-distributed-actor-protocols.md
1 parent 2af25b6 commit a828476Copy full SHA for a828476
proposals/0428-resolve-distributed-actor-protocols.md
@@ -90,7 +90,7 @@ The macro must be attached to the a `protocol` declaration that is a `Distribute
90
import Distributed
91
92
@Resolvable
93
-protocol Greeter where ActorSystem: DistributedActorSystem<any Codable> {
+protocol Greeter: DistributedActor where ActorSystem: DistributedActorSystem<any Codable> {
94
distributed func greet(name: String) -> String
95
}
96
```
0 commit comments