Skip to main content

install_process_limit

Function install_process_limit 

Source
pub fn install_process_limit(limit: usize)
Expand description

Install the process concurrency limit once (CLI --max-concurrency or auto).

Subsequent calls are ignored (OnceLock). Prefer calling from dispatch before any multi-host fan-out.