Message Passing: 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:4214:42, 3 December 2023Elixirfan talk contribs 3,216 bytes +3,216 Created page with "== Message Passing == '''Message passing''' is a fundamental concept in the Elixir programming language. It enables communication and coordination between concurrent processes, allowing them to exchange data and execute actions asynchronously. == Overview == In Elixir, message passing is achieved through the '''Actor model'''. An actor is an independent entity, represented by a process, that can receive and send messages to other actors. Each actor has its own mai..."