Supervisor that manages a pool of concurrent workers.
Pool size defaults to the number of online schedulers (CPU cores).
Configure via the :worker_pool_size application env:
config :elixir_server_core, worker_pool_size: 4Or pass at startup:
{Core.Workers.WorkerPool, size: 4}
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.