All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:16, 3 December 2023 Elixirfan talk contribs created page Supervision Trees (Created page with "== Supervision Trees == A Supervision Tree is a core concept in the Elixir programming language. It is a hierarchical structure that allows for the supervision and management of concurrent processes. In Elixir, each process is encapsulated within a supervisor, forming a tree-like structure of supervisors and their child processes. === Purpose === The primary purpose of a supervision tree is to ensure the resiliency and fault-tolerance of a system. By organizing proces...")