Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle fetcher pool when exiting
Context manager does not seem to properly wait for the subprocesses to exit, let's join the pool manually (close need to be called before joining)
- Loading branch information