-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Must we use a Queue? #112
Comments
https://github.com/uqfoundation/multiprocess/blob/master/py3.10/doc/sharedctypes.html The example here:
Results in:
Could you update the example? |
So, no, there are a number of different ways, the most common is Also, can you be more specific with regard to |
Is the only way to share stuff between subprocesses is to use the Queue object? Can we use any other types? It seems a bit overkill to use a queue if you only have two string values for example...
The example I have and want is this:
The text was updated successfully, but these errors were encountered: