Talk: Embedded Elixir with Nerves - Code BEAM STO ELIXIR/PHOENIX MIX TIP #2: MIX DEPS.UNLOCK

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.