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 175f6e3 commit 138a55cCopy full SHA for 138a55c
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