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 Supervisor Strategies (Created page with "== Supervisor Strategies == Supervisor strategies are an essential concept in Elixir, a powerful programming language that emphasizes fault tolerance and concurrency. With the help of supervisors, Elixir provides a structured way to handle failures in concurrent systems. Supervisor strategies define how supervisors should handle child processes. They determine how supervisors should respond when a child process terminates or encounters an error. By employing different...")