pub(crate) static PENDING_ENGINE_REQUESTS: AtomicI64Expand description
Global counter for pending engine requests.
API/runtime callers increment this when a request is sent to the engine channel, and the engine runtime decrements it when processing starts.