You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 forqueue.Queue
?Cheers
The text was updated successfully, but these errors were encountered: