How spies and Elixir handle the unexpected — In From Ruby with Love, we visualized processes in Elixir as individual spies completing missions. We ended with an open question: what happens when a process fails? Thankfully, we can again find our analog in the spy world. First, let’s look at two more aspects of Erlang and Elixir: Linking…