Advanced techniques for architecting flow in Elixir
René Föhring shows how Plug.Conn
and Ecto.Changeset
are great examples of an advanced style of “flow” management where your program hands down a “token” (in practice, an Elixir struct) during execution.