Skip to content

Commit

Permalink
Update README to reflect that this is an updated copy of durcan/Selec…
Browse files Browse the repository at this point in the history
…t.jl
  • Loading branch information
NHDaly authored Sep 4, 2019
1 parent df47c3b commit 7e74c95
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Select

This is copy of [Jon Malmaud's](https://github.com/malmaud) go inspired select macro for the Julia programming language. I have made a slight syntax modification, but essentially all the code is his.

This packege is currently not registered and can be installed with:
This repo is branched from https://github.com/durcan/Select.jl, which was originally a copy of [Jon Malmaud's](https://github.com/malmaud) go-inspired select macro for the Julia programming language. I have updated the repo for Julia 1.3+, multithreaded the Select macro, and hardened the code a bit.

Install this package via:
```julia
julia> Pkg.add("https://github.com/NHDaly/Select.jl")
```
Pkg.clone("https://github.com/durcan/Select.jl.git")
```

The original README from [durcan/Select.jl](https://github.com/durcan/Select.jl) follows:

-----------------------------------------------------

This is copy of [Jon Malmaud's](https://github.com/malmaud) go inspired select macro for the Julia programming language. I have made a slight syntax modification, but essentially all the code is his.


A select expression is for waiting on multiple communication operations and is of the form:
Expand Down

0 comments on commit 7e74c95

Please sign in to comment.