Task (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:4314:43, 3 December 2023Elixirfan talk contribs 2,802 bytes +2,802 Created page with "==Task (Elixir)== Task in Elixir is a module that allows developers to work with concurrent programming and asynchronous execution. It provides a high-level interface for managing concurrent computations and enables efficient utilization of system resources. ===Creating a Task=== In order to create a task, the `Task.async/1` function is used. It takes a single argument, a function or a module and function tuple, that represents the task to be executed. task = Task..."