Skip to content

Commit e50f1ce

Browse files
Make Threads.Condition public (JuliaLang#56503)
Co-authored-by: Dilum Aluthge <[email protected]>
1 parent 68fa4a9 commit e50f1ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/threadingconstructs.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
export threadid, nthreads, @threads, @spawn,
44
threadpool, nthreadpools
55

6+
public Condition
7+
68
"""
79
Threads.threadid([t::Task]) -> Int
810

0 commit comments

Comments
 (0)