Supervisor (Erlang): 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:5114:51, 3 December 2023Elixirfan talk contribs 3,328 bytes +3,328 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..."