Naming a Process

Learn about naming a process instead of using PIDs in Elixir.

We'll cover the following...

The idea of referencing processes by their PIDs gets tedious quickly. Fortunately, there are a number ...