Access Token utility library.
The asynchronous version of Elixir's "with", resolving the dependency graph and executing the clauses in the most performant way possible!
Batches are processes meant to execute several functions asynchronously, collecting their return values or returning the error of the first failure (fail-fast).
Multitasks are processes meant to execute several functions asynchronously, and collect their return values when they are done processing or the error of the first failure.
Pagination plug.
XML to Map converter.