mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] resolve synthesis via DerivedConformanceDistributedActor <3
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user