Threading pool similar to the multiprocessing Pool? Is there a Pool class for worker threads, similar to the multiprocessing module’s Pool class? I like for example the easy way to parallelize a map function def long_running_func(p):... May 8, 2022 0 Comments