# `Slither.Pipe.Supervisor`
[🔗](https://github.com/nshkrdotcom/slither/blob/v0.1.0/lib/slither/pipe/supervisor.ex#L1)

DynamicSupervisor for long-lived pipe topologies.

Short-lived pipe runs execute directly via `Slither.Pipe.Runner.run/3`.
This supervisor is for cases where a pipe needs to run continuously
(e.g., processing a stream of events).

# `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*
