Constant MAX_THREADS

Source
pub const MAX_THREADS: usize = 128;
Expand description

The maximum amount of threads which can be used by parallelize. create_thread_pool also caps the amount of threads it creates at this.