Supervision 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:3214:32, 3 December 2023Elixirfan talk contribs 3,901 bytes +3,901 Created page with "== Supervision in Elixir == thumb|right|A sample supervision tree in Elixir Supervision is a fundamental concept in Elixir, allowing developers to build fault-tolerant and resilient applications. With the supervision principle, processes are organized in a tree-like structure, where each process is supervised by a higher-level supervisor. This approach ensures that when a process fails, it is automatically restarted by its supervisor, main..."