Closed jbruggem closed 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.
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.