Skip to content

Commit 7fb17de

Browse files
JamesWrigleystevengj
authored andcommitted
Make threadpoolsize(), threadpooltids(), and ngcthreads() public (#55701)
1 parent ade91aa commit 7fb17de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/threadingconstructs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export threadid, nthreads, @threads, @spawn,
44
threadpool, nthreadpools
55

6-
public Condition
6+
public Condition, threadpoolsize, ngcthreads
77

88
"""
99
Threads.threadid([t::Task]) -> Int

0 commit comments

Comments
 (0)