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.
maxthreadid
1 parent e4bbf7c commit 120ff86Copy full SHA for 120ff86
contrib/generate_precompile.jl
@@ -1,7 +1,7 @@
1
# This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
if Threads.maxthreadid() != 1
4
- @warn "Running this file with multiple Julia threads may lead to a build error" Base.maxthreadid()
+ @warn "Running this file with multiple Julia threads may lead to a build error" Base.Threads.maxthreadid()
5
end
6
7
if Base.isempty(Base.ARGS) || Base.ARGS[1] !== "0"
0 commit comments