[Distributed] resolve synthesis via DerivedConformanceDistributedActor <3

This commit is contained in:
Konrad `ktoso` Malawski
2021-08-26 19:44:14 +09:00
parent 1669fb4278
commit c868bdd9f1
6 changed files with 86 additions and 91 deletions

View File

@@ -34,8 +34,7 @@ public protocol AnyActor: Sendable, AnyObject {}
/// distributed actor.
@available(SwiftStdlib 5.5, *)
public protocol DistributedActor:
AnyActor,
Identifiable, Hashable, Codable {
AnyActor, Identifiable, Hashable, Codable {
/// Resolves the passed in `identity` against the `transport`, returning
/// either a local or remote actor reference.
///