Slither.Pipe.Supervisor (Slither v0.1.0)

Copy Markdown View Source

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).

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)