Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmacaulay/channel
An incomplete implementation of CSP channels in Elixir
https://github.com/jamesmacaulay/channel
Last synced: 8 days ago
JSON representation
An incomplete implementation of CSP channels in Elixir
- Host: GitHub
- URL: https://github.com/jamesmacaulay/channel
- Owner: jamesmacaulay
- License: mit
- Created: 2015-05-11T02:44:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T03:04:55.000Z (over 9 years ago)
- Last Synced: 2024-10-12T13:10:57.641Z (about 1 month ago)
- Language: Elixir
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Channel
An incomplete implementation of CSP channels in [Elixir](http://elixir-lang.org/), in the style of [Go](http://golang.org/doc/effective_go.html#channels) and Clojure's [core.async](https://github.com/clojure/core.async).
This is a personal project for the purposes of better understanding [Erlang/OTP](http://www.erlang.org/doc/)'s process model and its relationship with channel-based CSP.
The [tests](https://github.com/jamesmacaulay/channel/blob/master/test/channel_test.exs) are a good place to start if you want to dig in.