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