Process Overhead

Learn about the process and its creation in Elixir.

We'll cover the following...

At the start of the chapter, we said that Elixir processes were very low overhead. Now, it’s time to back that up. Let’s write some code that creates n processes. The first will send a number to the second. It’ll increment that number ...