Concurrency model: 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:3014:30, 3 December 2023Elixirfan talk contribs 3,594 bytes +3,594 Created page with "== Concurrency Model == right|100px Elixir, being built on top of the Erlang virtual machine (BEAM), inherits its concurrency model. This concurrency model is one of the primary reasons why Elixir is considered a powerful language for building highly scalable and fault-tolerant applications. === Processes === In Elixir, concurrency is achieved through lightweight processes. These processes are not operating system level threads, but rather ind..."