Spawning linked processes in Elixir
In this short episode, we continue exploring Elixir processes.
We build a countdown timer and another function that spawns it as a linked process. We see what happens when a linked process dies and how to handle such events without killing the parent process.