pub fn worker_thread_count() -> usizeExpand 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() -> usizeReturns 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.