mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] Implement RemoteCallArgument
This commit is contained in:
@@ -151,7 +151,7 @@ public struct LocalTestingInvocationEncoder: DistributedTargetInvocationEncoder
|
||||
fatalError("Attempted to call encoder method in a local-only actor system")
|
||||
}
|
||||
|
||||
public mutating func recordArgument<Argument: SerializationRequirement>(_ argument: Argument) throws {
|
||||
public mutating func recordArgument<Value: SerializationRequirement>(_ argument: RemoteCallArgument<Value>) throws {
|
||||
fatalError("Attempted to call encoder method in a local-only actor system")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user