pub fn generate_actor_status_event_id(actor_id: u64) -> u64Expand description
Generate a globally unique ActorStatusEvent ID.
Combines the actor’s unique ID with a process-local sequence number, then hashes the pair to produce an ID that is unique across processes.