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

Enable non-pickleable runnables to run in a process executor #109

Open
randomir opened this issue Mar 16, 2019 · 0 comments
Open

Enable non-pickleable runnables to run in a process executor #109

randomir opened this issue Mar 16, 2019 · 0 comments
Labels
feature New feature or request

Comments

@randomir
Copy link
Member

The requirement right now is for runnables to be pickleable in order for them to be run using hybrid.concurrency.process_executor. The limitation comes from limitations of ProcessPoolExecutor, which in turn comes from multiprocessing.

@randomir randomir added bug Something isn't working feature New feature or request and removed bug Something isn't working labels Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant