DynamicSupervisor, uses for add worker in runtime.
Module uses PartitionSupervisor to improve performance when start workers.
Summary
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Starts all worker specs.
Returns {:error, reason} of the first failing child; already-started
workers are left running.