Supervisor Module: 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:3614:36, 3 December 2023Elixirfan talk contribs 3,359 bytes +3,359 Created page with "== Supervisor Module == The Supervisor Module is a fundamental feature in Elixir's OTP framework that enables reliable and fault-tolerant systems. This module is responsible for managing a group of child processes, restarting them if they fail and ensuring that the system remains in a stable state. === Introduction === In Elixir, a supervisor is a process that supervises and monitors other processes, known as child processes. It is part of the "Let it Crash" philosophy,..."