Agents

Understand agents as background processes in Elixir.

We'll cover the following...

Introduction

An agent is a background process that maintains a state. We can access this state at different places within a process, within a ...