pub fn parse_concurrency(args: &Value) -> Result<Option<usize>, String>Expand description
Parse the optional concurrency argument.
Returns Ok(None) when the argument is absent or null (caller decides
the default). Returns Ok(Some(n)) for a valid integer in
[MIN_CONCURRENCY, MAX_CONCURRENCY].