# `Angelus.Spice.Supervisor`
[🔗](https://github.com/MonsignorEduardo/angelus/blob/v0.0.2/lib/angelus/spice/supervisor.ex#L1)

Supervises the pool of `Angelus.Spice.Server` workers.

v0.1 starts a single server with `restart: :permanent`.
The structure allows scaling to N workers without API changes.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

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

Starts the SPICE supervisor.

---

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