Skip to main content

PENDING_ENGINE_REQUESTS

Static PENDING_ENGINE_REQUESTS 

Source
pub(crate) static PENDING_ENGINE_REQUESTS: AtomicI64
Expand 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.