GenServer and Application
Learn how to implement a GenServer for the game logic.
We'll cover the following...
GenServer
Definition
GenServer is an Elixir Behaviour that wraps its Erlang counterpart, ...
Learn how to implement a GenServer for the game logic.
GenServerGenServer is an Elixir Behaviour that wraps its Erlang counterpart, ...