Subscribe to access all episodes. View plans →

#43: Supervisors in Elixir 1.5

Published April 23, 2018

Ready to dig into Supervisors? In this episode we’ll get introduced to them by updating an existing supervisor its corresponding worker to use the Elixir 1.5 syntax.

We’ll look at the how to customize our supervisor and worker via the ‘child_spec’. And because the Agent module has been updated to include a ‘child_spec’ too, we’ll refactor our GenServer modules to use Agents and start as part of a supervision tree.

© 2024 HEXMONSTER LLC