Absurd.Supervisor (absurd v0.2.1)

Copy Markdown View Source

Root supervisor for configured Absurd worker pools.

Client operations do not depend on this supervisor. When no worker pools are configured, it deliberately has no children.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the root supervisor for the supplied :worker_pools.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(options)

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

Starts the root supervisor for the supplied :worker_pools.