pub fn worker_thread_count() -> usize
Expand description
Returns the number of worker threads that are currently running. By default, this is the number of cores on the system minus one
To set the worker thread count use set_worker_thread_count
.
pub fn worker_thread_count() -> usize
Returns the number of worker threads that are currently running. By default, this is the number of cores on the system minus one
To set the worker thread count use set_worker_thread_count
.