init_thread_pool

Function init_thread_pool 

Source
pub fn init_thread_pool(num_threads: usize) -> Result<(), ThreadPoolBuildError>
Expand description

Initialize a rayon CPU thread pool with the given number of threads.