Is your feature request related to a problem? Please describe.
Due to the GIL, multithreading isn't really sufficient for fully utilizing a multicore CPU.
Describe the solution you'd like
Integrate ProcessPoolExecutor to work around the GIL limitation.
Is your feature request related to a problem? Please describe.
Due to the GIL, multithreading isn't really sufficient for fully utilizing a multicore CPU.
Describe the solution you'd like
Integrate
ProcessPoolExecutorto work around the GIL limitation.