pub static WORK_HANDLER_QUEUE_DEPTH: Lazy<IntGauge>Expand description
Current items sitting in the bounded mpsc work queue awaiting dispatcher
pickup. Incremented on successful work_tx.send() and decremented immediately
after work_rx.recv(). Permit-acquire wait is NOT counted here — see
WORK_HANDLER_PERMIT_WAIT_SECONDS.