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

concurrent.futures compatibility (IPEP 19) #8893

Closed
aarchiba opened this issue Oct 10, 2015 · 1 comment
Closed

concurrent.futures compatibility (IPEP 19) #8893

aarchiba opened this issue Oct 10, 2015 · 1 comment
Milestone

Comments

@aarchiba
Copy link

Since concurrent.futures is standard in python >=3.4 and backported to python 2.7, it is a good way to write portable parallel code. Algorithms that support parallelism can take a pool argument and work with whatever form of parallelism the user chooses - except not IPython parallelism, right now. It would be valuable to add an Executor/Future compatibility layer.

@minrk
Copy link
Member

minrk commented Oct 10, 2015

Migrated to ipython/ipyparallel#53

@minrk minrk closed this as completed Oct 10, 2015
@minrk minrk added this to the no action milestone Oct 10, 2015
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

No branches or pull requests

2 participants