#24: An In-Depth Exploration of Elixir Processes
In Elixir, a process is a lightweight concurrent computation unit that runs independently of other processes. These processes are not operating system processes but are virtual processes managed by the Erlang Virtual Machine (BEAM).
Elixir Processes ...
stephanyu.hashnode.dev6 min read