Playing with processes in Elixir
Elixir’s key organizational concept, the process, is an independent component built from functions that sends and receives messages.
Elixir’s key organizational concept, the process, is an independent component built from functions that sends and receives messages.