View Source Que.ServerSupervisor (Que v0.10.1)
This Supervisor is responsible for spawning a Que.Server
for each worker. You shouldn't start this manually unless
you absolutely know what you're doing.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the Supervision Tree
Starts a Que.Server
for the given worker
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
start_link() :: Supervisor.on_start()
Starts the Supervision Tree
Specs
start_server(worker :: Que.Worker.t()) :: Supervisor.on_start_child() | no_return()
Starts a Que.Server
for the given worker