Elixir/Erlang concurrency model is based on the actor pattern which runs on top of BEAM(Erlang Virtual Machine) instead of running directly on Operating System. The actor patternâs actor is an âElixir Processâ in Elixir programming language. Anatomy of an actor (Elixir/Erlang Process)An Elixir/Erlang Processruns on top of BEAM (Erlang Virtual Machine)has an address (pid)is a completely isolated pr
{{#tags}}- {{label}}
{{/tags}}