An open API service indexing awesome lists of open source software.

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

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/).