Skip to main content

Module registry

Module registry 

Source
Available on crate feature serve only.
Expand description

In-flight run registry. Tracks per-run cancellation tokens and the queue / in-flight counters that drive backpressure (429), the faucet_serve_runs_* gauges, /readyz, and the shutdown drain. A “queued” run is one that has been spawned but has not yet acquired an execution permit.

Structs§

Registry