We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
In documentation about "Channels and RemoteChannels".
The code example for interprocess communication, when I run the last part, I have the following error msg:
Can someone tell me what's going on? New to Parallel Computing in Julia. Thx.
The text was updated successfully, but these errors were encountered:
Should be global n = n - 1.
global n = n - 1
Sorry, something went wrong.
A similar fix to #28800 is needed.
Thanks!
Issue should be open until it is fixed :)
sorry! got it!
closed by #28800 I believe
No branches or pull requests
Hi,
In documentation about "Channels and RemoteChannels".
The code example for interprocess communication, when I run the last part, I have the following error msg:

Can someone tell me what's going on?
New to Parallel Computing in Julia. Thx.
The text was updated successfully, but these errors were encountered: