FALLBACK_CORE_COUNT

Constant FALLBACK_CORE_COUNT 

Source
pub const FALLBACK_CORE_COUNT: usize = 4;
Expand description

Default CPU core count when detection fails.

Used as a fallback when std::thread::available_parallelism() returns an error.