https://github.com/tensor-programming/elixir-4
GenStage example
https://github.com/tensor-programming/elixir-4
Last synced: 11 months ago
JSON representation
GenStage example
- Host: GitHub
- URL: https://github.com/tensor-programming/elixir-4
- Owner: tensor-programming
- Created: 2017-03-13T19:19:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T18:43:33.000Z (over 4 years ago)
- Last Synced: 2025-06-10T02:06:00.950Z (about 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir tutorial part 4
# GenStage
### In this tutorial we built a simple GenStage example which counts numbers and pipes through only the even ones.
## Run `mix run --no-halt` to run the app.
### Check out the Youtube Tutorial for this [Go Program](https://youtu.be/3EjRvaCOl94). Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.
### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).
### Our [Twitter](https://twitter.com/TensorProgram) and our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/).