swift
3a754cbb - [Distributed] IRGen: Find a suitable decoder method to decode argument values

Commit
3 years ago
[Distributed] IRGen: Find a suitable decoder method to decode argument values Given a distributed thunk, find and cache a pointer to suitable argument decoder method together with its type. The decoder is a concrete type associated with actor via `InvocationDecoder` associated type on `DistributedActorSystem` which should have a `decodeNextArgument` method.
Author
Committer
Parents
Loading