Skip to content

Commit

Permalink
Fix docstring of @everywhere (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Oct 5, 2024
1 parent af89e6c commit 729ba6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ processes to have execute the expression.
Similar to calling `remotecall_eval(Main, procs, expr)`, but with two extra features:
- `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.
- `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.
"""
macro everywhere(ex)
procs = GlobalRef(@__MODULE__, :procs)
Expand Down

0 comments on commit 729ba6a

Please sign in to comment.