Revert "Merge pull request #38938 from drexin/wip-dist-resolve" (#38994)

This reverts commit a4f3f2fb48, reversing
changes made to 8cf6c2e71b.
This commit is contained in:
Konrad `ktoso` Malawski
2021-08-23 20:30:41 +09:00
committed by GitHub
parent b371b44c4c
commit f6ae9f3387
15 changed files with 53 additions and 233 deletions

View File

@@ -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