The simplest way to run something in multiple threads/processes is through the concurrent.futures module instead of 'manually' managing the threads/processes as currently done in https://carpentries-incubator.github.io/lesson-parallel-python/threads-and-processes.html. Therefore it might be nice to
Therefore, it might be nice to use the concurrent.futures module instead.
The simplest way to run something in multiple threads/processes is through the
concurrent.futuresmodule instead of 'manually' managing the threads/processes as currently done in https://carpentries-incubator.github.io/lesson-parallel-python/threads-and-processes.html. Therefore it might be nice toTherefore, it might be nice to use the
concurrent.futuresmodule instead.