pub fn get_thread_pool(num_threads: usize) -> ThreadPool
Creates a ThreadPool with the given number of threads.
ThreadPool