Application: 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:2114:21, 3 December 2023Elixirfan talk contribs 3,169 bytes +3,169 Created page with "== Application == The Application module in Elixir provides a structure for building reliable, fault-tolerant, and distributed applications. It allows developers to define supervision trees, supervise processes, and start and stop the application as a whole. === Supervision Trees === A supervision tree is a hierarchical structure in which processes are organized. Each process is supervised by another process, forming a tree-like structure. If a process crashes, the supe..."