We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ccd416 + abf38b9 commit f9cee85Copy full SHA for f9cee85
src/macros.jl
@@ -56,8 +56,11 @@ end
56
57
Create a closure around an expression and run the closure
58
asynchronously on process `p`. Return a [`Future`](@ref) to the result.
59
+
60
If `p` is the quoted literal symbol `:any`, then the system will pick a
-processor to use automatically.
61
+processor to use automatically. Using `:any` will not apply any form of
62
+load-balancing, consider using a [`WorkerPool`](@ref) and [`remotecall(f,
63
+::WorkerPool)`](@ref) if you need load-balancing.
64
65
# Examples
66
```julia-repl
0 commit comments