pub fn get_thread_count() -> NonZeroUsizeExpand description
Get the number of worker threads to use.
Defaults to std::thread::available_parallelism unless set by set_thread_count.
pub fn get_thread_count() -> NonZeroUsizeGet the number of worker threads to use.
Defaults to std::thread::available_parallelism unless set by set_thread_count.