Skip to main content

ENV_THREADS

Constant ENV_THREADS 

Source
pub const ENV_THREADS: &'static str;
Expand description

Env var consulted when the caller-provided threads is 0. Must parse as a u32; zero, missing, empty, or otherwise unparseable values all resolve to 0 (sequential execution).