neusomatic
neusomatic copied to clipboard
Skipping multiprocess pool for single thread scenario
If the number of threads is 1, additional threads/processes will not be spawned by avoiding use of multiprocessing pool.
@pavanstrand looks good to me. Did you check to see if the output from 1 thread now is the same as earlier?
👍