[Distributed] SIL invocation of initialize remote done

This commit is contained in:
Konrad `ktoso` Malawski
2021-08-11 10:46:04 +09:00
parent 7e0a3eba13
commit ac6bee45db
8 changed files with 41 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ distributed actor Capybara { }
//distributed actor GuineaPing: Wheeker { }
@available(SwiftStdlib 5.5, *)
func test<Identity: ActorIdentity>(identity: Identity, transport: ActorTransport) async throws {
func test(identity: AnyActorIdentity, transport: ActorTransport) async throws {
let _: Capybara = try Capybara.resolve(identity, using: transport)
// TODO: implement resolve being able to be called on a distributed actor protocol