Pattern Matching to Format Text Memento v0.3.0 released

Spawning processes in Elixir, a gentle introduction to concurrency

Spawning processes in Elixir, a gentle introduction to concurrency

Along with pattern matching, one of the coolest things in Erlang and Elixir is their concurrency implementation based on Actor model. In this article I introduce concurrency and show how we can start making our code concurrent in Elixir, using processes.