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:42, 3 December 2023 Elixirfan talk contribs created page Message Passing (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...")