Supervisors Are the Heart of Reliability
Understand reliability in Elixir through supervisors.
We'll cover the following...
Introduction
Think about our previous example; it was both trivial and profound. It was trivial because there are many ways of achieving some kind of fault tolerance with a library that returns successive numbers. But it was profound because it’s a concrete representation of the idea of building rings of ...