GenServer: 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:1714:17, 3 December 2023Elixirfan talk contribs 3,484 bytes +3,484 Created page with "== GenServer == thumb|GenServer Overview '''GenServer''' is a behavior in Elixir that allows for the creation of scalable and fault-tolerant servers. It provides a simple API for implementing server processes, encapsulating state, and allowing for efficient message passing between processes. == Background == Elixir is a functional programming language built on top of the Erlang VM. It provides a high-level, actor-based concurrency model, allowi..."