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:51, 3 December 2023 Elixirfan talk contribs created page Supervisor (Erlang) (Created page with "== Supervisor (Erlang) == thumb|right|300px|Supervisor in Elixir A **Supervisor** in **Erlang** is a behavior that helps in building fault-tolerant systems by monitoring and controlling a set of child processes. It is one of the key components of **OTP (Open Telecom Platform)**, which is widely used in Elixir for building concurrent and reliable applications. === Functionality === A Supervisor manages a group of child processes, which ar...")