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.
pub const MAX_THREADS: usize = 128;
The maximum amount of threads which can be used by parallelize
.
create_thread_pool
also caps the amount of threads it creates at this.