Skip to content

Commit

Permalink
add isopen to parallel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrufsvold authored Oct 29, 2024
1 parent eb2b748 commit 7423937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/base/parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Base.put!(::Channel, ::Any)
Base.take!(::Channel)
Base.isfull(::Channel)
Base.isready(::Channel)
Base.isopen(::Channel)
Base.fetch(::Channel)
Base.close(::Channel)
Base.bind(c::Channel, task::Task)
Expand Down

0 comments on commit 7423937

Please sign in to comment.