Elixir process and state management

I created a screencast on how to use simple constructs in elixir like spawn, send and receive to create a process which can manage its own state. This will be the basis of understanding higher concepts like gen server. Here is the link to it:

4 Likes

This is in continuation of Elixir processes from (Elixir process and state management) and evolves into a GenServer example