Files
swift-mirror/lib/IRGen/GenDistributed.cpp
Pavel Yaskevich 72fca4ca07 [Distributed] IRGen: Make distributed accessors generic over invocation decoder type
Since invocation decoder is no longer required to be a class-bound
type, accessors have to be made generic over actual type of decoder.

Each accessor still knows what is the expected type of a decoder is
(based on the distributed actor it's associated with), so it still
does direct method calls but it has to load data decoder instance
first iff the decoder is a class.
2022-02-16 14:23:55 -08:00

29 KiB