Erlang Solutions: Understanding Elixir processes and concurrency
Welcome to the second chapter of the series “Elixir, 7 Steps to Start Your Journey”. In the first chapter, we discussed the Erlang Virtual Machine, BEAM, and the characteristics Elixir inherits that allow us to develop concurrent and fault-tolerant systems.

In this post, we will dive into the Erlang concurrency model and the fundamental unit to achieve it: processes.

Processes in the BEAM

In Elixir, all the co … ⌘ Read more

⤋ Read More

Participate

Login to join in on this yarn.