Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RemoteChannel example in parallel-computing.md
The example demonstrating the use of RemoteChannel does not work in Julia 0.7+, due to new scoping of variables inside of for loops. Consequently, the example would not work as intended. Adding global scope to the variable corrects this problem. (cherry picked from commit 082ec88)
- Loading branch information