Actor Model in Elixir: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:3614:36, 3 December 2023Elixirfan talk contribs 3,569 bytes +3,569 Created page with "== Actor Model in Elixir == right|frame|Elixir programming language logo The **Actor Model** is a mathematical model for concurrent computation that treats actors as the fundamental unit of computation. **Elixir**, a functional programming language built on the **Erlang virtual machine** (BEAM), provides built-in support for the Actor Model through its lightweight processes called **Elixir processes**. === Basics of Actor Model === The Actor Mo..."