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 2af25b6 + a828476 commit 0b59071Copy full SHA for 0b59071
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