Documentation of Channels could really use an example #14312
Labels
docs
This change adds or pertains to documentation
help wanted
Indicates that a maintainer wants help on an issue or pull request
needs docs
Documentation for this change is required
parallelism
Parallel or distributed computation
Milestone
http://docs.julialang.org/en/latest/manual/parallel-computing/#channels
The documentation even references an example file. It would be very nice to have short snippet examples of using
put
,take
,isready
, etc. in this section for people who are not familiar withChannel
s. An example of using theChannel
in thefor
loop would also be great!The text was updated successfully, but these errors were encountered: