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.
Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the Supervision Tree
Starts a Que.Server for the given worker
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(:ok) :: Supervisor.on_start()
Starts the Supervision Tree
@spec start_server(worker :: Que.Worker.t()) :: Supervisor.on_start_child() | no_return()
Starts a Que.Server for the given worker