GenServer (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:2114:21, 3 December 2023Elixirfan talk contribs 3,737 bytes +3,737 Created page with "== GenServer (Elixir) == thumb|right|GenServer logo GenServer is a behavior provided by the Elixir programming language for building concurrent, fault-tolerant, and scalable applications. It serves as a foundation for implementing servers that encapsulate state and allow message passing between processes. === Overview === A GenServer is a concurrent process that maintains its own state and can receive and handle messages from other process..."