pub static ACTOR_QUEUE_DEPTH: Key<u64>Expand description
Accepted handler work not yet dequeued by the actor loop (per
proc.rs PD-5a/PD-5b). Independent of INBOUND_ORDERING:
no arithmetic or ordering relationship between the two is part
of the API contract. See IO-3.