Supervisor (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,744 bytes +3,744 Created page with "== Supervisor (Elixir) == right|thumb|200px|Supervisor logo The Supervisor module in Elixir is a behavior implemented by the `GenServer` module that provides a powerful mechanism for managing and monitoring child processes. It is used widely in Elixir applications to build fault-tolerant systems by supervising and restarting failed child processes. === Overview === A supervisor is a process that monitors and restarts its child processes w..."