GenServer 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:1614:16, 3 December 2023Elixirfan talk contribs 2,926 bytes +2,926 Created page with "== GenServer in Elixir == thumb|right|200px|The Elixir programming language logo. GenServer is a fundamental behavior in the Elixir programming language. It is a part of the `:gen` module, which provides a generic server implementation for building concurrent and fault-tolerant systems. GenServer can be used to create processes that encapsulate state and define a set of callbacks to handle incoming messages. === Features === Some key features..."