janus icon indicating copy to clipboard operation
janus copied to clipboard

Does Janus support multiprocessing.Queue?

Open HWiese1980 opened this issue 5 years ago • 3 comments

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

HWiese1980 avatar Sep 25 '19 09:09 HWiese1980

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

asvetlov avatar Sep 26 '19 09:09 asvetlov

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

HWiese1980 avatar Sep 26 '19 09:09 HWiese1980

I believe aioprocessing attempts to address this issue.

ajslater avatar Feb 11 '23 03:02 ajslater