pub fn live_actor_payload(cell: &InstanceCell) -> IntrospectResultExpand description
Build an IntrospectResult from live InstanceCell state.
Reads the current live status and last handler directly from
the cell. Used by the introspect task (which runs outside
the actor’s message loop) and by Instance::introspect_payload.