freshness v0.3.0 Freshness.Supervisor View Source

The supervisor responsible for a pool of workers. Check the README for instructions on how to setup.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(config)

View Source
start_link(Freshness.Config.t()) :: :ignore | {:error, any()} | {:ok, pid()}