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.
1 parent ef216c9 commit 442c1e0Copy full SHA for 442c1e0
src/onthreads.jl
@@ -180,7 +180,7 @@ export @onthreads
180
181
macro onallthreads(expr)
182
quote
183
- Base.depwarn("`@onallthreads expr` is deprecated, use `@onallthreads allthreads() expr` instead.", nothing)
+ Base.depwarn("`@onallthreads expr` is deprecated, use `@onthreads allthreads() expr` instead.", nothing)
184
$(_thread_exec_func(:(ParallelProcessingTools.allthreads()), expr))
185
end
186
0 commit comments