pub const ENV_THREADS: &'static str;
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).
threads
0
u32