Returns the singleton statistics aggregation worker pool instance.
Optional
Optional configuration for the pool.
Shared statistics aggregation worker pool.
export function getStatisticsWorkerPool( config?: Partial<BaseWorkerPoolConfig>,): StatisticsAggregationWorkerPool { statisticsWorkerPoolInstance ??= new StatisticsAggregationWorkerPool(config); return statisticsWorkerPoolInstance;} Copy
export function getStatisticsWorkerPool( config?: Partial<BaseWorkerPoolConfig>,): StatisticsAggregationWorkerPool { statisticsWorkerPoolInstance ??= new StatisticsAggregationWorkerPool(config); return statisticsWorkerPoolInstance;}
Returns the singleton statistics aggregation worker pool instance.