Concurrent Programming: 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:4214:42, 3 December 2023Elixirfan talk contribs 3,115 bytes +3,115 Created page with "== Concurrent Programming == right|Elixir logo|150px Concurrent programming is a programming paradigm that allows multiple tasks, or processes, to execute simultaneously. Elixir, a functional programming language built on the Erlang virtual machine (BEAM), provides powerful abstractions and features for concurrent programming. === Processes === In Elixir, concurrency is achieved through lightweight, isolated units of execution called **processe..."