Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multithreading: python multiprocessing.pool has something called …
…ThreadPool so importing Pool as ThreadPool was causing a hang. Still waits until the entire file is finished before printing results, but does produce results after <10 seconds
- Loading branch information