-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
add support for concurrent.futures #90
Comments
@mmckerns Any updates on this? |
No, I haven't had time for it. In theory, it should be an easy PR -- however, I'm short on time at the moment. |
+1 This would be very very useful |
+1 Agree |
+1 |
+1 please! |
fwiw, in case you're in the See also the PR I liked above in 2021. It's not a drop in replacement of ProcessPoolExecutor, but the gist mostly gets the job done for me. |
I just had this come up in a funded project yesterday, so this may get prioritized... |
One important difference between As an alternative for those looking, it looks like the |
I think that's #265 |
the
pathos
interface is nearly a match toconcurrent.futures
, and it seems to be preferred overmultiprocessing
as the standard.The text was updated successfully, but these errors were encountered: