Erlang Genserver

Erlang Genserver is a process spawner and manager

  • simple state change — Elixir agent wraps state with get/2 update/2 get_and_update/2
  • short asynch computation — Elixir task provides functions async/1 await/1