euranova / code_retreat

Materials for ENX code retreat. If you don't find your language here, check https://github.com/swkBerlin/kata-bootstraps
MIT License
7 stars 12 forks source link

Add actor model scaffold for Elixir #39

Closed jbruggem closed 3 years ago

jbruggem commented 3 years ago

Adds a scaffold for writing actors in Elixir.

It uses the most straightforward choice for this, which is GenServer -- though it would also make sense with lower-level processes (to show the internals)

Still to do: add some comments to the code and explain more things in the readme.