Elixir and Supervision

Exploration of how supervision works in Elixir

Code to accompany the blog post Elixir/OTP Supervision. It is stored in the github repo elixir-supervision.

The blog post explains things more fully but this repo is an educational example of various ways that you can configure supervisors and workers in Elixir.