mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] move where we invoke dist synthesis; detect transport param
This commit is contained in:
@@ -34,11 +34,11 @@ public protocol AnyActor {}
|
||||
/// distributed actor.
|
||||
@available(SwiftStdlib 5.5, *)
|
||||
public protocol DistributedActor:
|
||||
// AnyActor,
|
||||
AnyActor,
|
||||
AnyObject,
|
||||
Identifiable, Hashable, Codable {
|
||||
|
||||
init(transport: ActorTransport) // FIXME(distributed): must remove this
|
||||
// init(transport: ActorTransport) // FIXME(distributed): must remove this
|
||||
|
||||
/// Resolves the passed in `identity` against the `transport`, returning
|
||||
/// either a local or remote actor reference.
|
||||
|
||||
Reference in New Issue
Block a user