janus
janus copied to clipboard
Does Janus support multiprocessing.Queue?
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
No. Do you want to propose a pull request with requested functionality?
Would be an option... I don't have any code to contribute yet though and I'm currently too busy to write it.
I believe aioprocessing attempts to address this issue.