We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@everywhere
1 parent af89e6c commit 729ba6aCopy full SHA for 729ba6a
src/macros.jl
@@ -185,9 +185,9 @@ processes to have execute the expression.
185
186
Similar to calling `remotecall_eval(Main, procs, expr)`, but with two extra features:
187
188
- - `using` and `import` statements run on the calling process first, to ensure
189
- packages are precompiled.
190
- - The current source file path used by `include` is propagated to other processes.
+- `using` and `import` statements run on the calling process first, to ensure
+ packages are precompiled.
+- The current source file path used by `include` is propagated to other processes.
191
"""
192
macro everywhere(ex)
193
procs = GlobalRef(@__MODULE__, :procs)
0 commit comments