[Distributed] Move to ActorIdentity protocol (#38362)

This commit is contained in:
Konrad `ktoso` Malawski
2021-07-15 21:13:55 +09:00
committed by GitHub
parent cf503b91b7
commit 716a0255c0
28 changed files with 403 additions and 330 deletions

View File

@@ -77,7 +77,7 @@ func outside_good_generic<DP: DistProtocol>(dp: DP) async throws {
}
@available(SwiftStdlib 5.5, *)
func outside_good_ext(dp: DistProtocol) async throws {
func outside_good_ext<DP: DistProtocol>(dp: DP) async throws {
_ = try await dp.dist() // implicit async throws
_ = try await dp.dist(string: "") // implicit async throws
_ = try await dp.distAsync() // implicit throws