README.md

# Tangent

[Documentation](https://hexdocs.pm/tangent)

Let your `Agent` calls go on a tangent.

Tangent provides functions and macros for bridging global `Agent` processes with `ExUnit` tests
configured to be `async: true`.

## Installation

```elixir
def deps do
  [
    {:tangent, "~> 0.1.0"}
  ]
end
```