# `Dialup.Reloader`
[🔗](https://github.com/SouichiroTsujimoto/Dialup/blob/main/lib/reloader.ex#L1)

開発時のホットリロード。ソースファイルをポーリングし、変更を検知したら
再コンパイル → 全セッションに通知する。Phoenix.CodeReloader の設計を参考にしている。

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

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