Skip to content

Commit

Permalink
Make Threads.Condition public (#56503)
Browse files Browse the repository at this point in the history
Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
jakobnissen and DilumAluthge authored Nov 28, 2024
1 parent 68fa4a9 commit e50f1ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/threadingconstructs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
export threadid, nthreads, @threads, @spawn,
threadpool, nthreadpools

public Condition

"""
Threads.threadid([t::Task]) -> Int
Expand Down

0 comments on commit e50f1ce

Please sign in to comment.