Keep your ETS tables alive forever (v1.1)! #TIL: `handle_info(_, state), do: {:noreply, state}` is a Pokemon clause

Asynchronous Tasks with Elixir

In this article, I’ll show you how easy is to convert a sequential program written in Elixir into a concurrent one using the Task module.

Asynchronous Tasks with Elixir