live_actor_payload

Function live_actor_payload 

Source
pub fn live_actor_payload(cell: &InstanceCell) -> IntrospectResult
Expand 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.