Zack Noyes

Results 3 comments of Zack Noyes

Thanks, I'll look into that. The easiest way I've found so far is to just create a process pool through `multiprocessing` (or thread pool) and then use the Pool.map() to...

Does this apply even if a `ThreadPool` is used rather than a `Pool` of processes? (e.g. `from multiprocessing.pool import ThreadPool`)

Yes okay, if other people would find value in this then I could look at contributing something, but otherwise I'll stick to my temporary solution. Which while not most efficient,...