mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This reverts commita4f3f2fb48, reversing changes made to8cf6c2e71b.
This commit is contained in:
committed by
GitHub
parent
b371b44c4c
commit
f6ae9f3387
@@ -115,9 +115,9 @@ struct FakeTransport: ActorTransport {
|
||||
}
|
||||
|
||||
func resolve<Act>(_ identity: Act.ID, as actorType: Act.Type)
|
||||
throws -> Act?
|
||||
throws -> ActorResolved<Act>
|
||||
where Act: DistributedActor {
|
||||
return nil
|
||||
.makeProxy
|
||||
}
|
||||
|
||||
func assignIdentity<Act>(_ actorType: Act.Type) -> AnyActorIdentity
|
||||
|
||||
Reference in New Issue
Block a user