mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] Implicit Codable conformance for Dist Actors
[Witness] implement dump() on witness
This commit is contained in:
@@ -15,7 +15,7 @@ import _Concurrency
|
||||
@available(SwiftStdlib 5.7, *)
|
||||
public protocol DistributedActorSystem: Sendable {
|
||||
/// The identity used by actors that communicate via this transport
|
||||
associatedtype ActorID: Sendable & Hashable & Codable // TODO(distributed): make Codable conditional here
|
||||
associatedtype ActorID: Sendable & Hashable
|
||||
|
||||
associatedtype InvocationEncoder: DistributedTargetInvocationEncoder
|
||||
associatedtype InvocationDecoder: DistributedTargetInvocationDecoder
|
||||
|
||||
Reference in New Issue
Block a user