get_thread_count

Function get_thread_count 

Source
pub fn get_thread_count() -> usize
Expand description

Gets the number of available threads for parallel processing.

ยงReturns

  • usize - Number of available threads, defaults to 1 if detection fails.