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

Does Janus support multiprocessing.Queue? #198

Open
HWiese1980 opened this issue Sep 25, 2019 · 3 comments
Open

Does Janus support multiprocessing.Queue? #198

HWiese1980 opened this issue Sep 25, 2019 · 3 comments

Comments

@HWiese1980
Copy link

I make heavy use of Janus Queue in one of my projects to asynchronize thread communication. Now I would like to do the same with communication with subprocesses. Does Janus Queue provide the same level of compatibility for multiprocessing.Queue as it does for queue.Queue?

Cheers

@asvetlov
Copy link
Member

No. Do you want to propose a pull request with requested functionality?

@HWiese1980
Copy link
Author

Would be an option... I don't have any code to contribute yet though and I'm currently too busy to write it.

@ajslater
Copy link

I believe aioprocessing attempts to address this issue.

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

3 participants