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:17, 3 December 2023 Elixirfan talk contribs created page Supervisors in Elixir (Created page with "== Supervisors in Elixir == thumb|right|Elixir logo A supervisor in Elixir is a behavior module that is used to start, monitor, and restart child processes. It is an essential component of Elixir's fault-tolerant design, enabling the automatic recovery of failed processes in a reliable and scalable manner. === Purpose === Supervisors are responsible for creating and managing child processes within an Elixir application. Their main purpose is t...")