aio-libs / janus

Thread-safe asyncio-aware queue for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does Janus support multiprocessing.Queue?

HWiese1980 opened this issue · 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

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.