Expand description
ActionRegistry — TypeCode → deserializer fn-pointer table.
Each registered Action is reachable through a monomorphic function
pointer (discipline: no vtable on the deserialize path; vtable
arises only at the single compute_dyn call inside the kernel scheduler
tick).