Supervisor in Elixir: 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:3114:31, 3 December 2023Elixirfan talk contribs 4,047 bytes +4,047 Created page with "== Supervisor in Elixir == thumb|upright=0.8|Elixir Programming Language Logo A supervisor in Elixir is a key component of the Erlang virtual machine that helps create reliable and fault-tolerant systems. It is responsible for monitoring and controlling the lifecycle of processes in an Elixir application. === Introduction === A supervisor is a special kind of process that supervises other processes and ensures they remain functional and r..."