mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
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.
29 KiB
29 KiB