# `Parrhesia.Fanout.Dispatcher`

Asynchronous local fanout dispatcher.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `dispatch`

```elixir
@spec dispatch(map()) :: :ok
```

# `dispatch`

```elixir
@spec dispatch(GenServer.server(), map()) :: :ok
```

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
