All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:30, 3 December 2023 Elixirfan talk contribs created page Concurrency model (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...")