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:16, 3 December 2023 Elixirfan talk contribs created page Agent in Elixir (Created page with "== Agent in Elixir == thumb|right|200px|Elixir programming language logo The `Agent` module in Elixir is a part of the `Concurrent` module that allows the creation and management of concurrent state. It provides a simple and efficient way to manage state within a single process or across multiple processes. === Creating an Agent === To create an agent, the `Agent.start_link/2` function is used. This function takes two arguments: the agent's initia...")