# `XMAVLink.Util.Supervisor`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/mavlink_util/supervisor.ex#L1)

Supervisor for opt-in utility processes.

Start this supervisor when an application wants `XMAVLink.Util.CacheManager`
and `XMAVLink.Util.FocusManager` for a router. Pass `:context` to scope the
utility runtime, or pass `:router`, `:dialect`, and `:table_prefix` options
that can be normalized by `XMAVLink.Util.Context`.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

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

---

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