Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to pass pool object in multi_download() #322

Open
gacolitti opened this issue Nov 17, 2023 · 0 comments · May be fixed by #323
Open

Allow users to pass pool object in multi_download() #322

gacolitti opened this issue Nov 17, 2023 · 0 comments · May be fixed by #323

Comments

@gacolitti
Copy link

multi_download() is a very nice wrapper, but it currently does not allow users to pass a pool object directly. This means users have to use the default pool parameters, which may not be suitable for every use-case.

To solve this issue we could replace the multiplex argument with a pool argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant