From 969223ea18802a84dfea369e254332e11bf8e419 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 08:51:13 +0000 Subject: [PATCH] chore: generate documentation --- docs/assets/search.js | 2 +- docs/classes/AbstractPool.html | 194 ++++++++++-------- docs/classes/AbstractWorker.html | 93 ++++----- docs/classes/CircularArray.html | 29 +-- docs/classes/ClusterWorker.html | 67 +++--- docs/classes/Deque.html | 39 ++-- docs/classes/DynamicClusterPool.html | 97 ++++----- docs/classes/DynamicThreadPool.html | 97 ++++----- docs/classes/FixedClusterPool.html | 97 ++++----- docs/classes/FixedThreadPool.html | 97 ++++----- docs/classes/PoolEmitter.html | 65 +++--- docs/classes/ThreadWorker.html | 69 ++++--- docs/classes/WorkerChoiceStrategyContext.html | 33 +-- docs/functions/availableParallelism.html | 9 +- docs/index.html | 10 +- docs/interfaces/ClusterPoolOptions.html | 33 +-- ...tLoopUtilizationMeasurementStatistics.html | 15 +- docs/interfaces/IPool.html | 31 +-- docs/interfaces/IWorker.html | 17 +- docs/interfaces/IWorkerChoiceStrategy.html | 23 ++- docs/interfaces/IWorkerNode.html | 75 ++++--- docs/interfaces/MeasurementOptions.html | 11 +- docs/interfaces/MeasurementStatistics.html | 21 +- .../MeasurementStatisticsRequirements.html | 15 +- docs/interfaces/MessageValue.html | 37 ++-- docs/interfaces/PoolInfo.html | 47 ++--- docs/interfaces/PoolOptions.html | 29 +-- docs/interfaces/PromiseResponseWrapper.html | 15 +- docs/interfaces/StrategyPolicy.html | 13 +- docs/interfaces/Task.html | 21 +- docs/interfaces/TaskError.html | 15 +- docs/interfaces/TaskPerformance.html | 17 +- docs/interfaces/TaskStatistics.html | 19 +- .../TaskStatisticsRequirements.html | 15 +- docs/interfaces/TasksQueueOptions.html | 29 ++- docs/interfaces/ThreadPoolOptions.html | 31 +-- .../WorkerChoiceStrategyOptions.html | 21 +- docs/interfaces/WorkerInfo.html | 19 +- docs/interfaces/WorkerOptions.html | 17 +- docs/interfaces/WorkerStatistics.html | 13 +- docs/interfaces/WorkerUsage.html | 17 +- docs/types/ErrorHandler.html | 9 +- docs/types/ExitHandler.html | 9 +- docs/types/KillBehavior.html | 9 +- docs/types/KillHandler.html | 9 +- docs/types/Measurement.html | 9 +- docs/types/MessageHandler.html | 9 +- docs/types/OnlineHandler.html | 9 +- docs/types/PoolEvent.html | 9 +- docs/types/PoolType.html | 9 +- docs/types/TaskAsyncFunction.html | 9 +- docs/types/TaskFunction.html | 9 +- docs/types/TaskFunctions.html | 9 +- docs/types/TaskSyncFunction.html | 9 +- docs/types/WorkerChoiceStrategy.html | 9 +- docs/types/WorkerType.html | 9 +- docs/types/Writable.html | 107 ++++++++++ docs/variables/KillBehaviors.html | 9 +- docs/variables/Measurements.html | 9 +- docs/variables/PoolEvents.html | 9 +- docs/variables/PoolTypes.html | 9 +- docs/variables/WorkerChoiceStrategies.html | 9 +- docs/variables/WorkerTypes.html | 9 +- 63 files changed, 1065 insertions(+), 845 deletions(-) create mode 100644 docs/types/Writable.html diff --git a/docs/assets/search.js b/docs/assets/search.js index 4dfdf234..b264f2fb 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"rows\":[{\"kind\":128,\"name\":\"AbstractPool\",\"url\":\"classes/AbstractPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractPool.html#constructor\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/AbstractPool.html#workerNodes\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/AbstractPool.html#emitter\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/AbstractPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/AbstractPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/AbstractPool.html#max\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"starting\",\"url\":\"classes/AbstractPool.html#starting\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"started\",\"url\":\"classes/AbstractPool.html#started\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"startTimestamp\",\"url\":\"classes/AbstractPool.html#startTimestamp\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/AbstractPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/AbstractPool.html#filePath\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/AbstractPool.html#opts\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkFilePath\",\"url\":\"classes/AbstractPool.html#checkFilePath\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkNumberOfWorkers\",\"url\":\"classes/AbstractPool.html#checkNumberOfWorkers\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/AbstractPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkPoolOptions\",\"url\":\"classes/AbstractPool.html#checkPoolOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkValidWorkerChoiceStrategy\",\"url\":\"classes/AbstractPool.html#checkValidWorkerChoiceStrategy\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkValidWorkerChoiceStrategyOptions\",\"url\":\"classes/AbstractPool.html#checkValidWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkValidTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#checkValidTasksQueueOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"startPool\",\"url\":\"classes/AbstractPool.html#startPool\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/AbstractPool.html#info\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/AbstractPool.html#ready\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/AbstractPool.html#utilization\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/AbstractPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/AbstractPool.html#worker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/AbstractPool.html#minSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/AbstractPool.html#maxSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkMessageWorkerId\",\"url\":\"classes/AbstractPool.html#checkMessageWorkerId\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerNodeKeyByWorker\",\"url\":\"classes/AbstractPool.html#getWorkerNodeKeyByWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerNodeKeyByWorkerId\",\"url\":\"classes/AbstractPool.html#getWorkerNodeKeyByWorkerId\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/AbstractPool.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/AbstractPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/AbstractPool.html#enableTasksQueue\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#setTasksQueueOptions\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setTasksQueueMaxSize\",\"url\":\"classes/AbstractPool.html#setTasksQueueMaxSize\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"buildTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#buildTasksQueueOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/AbstractPool.html#full\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/AbstractPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/AbstractPool.html#internalBusy\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/AbstractPool.html#listTaskFunctions\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AbstractPool.html#execute\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AbstractPool.html#destroy\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/AbstractPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/AbstractPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/AbstractPool.html#setupHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/AbstractPool.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/AbstractPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/AbstractPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"shallUpdateTaskFunctionWorkerUsage\",\"url\":\"classes/AbstractPool.html#shallUpdateTaskFunctionWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateTaskStatisticsWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateTaskStatisticsWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateRunTimeWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateRunTimeWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateWaitTimeWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateWaitTimeWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateEluWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateEluWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/AbstractPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"shallCreateDynamicWorker\",\"url\":\"classes/AbstractPool.html#shallCreateDynamicWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/AbstractPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/AbstractPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/AbstractPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/AbstractPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/AbstractPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/AbstractPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/AbstractPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendStatisticsMessageToWorker\",\"url\":\"classes/AbstractPool.html#sendStatisticsMessageToWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"redistributeQueuedTasks\",\"url\":\"classes/AbstractPool.html#redistributeQueuedTasks\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"tasksStealingOnBackPressure\",\"url\":\"classes/AbstractPool.html#tasksStealingOnBackPressure\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/AbstractPool.html#workerListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AbstractPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"AbstractPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"handleWorkerReadyResponse\",\"url\":\"classes/AbstractPool.html#handleWorkerReadyResponse\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"handleTaskExecutionResponse\",\"url\":\"classes/AbstractPool.html#handleTaskExecutionResponse\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkAndEmitTaskExecutionEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitTaskExecutionEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkAndEmitTaskQueuingEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitTaskQueuingEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkAndEmitDynamicWorkerCreationEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitDynamicWorkerCreationEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/AbstractPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"addWorkerNode\",\"url\":\"classes/AbstractPool.html#addWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"removeWorkerNode\",\"url\":\"classes/AbstractPool.html#removeWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/AbstractPool.html#hasWorkerNodeBackPressure\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"hasBackPressure\",\"url\":\"classes/AbstractPool.html#hasBackPressure\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"executeTask\",\"url\":\"classes/AbstractPool.html#executeTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"enqueueTask\",\"url\":\"classes/AbstractPool.html#enqueueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"dequeueTask\",\"url\":\"classes/AbstractPool.html#dequeueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"tasksQueueSize\",\"url\":\"classes/AbstractPool.html#tasksQueueSize\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/AbstractPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueues\",\"url\":\"classes/AbstractPool.html#flushTasksQueues\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":128,\"name\":\"DynamicClusterPool\",\"url\":\"classes/DynamicClusterPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicClusterPool.html#constructor\",\"classes\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/DynamicClusterPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicClusterPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/DynamicClusterPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/DynamicClusterPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/DynamicClusterPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/DynamicClusterPool.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/DynamicClusterPool.html#sendToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/DynamicClusterPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/DynamicClusterPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/DynamicClusterPool.html#createWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/DynamicClusterPool.html#worker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/DynamicClusterPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/DynamicClusterPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/DynamicClusterPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/DynamicClusterPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/DynamicClusterPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicClusterPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/DynamicClusterPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/DynamicClusterPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/DynamicClusterPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/DynamicClusterPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicClusterPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicClusterPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/DynamicClusterPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/DynamicClusterPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/DynamicClusterPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/DynamicClusterPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicClusterPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/DynamicClusterPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/DynamicClusterPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/DynamicClusterPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicClusterPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/DynamicClusterPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/DynamicClusterPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/DynamicClusterPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":128,\"name\":\"FixedClusterPool\",\"url\":\"classes/FixedClusterPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedClusterPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedClusterPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/FixedClusterPool.html#setupHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/FixedClusterPool.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/FixedClusterPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedClusterPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/FixedClusterPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/FixedClusterPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/FixedClusterPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/FixedClusterPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/FixedClusterPool.html#worker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/FixedClusterPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/FixedClusterPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/FixedClusterPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/FixedClusterPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/FixedClusterPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/FixedClusterPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/FixedClusterPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedClusterPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/FixedClusterPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/FixedClusterPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/FixedClusterPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/FixedClusterPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/FixedClusterPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedClusterPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/FixedClusterPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/FixedClusterPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/FixedClusterPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/FixedClusterPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedClusterPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/FixedClusterPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/FixedClusterPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/FixedClusterPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/FixedClusterPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/FixedClusterPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedClusterPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/FixedClusterPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/FixedClusterPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/FixedClusterPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":256,\"name\":\"ClusterPoolOptions\",\"url\":\"interfaces/ClusterPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"env\",\"url\":\"interfaces/ClusterPoolOptions.html#env\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"settings\",\"url\":\"interfaces/ClusterPoolOptions.html#settings\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#onlineHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#messageHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#errorHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#exitHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"restartWorkerOnError\",\"url\":\"interfaces/ClusterPoolOptions.html#restartWorkerOnError\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"enableEvents\",\"url\":\"interfaces/ClusterPoolOptions.html#enableEvents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/ClusterPoolOptions.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"tasksQueueOptions\",\"url\":\"interfaces/ClusterPoolOptions.html#tasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":32,\"name\":\"PoolEvents\",\"url\":\"variables/PoolEvents.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"PoolTypes\",\"url\":\"variables/PoolTypes.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IPool\",\"url\":\"interfaces/IPool.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/IPool.html#info\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"interfaces/IPool.html#workerNodes\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"interfaces/IPool.html#hasWorkerNodeBackPressure\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#hasWorkerNodeBackPressure.__type-6\",\"classes\":\"\",\"parent\":\"IPool.hasWorkerNodeBackPressure\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"interfaces/IPool.html#emitter\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"execute\",\"url\":\"interfaces/IPool.html#execute\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#execute.__type-4\",\"classes\":\"\",\"parent\":\"IPool.execute\"},{\"kind\":1024,\"name\":\"destroy\",\"url\":\"interfaces/IPool.html#destroy\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#destroy.__type\",\"classes\":\"\",\"parent\":\"IPool.destroy\"},{\"kind\":1024,\"name\":\"listTaskFunctions\",\"url\":\"interfaces/IPool.html#listTaskFunctions\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#listTaskFunctions.__type-8\",\"classes\":\"\",\"parent\":\"IPool.listTaskFunctions\"},{\"kind\":1024,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy.__type-12\",\"classes\":\"\",\"parent\":\"IPool.setWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategyOptions.__type-14\",\"classes\":\"\",\"parent\":\"IPool.setWorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/IPool.html#enableTasksQueue\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#enableTasksQueue.__type-2\",\"classes\":\"\",\"parent\":\"IPool.enableTasksQueue\"},{\"kind\":1024,\"name\":\"setTasksQueueOptions\",\"url\":\"interfaces/IPool.html#setTasksQueueOptions\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setTasksQueueOptions.__type-10\",\"classes\":\"\",\"parent\":\"IPool.setTasksQueueOptions\"},{\"kind\":128,\"name\":\"PoolEmitter\",\"url\":\"classes/PoolEmitter.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"PoolEvent\",\"url\":\"types/PoolEvent.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"PoolInfo\",\"url\":\"interfaces/PoolInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/PoolInfo.html#version\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/PoolInfo.html#type\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/PoolInfo.html#worker\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"ready\",\"url\":\"interfaces/PoolInfo.html#ready\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"strategy\",\"url\":\"interfaces/PoolInfo.html#strategy\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"minSize\",\"url\":\"interfaces/PoolInfo.html#minSize\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/PoolInfo.html#maxSize\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"utilization\",\"url\":\"interfaces/PoolInfo.html#utilization\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"interfaces/PoolInfo.html#workerNodes\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"idleWorkerNodes\",\"url\":\"interfaces/PoolInfo.html#idleWorkerNodes\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"busyWorkerNodes\",\"url\":\"interfaces/PoolInfo.html#busyWorkerNodes\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"executedTasks\",\"url\":\"interfaces/PoolInfo.html#executedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"executingTasks\",\"url\":\"interfaces/PoolInfo.html#executingTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"queuedTasks\",\"url\":\"interfaces/PoolInfo.html#queuedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"maxQueuedTasks\",\"url\":\"interfaces/PoolInfo.html#maxQueuedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"backPressure\",\"url\":\"interfaces/PoolInfo.html#backPressure\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"failedTasks\",\"url\":\"interfaces/PoolInfo.html#failedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/PoolInfo.html#runTime\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PoolInfo.html#runTime.__type\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime\"},{\"kind\":1024,\"name\":\"minimum\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.minimum\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"maximum\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.maximum\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.average\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.median\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/PoolInfo.html#waitTime\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime\"},{\"kind\":1024,\"name\":\"minimum\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.minimum-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":1024,\"name\":\"maximum\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.maximum-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.average-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.median-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":256,\"name\":\"PoolOptions\",\"url\":\"interfaces/PoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/PoolOptions.html#onlineHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/PoolOptions.html#messageHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/PoolOptions.html#errorHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/PoolOptions.html#exitHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/PoolOptions.html#workerChoiceStrategy\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/PoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"restartWorkerOnError\",\"url\":\"interfaces/PoolOptions.html#restartWorkerOnError\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"enableEvents\",\"url\":\"interfaces/PoolOptions.html#enableEvents\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/PoolOptions.html#enableTasksQueue\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"tasksQueueOptions\",\"url\":\"interfaces/PoolOptions.html#tasksQueueOptions\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":4194304,\"name\":\"PoolType\",\"url\":\"types/PoolType.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"TasksQueueOptions\",\"url\":\"interfaces/TasksQueueOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"queueMaxSize\",\"url\":\"interfaces/TasksQueueOptions.html#queueMaxSize\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":1024,\"name\":\"concurrency\",\"url\":\"interfaces/TasksQueueOptions.html#concurrency\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":32,\"name\":\"WorkerTypes\",\"url\":\"variables/WorkerTypes.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ErrorHandler\",\"url\":\"types/ErrorHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ErrorHandler.html#__type\",\"classes\":\"\",\"parent\":\"ErrorHandler\"},{\"kind\":256,\"name\":\"EventLoopUtilizationMeasurementStatistics\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"idle\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html#idle\",\"classes\":\"\",\"parent\":\"EventLoopUtilizationMeasurementStatistics\"},{\"kind\":1024,\"name\":\"active\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html#active\",\"classes\":\"\",\"parent\":\"EventLoopUtilizationMeasurementStatistics\"},{\"kind\":1024,\"name\":\"utilization\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html#utilization\",\"classes\":\"\",\"parent\":\"EventLoopUtilizationMeasurementStatistics\"},{\"kind\":4194304,\"name\":\"ExitHandler\",\"url\":\"types/ExitHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ExitHandler.html#__type\",\"classes\":\"\",\"parent\":\"ExitHandler\"},{\"kind\":256,\"name\":\"IWorker\",\"url\":\"interfaces/IWorker.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/IWorker.html#id\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"threadId\",\"url\":\"interfaces/IWorker.html#threadId\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"on\",\"url\":\"interfaces/IWorker.html#on\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"once\",\"url\":\"interfaces/IWorker.html#once\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorker.html#once.__type\",\"classes\":\"\",\"parent\":\"IWorker.once\"},{\"kind\":256,\"name\":\"IWorkerNode\",\"url\":\"interfaces/IWorkerNode.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/IWorkerNode.html#worker\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/IWorkerNode.html#info\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"messageChannel\",\"url\":\"interfaces/IWorkerNode.html#messageChannel\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"usage\",\"url\":\"interfaces/IWorkerNode.html#usage\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"tasksQueueBackPressureSize\",\"url\":\"interfaces/IWorkerNode.html#tasksQueueBackPressureSize\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"onBackPressure\",\"url\":\"interfaces/IWorkerNode.html#onBackPressure\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#onBackPressure.__type-12\",\"classes\":\"\",\"parent\":\"IWorkerNode.onBackPressure\"},{\"kind\":1024,\"name\":\"tasksQueueSize\",\"url\":\"interfaces/IWorkerNode.html#tasksQueueSize\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#tasksQueueSize.__type-18\",\"classes\":\"\",\"parent\":\"IWorkerNode.tasksQueueSize\"},{\"kind\":1024,\"name\":\"enqueueTask\",\"url\":\"interfaces/IWorkerNode.html#enqueueTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#enqueueTask.__type-6\",\"classes\":\"\",\"parent\":\"IWorkerNode.enqueueTask\"},{\"kind\":1024,\"name\":\"unshiftTask\",\"url\":\"interfaces/IWorkerNode.html#unshiftTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#unshiftTask.__type-20\",\"classes\":\"\",\"parent\":\"IWorkerNode.unshiftTask\"},{\"kind\":1024,\"name\":\"dequeueTask\",\"url\":\"interfaces/IWorkerNode.html#dequeueTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#dequeueTask.__type-4\",\"classes\":\"\",\"parent\":\"IWorkerNode.dequeueTask\"},{\"kind\":1024,\"name\":\"popTask\",\"url\":\"interfaces/IWorkerNode.html#popTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#popTask.__type-14\",\"classes\":\"\",\"parent\":\"IWorkerNode.popTask\"},{\"kind\":1024,\"name\":\"clearTasksQueue\",\"url\":\"interfaces/IWorkerNode.html#clearTasksQueue\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#clearTasksQueue.__type\",\"classes\":\"\",\"parent\":\"IWorkerNode.clearTasksQueue\"},{\"kind\":1024,\"name\":\"hasBackPressure\",\"url\":\"interfaces/IWorkerNode.html#hasBackPressure\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#hasBackPressure.__type-10\",\"classes\":\"\",\"parent\":\"IWorkerNode.hasBackPressure\"},{\"kind\":1024,\"name\":\"resetUsage\",\"url\":\"interfaces/IWorkerNode.html#resetUsage\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#resetUsage.__type-16\",\"classes\":\"\",\"parent\":\"IWorkerNode.resetUsage\"},{\"kind\":1024,\"name\":\"closeChannel\",\"url\":\"interfaces/IWorkerNode.html#closeChannel\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#closeChannel.__type-2\",\"classes\":\"\",\"parent\":\"IWorkerNode.closeChannel\"},{\"kind\":1024,\"name\":\"getTaskFunctionWorkerUsage\",\"url\":\"interfaces/IWorkerNode.html#getTaskFunctionWorkerUsage\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#getTaskFunctionWorkerUsage.__type-8\",\"classes\":\"\",\"parent\":\"IWorkerNode.getTaskFunctionWorkerUsage\"},{\"kind\":256,\"name\":\"MeasurementStatistics\",\"url\":\"interfaces/MeasurementStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"aggregate\",\"url\":\"interfaces/MeasurementStatistics.html#aggregate\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"minimum\",\"url\":\"interfaces/MeasurementStatistics.html#minimum\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"maximum\",\"url\":\"interfaces/MeasurementStatistics.html#maximum\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/MeasurementStatistics.html#average\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/MeasurementStatistics.html#median\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"history\",\"url\":\"interfaces/MeasurementStatistics.html#history\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":4194304,\"name\":\"MessageHandler\",\"url\":\"types/MessageHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MessageHandler.html#__type\",\"classes\":\"\",\"parent\":\"MessageHandler\"},{\"kind\":4194304,\"name\":\"OnlineHandler\",\"url\":\"types/OnlineHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OnlineHandler.html#__type\",\"classes\":\"\",\"parent\":\"OnlineHandler\"},{\"kind\":256,\"name\":\"TaskStatistics\",\"url\":\"interfaces/TaskStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"executed\",\"url\":\"interfaces/TaskStatistics.html#executed\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"executing\",\"url\":\"interfaces/TaskStatistics.html#executing\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"queued\",\"url\":\"interfaces/TaskStatistics.html#queued\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"maxQueued\",\"url\":\"interfaces/TaskStatistics.html#maxQueued\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"failed\",\"url\":\"interfaces/TaskStatistics.html#failed\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":256,\"name\":\"WorkerInfo\",\"url\":\"interfaces/WorkerInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/WorkerInfo.html#id\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/WorkerInfo.html#type\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"dynamic\",\"url\":\"interfaces/WorkerInfo.html#dynamic\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"ready\",\"url\":\"interfaces/WorkerInfo.html#ready\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"interfaces/WorkerInfo.html#taskFunctions\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":4194304,\"name\":\"WorkerType\",\"url\":\"types/WorkerType.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerUsage\",\"url\":\"interfaces/WorkerUsage.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"tasks\",\"url\":\"interfaces/WorkerUsage.html#tasks\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerUsage.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/WorkerUsage.html#waitTime\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/WorkerUsage.html#elu\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":32,\"name\":\"Measurements\",\"url\":\"variables/Measurements.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"WorkerChoiceStrategies\",\"url\":\"variables/WorkerChoiceStrategies.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IWorkerChoiceStrategy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"strategyPolicy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#strategyPolicy\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"taskStatisticsRequirements\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#taskStatisticsRequirements\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#reset\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#reset.__type-4\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.reset\"},{\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#update\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#update.__type-8\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.update\"},{\"kind\":1024,\"name\":\"choose\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose.__type\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.choose\"},{\"kind\":1024,\"name\":\"remove\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove.__type-2\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.remove\"},{\"kind\":1024,\"name\":\"setOptions\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions.__type-6\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.setOptions\"},{\"kind\":4194304,\"name\":\"Measurement\",\"url\":\"types/Measurement.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"MeasurementOptions\",\"url\":\"interfaces/MeasurementOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/MeasurementOptions.html#median\",\"classes\":\"\",\"parent\":\"MeasurementOptions\"},{\"kind\":256,\"name\":\"MeasurementStatisticsRequirements\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"aggregate\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html#aggregate\",\"classes\":\"\",\"parent\":\"MeasurementStatisticsRequirements\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html#average\",\"classes\":\"\",\"parent\":\"MeasurementStatisticsRequirements\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html#median\",\"classes\":\"\",\"parent\":\"MeasurementStatisticsRequirements\"},{\"kind\":256,\"name\":\"StrategyPolicy\",\"url\":\"interfaces/StrategyPolicy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"dynamicWorkerUsage\",\"url\":\"interfaces/StrategyPolicy.html#dynamicWorkerUsage\",\"classes\":\"\",\"parent\":\"StrategyPolicy\"},{\"kind\":1024,\"name\":\"dynamicWorkerReady\",\"url\":\"interfaces/StrategyPolicy.html#dynamicWorkerReady\",\"classes\":\"\",\"parent\":\"StrategyPolicy\"},{\"kind\":256,\"name\":\"TaskStatisticsRequirements\",\"url\":\"interfaces/TaskStatisticsRequirements.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TaskStatisticsRequirements.html#runTime\",\"classes\":\"\",\"parent\":\"TaskStatisticsRequirements\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/TaskStatisticsRequirements.html#waitTime\",\"classes\":\"\",\"parent\":\"TaskStatisticsRequirements\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/TaskStatisticsRequirements.html#elu\",\"classes\":\"\",\"parent\":\"TaskStatisticsRequirements\"},{\"kind\":4194304,\"name\":\"WorkerChoiceStrategy\",\"url\":\"types/WorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerChoiceStrategyOptions\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"choiceRetries\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#choiceRetries\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"measurement\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#measurement\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#waitTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#elu\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#weights\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":128,\"name\":\"WorkerChoiceStrategyContext\",\"url\":\"classes/WorkerChoiceStrategyContext.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WorkerChoiceStrategyContext.html#constructor\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"workerChoiceStrategies\",\"url\":\"classes/WorkerChoiceStrategyContext.html#workerChoiceStrategies\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"choiceRetriesCount\",\"url\":\"classes/WorkerChoiceStrategyContext.html#choiceRetriesCount\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#workerChoiceStrategy\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/WorkerChoiceStrategyContext.html#opts\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"getStrategyPolicy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getStrategyPolicy\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"getTaskStatisticsRequirements\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getTaskStatisticsRequirements\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/WorkerChoiceStrategyContext.html#update\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/WorkerChoiceStrategyContext.html#execute\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/WorkerChoiceStrategyContext.html#remove\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/WorkerChoiceStrategyContext.html#setOptions\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":128,\"name\":\"DynamicThreadPool\",\"url\":\"classes/DynamicThreadPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicThreadPool.html#constructor\",\"classes\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/DynamicThreadPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicThreadPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/DynamicThreadPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/DynamicThreadPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/DynamicThreadPool.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/DynamicThreadPool.html#sendToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/DynamicThreadPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/DynamicThreadPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/DynamicThreadPool.html#createWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/DynamicThreadPool.html#worker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/DynamicThreadPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/DynamicThreadPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/DynamicThreadPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/DynamicThreadPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/DynamicThreadPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicThreadPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/DynamicThreadPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/DynamicThreadPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/DynamicThreadPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/DynamicThreadPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicThreadPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicThreadPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/DynamicThreadPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/DynamicThreadPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/DynamicThreadPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/DynamicThreadPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicThreadPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/DynamicThreadPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/DynamicThreadPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/DynamicThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/DynamicThreadPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicThreadPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/DynamicThreadPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/DynamicThreadPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/DynamicThreadPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":128,\"name\":\"FixedThreadPool\",\"url\":\"classes/FixedThreadPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedThreadPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedThreadPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/FixedThreadPool.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/FixedThreadPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedThreadPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/FixedThreadPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/FixedThreadPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/FixedThreadPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/FixedThreadPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/FixedThreadPool.html#worker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/FixedThreadPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/FixedThreadPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/FixedThreadPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/FixedThreadPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/FixedThreadPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/FixedThreadPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/FixedThreadPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedThreadPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/FixedThreadPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/FixedThreadPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/FixedThreadPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/FixedThreadPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/FixedThreadPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedThreadPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/FixedThreadPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/FixedThreadPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/FixedThreadPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/FixedThreadPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedThreadPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/FixedThreadPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/FixedThreadPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/FixedThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/FixedThreadPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/FixedThreadPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/FixedThreadPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedThreadPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/FixedThreadPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/FixedThreadPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/FixedThreadPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":256,\"name\":\"ThreadPoolOptions\",\"url\":\"interfaces/ThreadPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"workerOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#workerOptions\",\"classes\":\"\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#onlineHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#messageHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#errorHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#exitHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/ThreadPoolOptions.html#workerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"restartWorkerOnError\",\"url\":\"interfaces/ThreadPoolOptions.html#restartWorkerOnError\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"enableEvents\",\"url\":\"interfaces/ThreadPoolOptions.html#enableEvents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/ThreadPoolOptions.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"tasksQueueOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#tasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":128,\"name\":\"AbstractWorker\",\"url\":\"classes/AbstractWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractWorker.html#constructor\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/AbstractWorker.html#id\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"classes/AbstractWorker.html#taskFunctions\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"lastTaskTimestamp\",\"url\":\"classes/AbstractWorker.html#lastTaskTimestamp\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"classes/AbstractWorker.html#statistics\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"activeInterval\",\"url\":\"classes/AbstractWorker.html#activeInterval\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"isMain\",\"url\":\"classes/AbstractWorker.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"mainWorker\",\"url\":\"classes/AbstractWorker.html#mainWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/AbstractWorker.html#opts\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkWorkerOptions\",\"url\":\"classes/AbstractWorker.html#checkWorkerOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkTaskFunctions\",\"url\":\"classes/AbstractWorker.html#checkTaskFunctions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"hasTaskFunction\",\"url\":\"classes/AbstractWorker.html#hasTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"addTaskFunction\",\"url\":\"classes/AbstractWorker.html#addTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"removeTaskFunction\",\"url\":\"classes/AbstractWorker.html#removeTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/AbstractWorker.html#listTaskFunctions\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"setDefaultTaskFunction\",\"url\":\"classes/AbstractWorker.html#setDefaultTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkTaskFunctionName\",\"url\":\"classes/AbstractWorker.html#checkTaskFunctionName\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleReadyMessage\",\"url\":\"classes/AbstractWorker.html#handleReadyMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"messageListener\",\"url\":\"classes/AbstractWorker.html#messageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleKillMessage\",\"url\":\"classes/AbstractWorker.html#handleKillMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkMessageWorkerId\",\"url\":\"classes/AbstractWorker.html#checkMessageWorkerId\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"startCheckActive\",\"url\":\"classes/AbstractWorker.html#startCheckActive\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"stopCheckActive\",\"url\":\"classes/AbstractWorker.html#stopCheckActive\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkActive\",\"url\":\"classes/AbstractWorker.html#checkActive\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"getMainWorker\",\"url\":\"classes/AbstractWorker.html#getMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/AbstractWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"sendTaskFunctionsListToMainWorker\",\"url\":\"classes/AbstractWorker.html#sendTaskFunctionsListToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/AbstractWorker.html#handleError\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"run\",\"url\":\"classes/AbstractWorker.html#run\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"runSync\",\"url\":\"classes/AbstractWorker.html#runSync\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/AbstractWorker.html#runAsync\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"getTaskFunction\",\"url\":\"classes/AbstractWorker.html#getTaskFunction\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"beginTaskPerformance\",\"url\":\"classes/AbstractWorker.html#beginTaskPerformance\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"endTaskPerformance\",\"url\":\"classes/AbstractWorker.html#endTaskPerformance\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkStatistics\",\"url\":\"classes/AbstractWorker.html#checkStatistics\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"updateLastTaskTimestamp\",\"url\":\"classes/AbstractWorker.html#updateLastTaskTimestamp\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":128,\"name\":\"ClusterWorker\",\"url\":\"classes/ClusterWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClusterWorker.html#constructor\",\"classes\":\"\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleReadyMessage\",\"url\":\"classes/ClusterWorker.html#handleReadyMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ClusterWorker.html#id\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ClusterWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"classes/ClusterWorker.html#taskFunctions\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"lastTaskTimestamp\",\"url\":\"classes/ClusterWorker.html#lastTaskTimestamp\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"classes/ClusterWorker.html#statistics\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"activeInterval\",\"url\":\"classes/ClusterWorker.html#activeInterval\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"isMain\",\"url\":\"classes/ClusterWorker.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/ClusterWorker.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"hasTaskFunction\",\"url\":\"classes/ClusterWorker.html#hasTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"addTaskFunction\",\"url\":\"classes/ClusterWorker.html#addTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"removeTaskFunction\",\"url\":\"classes/ClusterWorker.html#removeTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/ClusterWorker.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"setDefaultTaskFunction\",\"url\":\"classes/ClusterWorker.html#setDefaultTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"messageListener\",\"url\":\"classes/ClusterWorker.html#messageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleKillMessage\",\"url\":\"classes/ClusterWorker.html#handleKillMessage\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"getMainWorker\",\"url\":\"classes/ClusterWorker.html#getMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"sendTaskFunctionsListToMainWorker\",\"url\":\"classes/ClusterWorker.html#sendTaskFunctionsListToMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ClusterWorker.html#handleError\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"run\",\"url\":\"classes/ClusterWorker.html#run\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"runSync\",\"url\":\"classes/ClusterWorker.html#runSync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/ClusterWorker.html#runAsync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":128,\"name\":\"ThreadWorker\",\"url\":\"classes/ThreadWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ThreadWorker.html#constructor\",\"classes\":\"\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"classes/ThreadWorker.html#port\",\"classes\":\"tsd-is-private\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleReadyMessage\",\"url\":\"classes/ThreadWorker.html#handleReadyMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleKillMessage\",\"url\":\"classes/ThreadWorker.html#handleKillMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ThreadWorker.html#id\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ThreadWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ThreadWorker.html#handleError\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"classes/ThreadWorker.html#taskFunctions\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"lastTaskTimestamp\",\"url\":\"classes/ThreadWorker.html#lastTaskTimestamp\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"classes/ThreadWorker.html#statistics\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"activeInterval\",\"url\":\"classes/ThreadWorker.html#activeInterval\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"isMain\",\"url\":\"classes/ThreadWorker.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/ThreadWorker.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"hasTaskFunction\",\"url\":\"classes/ThreadWorker.html#hasTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"addTaskFunction\",\"url\":\"classes/ThreadWorker.html#addTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"removeTaskFunction\",\"url\":\"classes/ThreadWorker.html#removeTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/ThreadWorker.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"setDefaultTaskFunction\",\"url\":\"classes/ThreadWorker.html#setDefaultTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"messageListener\",\"url\":\"classes/ThreadWorker.html#messageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"getMainWorker\",\"url\":\"classes/ThreadWorker.html#getMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"sendTaskFunctionsListToMainWorker\",\"url\":\"classes/ThreadWorker.html#sendTaskFunctionsListToMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"run\",\"url\":\"classes/ThreadWorker.html#run\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"runSync\",\"url\":\"classes/ThreadWorker.html#runSync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/ThreadWorker.html#runAsync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":32,\"name\":\"KillBehaviors\",\"url\":\"variables/KillBehaviors.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"KillBehavior\",\"url\":\"types/KillBehavior.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerOptions\",\"url\":\"interfaces/WorkerOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"killBehavior\",\"url\":\"interfaces/WorkerOptions.html#killBehavior\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"maxInactiveTime\",\"url\":\"interfaces/WorkerOptions.html#maxInactiveTime\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"killHandler\",\"url\":\"interfaces/WorkerOptions.html#killHandler\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"async\",\"url\":\"interfaces/WorkerOptions.html#async\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":4194304,\"name\":\"KillHandler\",\"url\":\"types/KillHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/KillHandler.html#__type\",\"classes\":\"\",\"parent\":\"KillHandler\"},{\"kind\":4194304,\"name\":\"TaskAsyncFunction\",\"url\":\"types/TaskAsyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TaskAsyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"TaskAsyncFunction\"},{\"kind\":4194304,\"name\":\"TaskFunction\",\"url\":\"types/TaskFunction.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TaskFunctions\",\"url\":\"types/TaskFunctions.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TaskSyncFunction\",\"url\":\"types/TaskSyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TaskSyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"TaskSyncFunction\"},{\"kind\":256,\"name\":\"MessageValue\",\"url\":\"interfaces/MessageValue.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"kill\",\"url\":\"interfaces/MessageValue.html#kill\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskError\",\"url\":\"interfaces/MessageValue.html#taskError\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskPerformance\",\"url\":\"interfaces/MessageValue.html#taskPerformance\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"interfaces/MessageValue.html#taskFunctions\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"interfaces/MessageValue.html#statistics\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"ready\",\"url\":\"interfaces/MessageValue.html#ready\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"checkActive\",\"url\":\"interfaces/MessageValue.html#checkActive\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/MessageValue.html#port\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"workerId\",\"url\":\"interfaces/MessageValue.html#workerId\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/MessageValue.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/MessageValue.html#data\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"transferList\",\"url\":\"interfaces/MessageValue.html#transferList\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/MessageValue.html#timestamp\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskId\",\"url\":\"interfaces/MessageValue.html#taskId\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":256,\"name\":\"PromiseResponseWrapper\",\"url\":\"interfaces/PromiseResponseWrapper.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"resolve\",\"url\":\"interfaces/PromiseResponseWrapper.html#resolve\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PromiseResponseWrapper.html#resolve.__type-2\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper.resolve\"},{\"kind\":1024,\"name\":\"reject\",\"url\":\"interfaces/PromiseResponseWrapper.html#reject\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PromiseResponseWrapper.html#reject.__type\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper.reject\"},{\"kind\":1024,\"name\":\"workerNodeKey\",\"url\":\"interfaces/PromiseResponseWrapper.html#workerNodeKey\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":256,\"name\":\"Task\",\"url\":\"interfaces/Task.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"workerId\",\"url\":\"interfaces/Task.html#workerId\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Task.html#name\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Task.html#data\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"transferList\",\"url\":\"interfaces/Task.html#transferList\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/Task.html#timestamp\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"taskId\",\"url\":\"interfaces/Task.html#taskId\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":256,\"name\":\"TaskError\",\"url\":\"interfaces/TaskError.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TaskError.html#name\",\"classes\":\"\",\"parent\":\"TaskError\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/TaskError.html#message\",\"classes\":\"\",\"parent\":\"TaskError\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/TaskError.html#data\",\"classes\":\"\",\"parent\":\"TaskError\"},{\"kind\":256,\"name\":\"TaskPerformance\",\"url\":\"interfaces/TaskPerformance.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TaskPerformance.html#name\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/TaskPerformance.html#timestamp\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TaskPerformance.html#runTime\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/TaskPerformance.html#elu\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":256,\"name\":\"WorkerStatistics\",\"url\":\"interfaces/WorkerStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerStatistics.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerStatistics\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/WorkerStatistics.html#elu\",\"classes\":\"\",\"parent\":\"WorkerStatistics\"},{\"kind\":128,\"name\":\"CircularArray\",\"url\":\"classes/CircularArray.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CircularArray.html#constructor\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"classes/CircularArray.html#size\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"push\",\"url\":\"classes/CircularArray.html#push-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"unshift\",\"url\":\"classes/CircularArray.html#unshift-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"concat\",\"url\":\"classes/CircularArray.html#concat-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"splice\",\"url\":\"classes/CircularArray.html#splice-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/CircularArray.html#resize\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/CircularArray.html#empty\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"full\",\"url\":\"classes/CircularArray.html#full\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"checkSize\",\"url\":\"classes/CircularArray.html#checkSize\",\"classes\":\"tsd-is-private\",\"parent\":\"CircularArray\"},{\"kind\":128,\"name\":\"Deque\",\"url\":\"classes/Deque.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Deque.html#constructor\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"head\",\"url\":\"classes/Deque.html#head\",\"classes\":\"tsd-is-private\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"tail\",\"url\":\"classes/Deque.html#tail\",\"classes\":\"tsd-is-private\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"classes/Deque.html#size\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"classes/Deque.html#maxSize\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"push\",\"url\":\"classes/Deque.html#push\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"unshift\",\"url\":\"classes/Deque.html#unshift\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"pop\",\"url\":\"classes/Deque.html#pop\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"shift\",\"url\":\"classes/Deque.html#shift\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"peekFirst\",\"url\":\"classes/Deque.html#peekFirst\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"peekLast\",\"url\":\"classes/Deque.html#peekLast\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/Deque.html#clear\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"backward\",\"url\":\"classes/Deque.html#backward\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"incrementSize\",\"url\":\"classes/Deque.html#incrementSize\",\"classes\":\"tsd-is-private\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Deque.html#_iterator_\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":64,\"name\":\"availableParallelism\",\"url\":\"functions/availableParallelism.html\",\"classes\":\"\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,60.776]],[\"comment/0\",[]],[\"name/1\",[1,40.408]],[\"comment/1\",[]],[\"name/2\",[2,44.682]],[\"comment/2\",[]],[\"name/3\",[3,46.113]],[\"comment/3\",[]],[\"name/4\",[4,47.784]],[\"comment/4\",[]],[\"name/5\",[5,46.113]],[\"comment/5\",[]],[\"name/6\",[6,47.784]],[\"comment/6\",[]],[\"name/7\",[7,60.776]],[\"comment/7\",[]],[\"name/8\",[8,60.776]],[\"comment/8\",[]],[\"name/9\",[9,60.776]],[\"comment/9\",[]],[\"name/10\",[10,47.784]],[\"comment/10\",[]],[\"name/11\",[11,47.784]],[\"comment/11\",[]],[\"name/12\",[12,42.318]],[\"comment/12\",[]],[\"name/13\",[13,60.776]],[\"comment/13\",[]],[\"name/14\",[14,60.776]],[\"comment/14\",[]],[\"name/15\",[15,47.784]],[\"comment/15\",[]],[\"name/16\",[16,60.776]],[\"comment/16\",[]],[\"name/17\",[17,60.776]],[\"comment/17\",[]],[\"name/18\",[18,60.776]],[\"comment/18\",[]],[\"name/19\",[19,60.776]],[\"comment/19\",[]],[\"name/20\",[20,60.776]],[\"comment/20\",[]],[\"name/21\",[21,44.682]],[\"comment/21\",[]],[\"name/22\",[22,43.43]],[\"comment/22\",[]],[\"name/23\",[23,44.682]],[\"comment/23\",[]],[\"name/24\",[24,44.682]],[\"comment/24\",[]],[\"name/25\",[25,44.682]],[\"comment/25\",[]],[\"name/26\",[26,46.113]],[\"comment/26\",[]],[\"name/27\",[27,44.682]],[\"comment/27\",[]],[\"name/28\",[28,55.668]],[\"comment/28\",[]],[\"name/29\",[29,60.776]],[\"comment/29\",[]],[\"name/30\",[30,60.776]],[\"comment/30\",[]],[\"name/31\",[31,44.682]],[\"comment/31\",[]],[\"name/32\",[32,46.113]],[\"comment/32\",[]],[\"name/33\",[33,42.318]],[\"comment/33\",[]],[\"name/34\",[34,46.113]],[\"comment/34\",[]],[\"name/35\",[35,60.776]],[\"comment/35\",[]],[\"name/36\",[36,60.776]],[\"comment/36\",[]],[\"name/37\",[37,46.113]],[\"comment/37\",[]],[\"name/38\",[38,47.784]],[\"comment/38\",[]],[\"name/39\",[39,47.784]],[\"comment/39\",[]],[\"name/40\",[40,42.318]],[\"comment/40\",[]],[\"name/41\",[41,44.682]],[\"comment/41\",[]],[\"name/42\",[42,46.113]],[\"comment/42\",[]],[\"name/43\",[43,47.784]],[\"comment/43\",[]],[\"name/44\",[44,47.784]],[\"comment/44\",[]],[\"name/45\",[45,47.784]],[\"comment/45\",[]],[\"name/46\",[46,43.43]],[\"comment/46\",[]],[\"name/47\",[47,47.784]],[\"comment/47\",[]],[\"name/48\",[48,47.784]],[\"comment/48\",[]],[\"name/49\",[49,60.776]],[\"comment/49\",[]],[\"name/50\",[50,60.776]],[\"comment/50\",[]],[\"name/51\",[51,60.776]],[\"comment/51\",[]],[\"name/52\",[52,60.776]],[\"comment/52\",[]],[\"name/53\",[53,60.776]],[\"comment/53\",[]],[\"name/54\",[54,60.776]],[\"comment/54\",[]],[\"name/55\",[55,60.776]],[\"comment/55\",[]],[\"name/56\",[56,47.784]],[\"comment/56\",[]],[\"name/57\",[57,47.784]],[\"comment/57\",[]],[\"name/58\",[58,47.784]],[\"comment/58\",[]],[\"name/59\",[59,47.784]],[\"comment/59\",[]],[\"name/60\",[60,47.784]],[\"comment/60\",[]],[\"name/61\",[61,47.784]],[\"comment/61\",[]],[\"name/62\",[62,47.784]],[\"comment/62\",[]],[\"name/63\",[63,60.776]],[\"comment/63\",[]],[\"name/64\",[64,60.776]],[\"comment/64\",[]],[\"name/65\",[65,60.776]],[\"comment/65\",[]],[\"name/66\",[66,47.784]],[\"comment/66\",[]],[\"name/67\",[67,27.574]],[\"comment/67\",[]],[\"name/68\",[68,60.776]],[\"comment/68\",[]],[\"name/69\",[69,60.776]],[\"comment/69\",[]],[\"name/70\",[70,60.776]],[\"comment/70\",[]],[\"name/71\",[71,60.776]],[\"comment/71\",[]],[\"name/72\",[72,60.776]],[\"comment/72\",[]],[\"name/73\",[73,47.784]],[\"comment/73\",[]],[\"name/74\",[74,60.776]],[\"comment/74\",[]],[\"name/75\",[75,60.776]],[\"comment/75\",[]],[\"name/76\",[76,46.113]],[\"comment/76\",[]],[\"name/77\",[77,55.668]],[\"comment/77\",[]],[\"name/78\",[78,60.776]],[\"comment/78\",[]],[\"name/79\",[79,55.668]],[\"comment/79\",[]],[\"name/80\",[80,55.668]],[\"comment/80\",[]],[\"name/81\",[81,55.668]],[\"comment/81\",[]],[\"name/82\",[82,47.784]],[\"comment/82\",[]],[\"name/83\",[83,60.776]],[\"comment/83\",[]],[\"name/84\",[84,60.776]],[\"comment/84\",[]],[\"name/85\",[1,40.408]],[\"comment/85\",[]],[\"name/86\",[6,47.784]],[\"comment/86\",[]],[\"name/87\",[24,44.682]],[\"comment/87\",[]],[\"name/88\",[38,47.784]],[\"comment/88\",[]],[\"name/89\",[12,42.318]],[\"comment/89\",[]],[\"name/90\",[45,47.784]],[\"comment/90\",[]],[\"name/91\",[46,43.43]],[\"comment/91\",[]],[\"name/92\",[44,47.784]],[\"comment/92\",[]],[\"name/93\",[56,47.784]],[\"comment/93\",[]],[\"name/94\",[62,47.784]],[\"comment/94\",[]],[\"name/95\",[60,47.784]],[\"comment/95\",[]],[\"name/96\",[57,47.784]],[\"comment/96\",[]],[\"name/97\",[25,44.682]],[\"comment/97\",[]],[\"name/98\",[2,44.682]],[\"comment/98\",[]],[\"name/99\",[3,46.113]],[\"comment/99\",[]],[\"name/100\",[4,47.784]],[\"comment/100\",[]],[\"name/101\",[5,46.113]],[\"comment/101\",[]],[\"name/102\",[10,47.784]],[\"comment/102\",[]],[\"name/103\",[11,47.784]],[\"comment/103\",[]],[\"name/104\",[15,47.784]],[\"comment/104\",[]],[\"name/105\",[21,44.682]],[\"comment/105\",[]],[\"name/106\",[22,43.43]],[\"comment/106\",[]],[\"name/107\",[23,44.682]],[\"comment/107\",[]],[\"name/108\",[26,46.113]],[\"comment/108\",[]],[\"name/109\",[27,44.682]],[\"comment/109\",[]],[\"name/110\",[31,44.682]],[\"comment/110\",[]],[\"name/111\",[32,46.113]],[\"comment/111\",[]],[\"name/112\",[33,42.318]],[\"comment/112\",[]],[\"name/113\",[34,46.113]],[\"comment/113\",[]],[\"name/114\",[37,46.113]],[\"comment/114\",[]],[\"name/115\",[39,47.784]],[\"comment/115\",[]],[\"name/116\",[40,42.318]],[\"comment/116\",[]],[\"name/117\",[41,44.682]],[\"comment/117\",[]],[\"name/118\",[42,46.113]],[\"comment/118\",[]],[\"name/119\",[43,47.784]],[\"comment/119\",[]],[\"name/120\",[47,47.784]],[\"comment/120\",[]],[\"name/121\",[48,47.784]],[\"comment/121\",[]],[\"name/122\",[58,47.784]],[\"comment/122\",[]],[\"name/123\",[59,47.784]],[\"comment/123\",[]],[\"name/124\",[61,47.784]],[\"comment/124\",[]],[\"name/125\",[66,47.784]],[\"comment/125\",[]],[\"name/126\",[67,27.574]],[\"comment/126\",[]],[\"name/127\",[73,47.784]],[\"comment/127\",[]],[\"name/128\",[76,46.113]],[\"comment/128\",[]],[\"name/129\",[82,47.784]],[\"comment/129\",[]],[\"name/130\",[85,60.776]],[\"comment/130\",[]],[\"name/131\",[1,40.408]],[\"comment/131\",[]],[\"name/132\",[12,42.318]],[\"comment/132\",[]],[\"name/133\",[45,47.784]],[\"comment/133\",[]],[\"name/134\",[46,43.43]],[\"comment/134\",[]],[\"name/135\",[44,47.784]],[\"comment/135\",[]],[\"name/136\",[56,47.784]],[\"comment/136\",[]],[\"name/137\",[62,47.784]],[\"comment/137\",[]],[\"name/138\",[60,47.784]],[\"comment/138\",[]],[\"name/139\",[57,47.784]],[\"comment/139\",[]],[\"name/140\",[24,44.682]],[\"comment/140\",[]],[\"name/141\",[25,44.682]],[\"comment/141\",[]],[\"name/142\",[38,47.784]],[\"comment/142\",[]],[\"name/143\",[2,44.682]],[\"comment/143\",[]],[\"name/144\",[3,46.113]],[\"comment/144\",[]],[\"name/145\",[4,47.784]],[\"comment/145\",[]],[\"name/146\",[5,46.113]],[\"comment/146\",[]],[\"name/147\",[6,47.784]],[\"comment/147\",[]],[\"name/148\",[10,47.784]],[\"comment/148\",[]],[\"name/149\",[11,47.784]],[\"comment/149\",[]],[\"name/150\",[15,47.784]],[\"comment/150\",[]],[\"name/151\",[21,44.682]],[\"comment/151\",[]],[\"name/152\",[22,43.43]],[\"comment/152\",[]],[\"name/153\",[23,44.682]],[\"comment/153\",[]],[\"name/154\",[26,46.113]],[\"comment/154\",[]],[\"name/155\",[27,44.682]],[\"comment/155\",[]],[\"name/156\",[31,44.682]],[\"comment/156\",[]],[\"name/157\",[32,46.113]],[\"comment/157\",[]],[\"name/158\",[33,42.318]],[\"comment/158\",[]],[\"name/159\",[34,46.113]],[\"comment/159\",[]],[\"name/160\",[37,46.113]],[\"comment/160\",[]],[\"name/161\",[39,47.784]],[\"comment/161\",[]],[\"name/162\",[40,42.318]],[\"comment/162\",[]],[\"name/163\",[41,44.682]],[\"comment/163\",[]],[\"name/164\",[42,46.113]],[\"comment/164\",[]],[\"name/165\",[43,47.784]],[\"comment/165\",[]],[\"name/166\",[47,47.784]],[\"comment/166\",[]],[\"name/167\",[48,47.784]],[\"comment/167\",[]],[\"name/168\",[58,47.784]],[\"comment/168\",[]],[\"name/169\",[59,47.784]],[\"comment/169\",[]],[\"name/170\",[61,47.784]],[\"comment/170\",[]],[\"name/171\",[66,47.784]],[\"comment/171\",[]],[\"name/172\",[67,27.574]],[\"comment/172\",[]],[\"name/173\",[73,47.784]],[\"comment/173\",[]],[\"name/174\",[76,46.113]],[\"comment/174\",[]],[\"name/175\",[82,47.784]],[\"comment/175\",[]],[\"name/176\",[86,60.776]],[\"comment/176\",[]],[\"name/177\",[87,60.776]],[\"comment/177\",[]],[\"name/178\",[88,60.776]],[\"comment/178\",[]],[\"name/179\",[89,49.79]],[\"comment/179\",[]],[\"name/180\",[90,49.79]],[\"comment/180\",[]],[\"name/181\",[91,49.79]],[\"comment/181\",[]],[\"name/182\",[92,49.79]],[\"comment/182\",[]],[\"name/183\",[93,47.784]],[\"comment/183\",[]],[\"name/184\",[94,49.79]],[\"comment/184\",[]],[\"name/185\",[95,52.303]],[\"comment/185\",[]],[\"name/186\",[96,52.303]],[\"comment/186\",[]],[\"name/187\",[33,42.318]],[\"comment/187\",[]],[\"name/188\",[97,49.79]],[\"comment/188\",[]],[\"name/189\",[98,60.776]],[\"comment/189\",[]],[\"name/190\",[99,60.776]],[\"comment/190\",[]],[\"name/191\",[100,60.776]],[\"comment/191\",[]],[\"name/192\",[21,44.682]],[\"comment/192\",[]],[\"name/193\",[2,44.682]],[\"comment/193\",[]],[\"name/194\",[76,46.113]],[\"comment/194\",[]],[\"name/195\",[67,27.574]],[\"comment/195\",[]],[\"name/196\",[3,46.113]],[\"comment/196\",[]],[\"name/197\",[41,44.682]],[\"comment/197\",[]],[\"name/198\",[67,27.574]],[\"comment/198\",[]],[\"name/199\",[42,46.113]],[\"comment/199\",[]],[\"name/200\",[67,27.574]],[\"comment/200\",[]],[\"name/201\",[40,42.318]],[\"comment/201\",[]],[\"name/202\",[67,27.574]],[\"comment/202\",[]],[\"name/203\",[31,44.682]],[\"comment/203\",[]],[\"name/204\",[67,27.574]],[\"comment/204\",[]],[\"name/205\",[32,46.113]],[\"comment/205\",[]],[\"name/206\",[67,27.574]],[\"comment/206\",[]],[\"name/207\",[33,42.318]],[\"comment/207\",[]],[\"name/208\",[67,27.574]],[\"comment/208\",[]],[\"name/209\",[34,46.113]],[\"comment/209\",[]],[\"name/210\",[67,27.574]],[\"comment/210\",[]],[\"name/211\",[101,60.776]],[\"comment/211\",[]],[\"name/212\",[102,60.776]],[\"comment/212\",[]],[\"name/213\",[103,60.776]],[\"comment/213\",[]],[\"name/214\",[104,60.776]],[\"comment/214\",[]],[\"name/215\",[24,44.682]],[\"comment/215\",[]],[\"name/216\",[25,44.682]],[\"comment/216\",[]],[\"name/217\",[22,43.43]],[\"comment/217\",[]],[\"name/218\",[105,60.776]],[\"comment/218\",[]],[\"name/219\",[26,46.113]],[\"comment/219\",[]],[\"name/220\",[27,44.682]],[\"comment/220\",[]],[\"name/221\",[23,44.682]],[\"comment/221\",[]],[\"name/222\",[2,44.682]],[\"comment/222\",[]],[\"name/223\",[106,60.776]],[\"comment/223\",[]],[\"name/224\",[107,60.776]],[\"comment/224\",[]],[\"name/225\",[108,60.776]],[\"comment/225\",[]],[\"name/226\",[109,60.776]],[\"comment/226\",[]],[\"name/227\",[110,60.776]],[\"comment/227\",[]],[\"name/228\",[111,60.776]],[\"comment/228\",[]],[\"name/229\",[112,60.776]],[\"comment/229\",[]],[\"name/230\",[113,60.776]],[\"comment/230\",[]],[\"name/231\",[114,46.113]],[\"comment/231\",[]],[\"name/232\",[67,27.574]],[\"comment/232\",[]],[\"name/233\",[115,52.303]],[\"comment/233\",[]],[\"name/234\",[116,52.303]],[\"comment/234\",[]],[\"name/235\",[117,49.79]],[\"comment/235\",[]],[\"name/236\",[118,47.784]],[\"comment/236\",[]],[\"name/237\",[119,49.79]],[\"comment/237\",[]],[\"name/238\",[67,27.574]],[\"comment/238\",[]],[\"name/239\",[115,52.303]],[\"comment/239\",[]],[\"name/240\",[116,52.303]],[\"comment/240\",[]],[\"name/241\",[117,49.79]],[\"comment/241\",[]],[\"name/242\",[118,47.784]],[\"comment/242\",[]],[\"name/243\",[120,60.776]],[\"comment/243\",[]],[\"name/244\",[89,49.79]],[\"comment/244\",[]],[\"name/245\",[90,49.79]],[\"comment/245\",[]],[\"name/246\",[91,49.79]],[\"comment/246\",[]],[\"name/247\",[92,49.79]],[\"comment/247\",[]],[\"name/248\",[93,47.784]],[\"comment/248\",[]],[\"name/249\",[94,49.79]],[\"comment/249\",[]],[\"name/250\",[95,52.303]],[\"comment/250\",[]],[\"name/251\",[96,52.303]],[\"comment/251\",[]],[\"name/252\",[33,42.318]],[\"comment/252\",[]],[\"name/253\",[97,49.79]],[\"comment/253\",[]],[\"name/254\",[121,60.776]],[\"comment/254\",[]],[\"name/255\",[97,49.79]],[\"comment/255\",[]],[\"name/256\",[122,60.776]],[\"comment/256\",[]],[\"name/257\",[123,60.776]],[\"comment/257\",[]],[\"name/258\",[124,60.776]],[\"comment/258\",[]],[\"name/259\",[91,49.79]],[\"comment/259\",[]],[\"name/260\",[67,27.574]],[\"comment/260\",[]],[\"name/261\",[125,60.776]],[\"comment/261\",[]],[\"name/262\",[126,60.776]],[\"comment/262\",[]],[\"name/263\",[127,60.776]],[\"comment/263\",[]],[\"name/264\",[23,44.682]],[\"comment/264\",[]],[\"name/265\",[92,49.79]],[\"comment/265\",[]],[\"name/266\",[67,27.574]],[\"comment/266\",[]],[\"name/267\",[128,60.776]],[\"comment/267\",[]],[\"name/268\",[129,47.784]],[\"comment/268\",[]],[\"name/269\",[130,60.776]],[\"comment/269\",[]],[\"name/270\",[131,60.776]],[\"comment/270\",[]],[\"name/271\",[132,60.776]],[\"comment/271\",[]],[\"name/272\",[67,27.574]],[\"comment/272\",[]],[\"name/273\",[133,60.776]],[\"comment/273\",[]],[\"name/274\",[25,44.682]],[\"comment/274\",[]],[\"name/275\",[21,44.682]],[\"comment/275\",[]],[\"name/276\",[134,60.776]],[\"comment/276\",[]],[\"name/277\",[135,60.776]],[\"comment/277\",[]],[\"name/278\",[136,60.776]],[\"comment/278\",[]],[\"name/279\",[137,60.776]],[\"comment/279\",[]],[\"name/280\",[67,27.574]],[\"comment/280\",[]],[\"name/281\",[81,55.668]],[\"comment/281\",[]],[\"name/282\",[67,27.574]],[\"comment/282\",[]],[\"name/283\",[79,55.668]],[\"comment/283\",[]],[\"name/284\",[67,27.574]],[\"comment/284\",[]],[\"name/285\",[138,60.776]],[\"comment/285\",[]],[\"name/286\",[67,27.574]],[\"comment/286\",[]],[\"name/287\",[80,55.668]],[\"comment/287\",[]],[\"name/288\",[67,27.574]],[\"comment/288\",[]],[\"name/289\",[139,60.776]],[\"comment/289\",[]],[\"name/290\",[67,27.574]],[\"comment/290\",[]],[\"name/291\",[140,60.776]],[\"comment/291\",[]],[\"name/292\",[67,27.574]],[\"comment/292\",[]],[\"name/293\",[77,55.668]],[\"comment/293\",[]],[\"name/294\",[67,27.574]],[\"comment/294\",[]],[\"name/295\",[141,60.776]],[\"comment/295\",[]],[\"name/296\",[67,27.574]],[\"comment/296\",[]],[\"name/297\",[142,60.776]],[\"comment/297\",[]],[\"name/298\",[67,27.574]],[\"comment/298\",[]],[\"name/299\",[143,60.776]],[\"comment/299\",[]],[\"name/300\",[67,27.574]],[\"comment/300\",[]],[\"name/301\",[144,60.776]],[\"comment/301\",[]],[\"name/302\",[145,55.668]],[\"comment/302\",[]],[\"name/303\",[115,52.303]],[\"comment/303\",[]],[\"name/304\",[116,52.303]],[\"comment/304\",[]],[\"name/305\",[117,49.79]],[\"comment/305\",[]],[\"name/306\",[118,47.784]],[\"comment/306\",[]],[\"name/307\",[146,60.776]],[\"comment/307\",[]],[\"name/308\",[90,49.79]],[\"comment/308\",[]],[\"name/309\",[67,27.574]],[\"comment/309\",[]],[\"name/310\",[89,49.79]],[\"comment/310\",[]],[\"name/311\",[67,27.574]],[\"comment/311\",[]],[\"name/312\",[147,60.776]],[\"comment/312\",[]],[\"name/313\",[148,60.776]],[\"comment/313\",[]],[\"name/314\",[149,60.776]],[\"comment/314\",[]],[\"name/315\",[150,60.776]],[\"comment/315\",[]],[\"name/316\",[151,60.776]],[\"comment/316\",[]],[\"name/317\",[152,60.776]],[\"comment/317\",[]],[\"name/318\",[153,60.776]],[\"comment/318\",[]],[\"name/319\",[129,47.784]],[\"comment/319\",[]],[\"name/320\",[24,44.682]],[\"comment/320\",[]],[\"name/321\",[154,60.776]],[\"comment/321\",[]],[\"name/322\",[22,43.43]],[\"comment/322\",[]],[\"name/323\",[155,46.113]],[\"comment/323\",[]],[\"name/324\",[156,60.776]],[\"comment/324\",[]],[\"name/325\",[157,60.776]],[\"comment/325\",[]],[\"name/326\",[158,60.776]],[\"comment/326\",[]],[\"name/327\",[114,46.113]],[\"comment/327\",[]],[\"name/328\",[119,49.79]],[\"comment/328\",[]],[\"name/329\",[159,47.784]],[\"comment/329\",[]],[\"name/330\",[160,60.776]],[\"comment/330\",[]],[\"name/331\",[161,55.668]],[\"comment/331\",[]],[\"name/332\",[162,60.776]],[\"comment/332\",[]],[\"name/333\",[163,55.668]],[\"comment/333\",[]],[\"name/334\",[164,55.668]],[\"comment/334\",[]],[\"name/335\",[165,60.776]],[\"comment/335\",[]],[\"name/336\",[67,27.574]],[\"comment/336\",[]],[\"name/337\",[166,55.668]],[\"comment/337\",[]],[\"name/338\",[67,27.574]],[\"comment/338\",[]],[\"name/339\",[167,60.776]],[\"comment/339\",[]],[\"name/340\",[67,27.574]],[\"comment/340\",[]],[\"name/341\",[168,55.668]],[\"comment/341\",[]],[\"name/342\",[67,27.574]],[\"comment/342\",[]],[\"name/343\",[169,55.668]],[\"comment/343\",[]],[\"name/344\",[67,27.574]],[\"comment/344\",[]],[\"name/345\",[170,55.668]],[\"comment/345\",[]],[\"name/346\",[171,60.776]],[\"comment/346\",[]],[\"name/347\",[118,47.784]],[\"comment/347\",[]],[\"name/348\",[172,60.776]],[\"comment/348\",[]],[\"name/349\",[145,55.668]],[\"comment/349\",[]],[\"name/350\",[117,49.79]],[\"comment/350\",[]],[\"name/351\",[118,47.784]],[\"comment/351\",[]],[\"name/352\",[163,55.668]],[\"comment/352\",[]],[\"name/353\",[173,60.776]],[\"comment/353\",[]],[\"name/354\",[174,60.776]],[\"comment/354\",[]],[\"name/355\",[164,55.668]],[\"comment/355\",[]],[\"name/356\",[114,46.113]],[\"comment/356\",[]],[\"name/357\",[119,49.79]],[\"comment/357\",[]],[\"name/358\",[159,47.784]],[\"comment/358\",[]],[\"name/359\",[93,47.784]],[\"comment/359\",[]],[\"name/360\",[94,49.79]],[\"comment/360\",[]],[\"name/361\",[175,60.776]],[\"comment/361\",[]],[\"name/362\",[170,55.668]],[\"comment/362\",[]],[\"name/363\",[114,46.113]],[\"comment/363\",[]],[\"name/364\",[119,49.79]],[\"comment/364\",[]],[\"name/365\",[159,47.784]],[\"comment/365\",[]],[\"name/366\",[176,60.776]],[\"comment/366\",[]],[\"name/367\",[5,46.113]],[\"comment/367\",[]],[\"name/368\",[1,40.408]],[\"comment/368\",[]],[\"name/369\",[161,55.668]],[\"comment/369\",[]],[\"name/370\",[177,60.776]],[\"comment/370\",[]],[\"name/371\",[93,47.784]],[\"comment/371\",[]],[\"name/372\",[12,42.318]],[\"comment/372\",[]],[\"name/373\",[178,60.776]],[\"comment/373\",[]],[\"name/374\",[179,60.776]],[\"comment/374\",[]],[\"name/375\",[31,44.682]],[\"comment/375\",[]],[\"name/376\",[166,55.668]],[\"comment/376\",[]],[\"name/377\",[41,44.682]],[\"comment/377\",[]],[\"name/378\",[168,55.668]],[\"comment/378\",[]],[\"name/379\",[169,55.668]],[\"comment/379\",[]],[\"name/380\",[180,60.776]],[\"comment/380\",[]],[\"name/381\",[1,40.408]],[\"comment/381\",[]],[\"name/382\",[6,47.784]],[\"comment/382\",[]],[\"name/383\",[24,44.682]],[\"comment/383\",[]],[\"name/384\",[38,47.784]],[\"comment/384\",[]],[\"name/385\",[12,42.318]],[\"comment/385\",[]],[\"name/386\",[46,43.43]],[\"comment/386\",[]],[\"name/387\",[44,47.784]],[\"comment/387\",[]],[\"name/388\",[56,47.784]],[\"comment/388\",[]],[\"name/389\",[62,47.784]],[\"comment/389\",[]],[\"name/390\",[60,47.784]],[\"comment/390\",[]],[\"name/391\",[57,47.784]],[\"comment/391\",[]],[\"name/392\",[25,44.682]],[\"comment/392\",[]],[\"name/393\",[2,44.682]],[\"comment/393\",[]],[\"name/394\",[3,46.113]],[\"comment/394\",[]],[\"name/395\",[4,47.784]],[\"comment/395\",[]],[\"name/396\",[5,46.113]],[\"comment/396\",[]],[\"name/397\",[10,47.784]],[\"comment/397\",[]],[\"name/398\",[11,47.784]],[\"comment/398\",[]],[\"name/399\",[15,47.784]],[\"comment/399\",[]],[\"name/400\",[21,44.682]],[\"comment/400\",[]],[\"name/401\",[22,43.43]],[\"comment/401\",[]],[\"name/402\",[23,44.682]],[\"comment/402\",[]],[\"name/403\",[26,46.113]],[\"comment/403\",[]],[\"name/404\",[27,44.682]],[\"comment/404\",[]],[\"name/405\",[31,44.682]],[\"comment/405\",[]],[\"name/406\",[32,46.113]],[\"comment/406\",[]],[\"name/407\",[33,42.318]],[\"comment/407\",[]],[\"name/408\",[34,46.113]],[\"comment/408\",[]],[\"name/409\",[37,46.113]],[\"comment/409\",[]],[\"name/410\",[39,47.784]],[\"comment/410\",[]],[\"name/411\",[40,42.318]],[\"comment/411\",[]],[\"name/412\",[41,44.682]],[\"comment/412\",[]],[\"name/413\",[42,46.113]],[\"comment/413\",[]],[\"name/414\",[43,47.784]],[\"comment/414\",[]],[\"name/415\",[45,47.784]],[\"comment/415\",[]],[\"name/416\",[47,47.784]],[\"comment/416\",[]],[\"name/417\",[48,47.784]],[\"comment/417\",[]],[\"name/418\",[58,47.784]],[\"comment/418\",[]],[\"name/419\",[59,47.784]],[\"comment/419\",[]],[\"name/420\",[61,47.784]],[\"comment/420\",[]],[\"name/421\",[66,47.784]],[\"comment/421\",[]],[\"name/422\",[67,27.574]],[\"comment/422\",[]],[\"name/423\",[73,47.784]],[\"comment/423\",[]],[\"name/424\",[76,46.113]],[\"comment/424\",[]],[\"name/425\",[82,47.784]],[\"comment/425\",[]],[\"name/426\",[181,60.776]],[\"comment/426\",[]],[\"name/427\",[1,40.408]],[\"comment/427\",[]],[\"name/428\",[12,42.318]],[\"comment/428\",[]],[\"name/429\",[46,43.43]],[\"comment/429\",[]],[\"name/430\",[44,47.784]],[\"comment/430\",[]],[\"name/431\",[56,47.784]],[\"comment/431\",[]],[\"name/432\",[62,47.784]],[\"comment/432\",[]],[\"name/433\",[60,47.784]],[\"comment/433\",[]],[\"name/434\",[57,47.784]],[\"comment/434\",[]],[\"name/435\",[24,44.682]],[\"comment/435\",[]],[\"name/436\",[25,44.682]],[\"comment/436\",[]],[\"name/437\",[38,47.784]],[\"comment/437\",[]],[\"name/438\",[2,44.682]],[\"comment/438\",[]],[\"name/439\",[3,46.113]],[\"comment/439\",[]],[\"name/440\",[4,47.784]],[\"comment/440\",[]],[\"name/441\",[5,46.113]],[\"comment/441\",[]],[\"name/442\",[6,47.784]],[\"comment/442\",[]],[\"name/443\",[10,47.784]],[\"comment/443\",[]],[\"name/444\",[11,47.784]],[\"comment/444\",[]],[\"name/445\",[15,47.784]],[\"comment/445\",[]],[\"name/446\",[21,44.682]],[\"comment/446\",[]],[\"name/447\",[22,43.43]],[\"comment/447\",[]],[\"name/448\",[23,44.682]],[\"comment/448\",[]],[\"name/449\",[26,46.113]],[\"comment/449\",[]],[\"name/450\",[27,44.682]],[\"comment/450\",[]],[\"name/451\",[31,44.682]],[\"comment/451\",[]],[\"name/452\",[32,46.113]],[\"comment/452\",[]],[\"name/453\",[33,42.318]],[\"comment/453\",[]],[\"name/454\",[34,46.113]],[\"comment/454\",[]],[\"name/455\",[37,46.113]],[\"comment/455\",[]],[\"name/456\",[39,47.784]],[\"comment/456\",[]],[\"name/457\",[40,42.318]],[\"comment/457\",[]],[\"name/458\",[41,44.682]],[\"comment/458\",[]],[\"name/459\",[42,46.113]],[\"comment/459\",[]],[\"name/460\",[43,47.784]],[\"comment/460\",[]],[\"name/461\",[45,47.784]],[\"comment/461\",[]],[\"name/462\",[47,47.784]],[\"comment/462\",[]],[\"name/463\",[48,47.784]],[\"comment/463\",[]],[\"name/464\",[58,47.784]],[\"comment/464\",[]],[\"name/465\",[59,47.784]],[\"comment/465\",[]],[\"name/466\",[61,47.784]],[\"comment/466\",[]],[\"name/467\",[66,47.784]],[\"comment/467\",[]],[\"name/468\",[67,27.574]],[\"comment/468\",[]],[\"name/469\",[73,47.784]],[\"comment/469\",[]],[\"name/470\",[76,46.113]],[\"comment/470\",[]],[\"name/471\",[82,47.784]],[\"comment/471\",[]],[\"name/472\",[182,60.776]],[\"comment/472\",[]],[\"name/473\",[183,55.668]],[\"comment/473\",[]],[\"name/474\",[89,49.79]],[\"comment/474\",[]],[\"name/475\",[90,49.79]],[\"comment/475\",[]],[\"name/476\",[91,49.79]],[\"comment/476\",[]],[\"name/477\",[92,49.79]],[\"comment/477\",[]],[\"name/478\",[93,47.784]],[\"comment/478\",[]],[\"name/479\",[94,49.79]],[\"comment/479\",[]],[\"name/480\",[95,52.303]],[\"comment/480\",[]],[\"name/481\",[96,52.303]],[\"comment/481\",[]],[\"name/482\",[33,42.318]],[\"comment/482\",[]],[\"name/483\",[97,49.79]],[\"comment/483\",[]],[\"name/484\",[184,60.776]],[\"comment/484\",[]],[\"name/485\",[1,40.408]],[\"comment/485\",[]],[\"name/486\",[129,47.784]],[\"comment/486\",[]],[\"name/487\",[155,46.113]],[\"comment/487\",[]],[\"name/488\",[185,52.303]],[\"comment/488\",[]],[\"name/489\",[186,49.79]],[\"comment/489\",[]],[\"name/490\",[187,52.303]],[\"comment/490\",[]],[\"name/491\",[46,43.43]],[\"comment/491\",[]],[\"name/492\",[188,60.776]],[\"comment/492\",[]],[\"name/493\",[12,42.318]],[\"comment/493\",[]],[\"name/494\",[189,60.776]],[\"comment/494\",[]],[\"name/495\",[190,60.776]],[\"comment/495\",[]],[\"name/496\",[191,52.303]],[\"comment/496\",[]],[\"name/497\",[192,52.303]],[\"comment/497\",[]],[\"name/498\",[193,52.303]],[\"comment/498\",[]],[\"name/499\",[40,42.318]],[\"comment/499\",[]],[\"name/500\",[194,52.303]],[\"comment/500\",[]],[\"name/501\",[195,60.776]],[\"comment/501\",[]],[\"name/502\",[196,52.303]],[\"comment/502\",[]],[\"name/503\",[197,52.303]],[\"comment/503\",[]],[\"name/504\",[198,52.303]],[\"comment/504\",[]],[\"name/505\",[28,55.668]],[\"comment/505\",[]],[\"name/506\",[199,60.776]],[\"comment/506\",[]],[\"name/507\",[200,60.776]],[\"comment/507\",[]],[\"name/508\",[201,55.668]],[\"comment/508\",[]],[\"name/509\",[202,52.303]],[\"comment/509\",[]],[\"name/510\",[203,52.303]],[\"comment/510\",[]],[\"name/511\",[204,52.303]],[\"comment/511\",[]],[\"name/512\",[205,52.303]],[\"comment/512\",[]],[\"name/513\",[206,52.303]],[\"comment/513\",[]],[\"name/514\",[207,52.303]],[\"comment/514\",[]],[\"name/515\",[208,52.303]],[\"comment/515\",[]],[\"name/516\",[209,60.776]],[\"comment/516\",[]],[\"name/517\",[210,60.776]],[\"comment/517\",[]],[\"name/518\",[211,60.776]],[\"comment/518\",[]],[\"name/519\",[212,60.776]],[\"comment/519\",[]],[\"name/520\",[213,60.776]],[\"comment/520\",[]],[\"name/521\",[214,60.776]],[\"comment/521\",[]],[\"name/522\",[1,40.408]],[\"comment/522\",[]],[\"name/523\",[196,52.303]],[\"comment/523\",[]],[\"name/524\",[129,47.784]],[\"comment/524\",[]],[\"name/525\",[203,52.303]],[\"comment/525\",[]],[\"name/526\",[155,46.113]],[\"comment/526\",[]],[\"name/527\",[185,52.303]],[\"comment/527\",[]],[\"name/528\",[186,49.79]],[\"comment/528\",[]],[\"name/529\",[187,52.303]],[\"comment/529\",[]],[\"name/530\",[46,43.43]],[\"comment/530\",[]],[\"name/531\",[12,42.318]],[\"comment/531\",[]],[\"name/532\",[191,52.303]],[\"comment/532\",[]],[\"name/533\",[192,52.303]],[\"comment/533\",[]],[\"name/534\",[193,52.303]],[\"comment/534\",[]],[\"name/535\",[40,42.318]],[\"comment/535\",[]],[\"name/536\",[194,52.303]],[\"comment/536\",[]],[\"name/537\",[197,52.303]],[\"comment/537\",[]],[\"name/538\",[198,52.303]],[\"comment/538\",[]],[\"name/539\",[202,52.303]],[\"comment/539\",[]],[\"name/540\",[204,52.303]],[\"comment/540\",[]],[\"name/541\",[205,52.303]],[\"comment/541\",[]],[\"name/542\",[206,52.303]],[\"comment/542\",[]],[\"name/543\",[207,52.303]],[\"comment/543\",[]],[\"name/544\",[208,52.303]],[\"comment/544\",[]],[\"name/545\",[215,60.776]],[\"comment/545\",[]],[\"name/546\",[1,40.408]],[\"comment/546\",[]],[\"name/547\",[216,55.668]],[\"comment/547\",[]],[\"name/548\",[196,52.303]],[\"comment/548\",[]],[\"name/549\",[198,52.303]],[\"comment/549\",[]],[\"name/550\",[129,47.784]],[\"comment/550\",[]],[\"name/551\",[203,52.303]],[\"comment/551\",[]],[\"name/552\",[205,52.303]],[\"comment/552\",[]],[\"name/553\",[155,46.113]],[\"comment/553\",[]],[\"name/554\",[185,52.303]],[\"comment/554\",[]],[\"name/555\",[186,49.79]],[\"comment/555\",[]],[\"name/556\",[187,52.303]],[\"comment/556\",[]],[\"name/557\",[46,43.43]],[\"comment/557\",[]],[\"name/558\",[12,42.318]],[\"comment/558\",[]],[\"name/559\",[191,52.303]],[\"comment/559\",[]],[\"name/560\",[192,52.303]],[\"comment/560\",[]],[\"name/561\",[193,52.303]],[\"comment/561\",[]],[\"name/562\",[40,42.318]],[\"comment/562\",[]],[\"name/563\",[194,52.303]],[\"comment/563\",[]],[\"name/564\",[197,52.303]],[\"comment/564\",[]],[\"name/565\",[202,52.303]],[\"comment/565\",[]],[\"name/566\",[204,52.303]],[\"comment/566\",[]],[\"name/567\",[206,52.303]],[\"comment/567\",[]],[\"name/568\",[207,52.303]],[\"comment/568\",[]],[\"name/569\",[208,52.303]],[\"comment/569\",[]],[\"name/570\",[217,60.776]],[\"comment/570\",[]],[\"name/571\",[218,55.668]],[\"comment/571\",[]],[\"name/572\",[183,55.668]],[\"comment/572\",[]],[\"name/573\",[218,55.668]],[\"comment/573\",[]],[\"name/574\",[219,60.776]],[\"comment/574\",[]],[\"name/575\",[220,55.668]],[\"comment/575\",[]],[\"name/576\",[221,60.776]],[\"comment/576\",[]],[\"name/577\",[220,55.668]],[\"comment/577\",[]],[\"name/578\",[67,27.574]],[\"comment/578\",[]],[\"name/579\",[222,60.776]],[\"comment/579\",[]],[\"name/580\",[67,27.574]],[\"comment/580\",[]],[\"name/581\",[223,60.776]],[\"comment/581\",[]],[\"name/582\",[155,46.113]],[\"comment/582\",[]],[\"name/583\",[224,60.776]],[\"comment/583\",[]],[\"name/584\",[67,27.574]],[\"comment/584\",[]],[\"name/585\",[225,60.776]],[\"comment/585\",[]],[\"name/586\",[226,60.776]],[\"comment/586\",[]],[\"name/587\",[227,55.668]],[\"comment/587\",[]],[\"name/588\",[228,55.668]],[\"comment/588\",[]],[\"name/589\",[155,46.113]],[\"comment/589\",[]],[\"name/590\",[186,49.79]],[\"comment/590\",[]],[\"name/591\",[22,43.43]],[\"comment/591\",[]],[\"name/592\",[201,55.668]],[\"comment/592\",[]],[\"name/593\",[216,55.668]],[\"comment/593\",[]],[\"name/594\",[229,55.668]],[\"comment/594\",[]],[\"name/595\",[230,49.79]],[\"comment/595\",[]],[\"name/596\",[231,52.303]],[\"comment/596\",[]],[\"name/597\",[232,55.668]],[\"comment/597\",[]],[\"name/598\",[233,52.303]],[\"comment/598\",[]],[\"name/599\",[234,55.668]],[\"comment/599\",[]],[\"name/600\",[235,60.776]],[\"comment/600\",[]],[\"name/601\",[236,60.776]],[\"comment/601\",[]],[\"name/602\",[67,27.574]],[\"comment/602\",[]],[\"name/603\",[237,60.776]],[\"comment/603\",[]],[\"name/604\",[67,27.574]],[\"comment/604\",[]],[\"name/605\",[238,60.776]],[\"comment/605\",[]],[\"name/606\",[239,60.776]],[\"comment/606\",[]],[\"name/607\",[229,55.668]],[\"comment/607\",[]],[\"name/608\",[230,49.79]],[\"comment/608\",[]],[\"name/609\",[231,52.303]],[\"comment/609\",[]],[\"name/610\",[232,55.668]],[\"comment/610\",[]],[\"name/611\",[233,52.303]],[\"comment/611\",[]],[\"name/612\",[234,55.668]],[\"comment/612\",[]],[\"name/613\",[227,55.668]],[\"comment/613\",[]],[\"name/614\",[230,49.79]],[\"comment/614\",[]],[\"name/615\",[240,60.776]],[\"comment/615\",[]],[\"name/616\",[231,52.303]],[\"comment/616\",[]],[\"name/617\",[228,55.668]],[\"comment/617\",[]],[\"name/618\",[230,49.79]],[\"comment/618\",[]],[\"name/619\",[233,52.303]],[\"comment/619\",[]],[\"name/620\",[114,46.113]],[\"comment/620\",[]],[\"name/621\",[159,47.784]],[\"comment/621\",[]],[\"name/622\",[241,60.776]],[\"comment/622\",[]],[\"name/623\",[114,46.113]],[\"comment/623\",[]],[\"name/624\",[159,47.784]],[\"comment/624\",[]],[\"name/625\",[242,60.776]],[\"comment/625\",[]],[\"name/626\",[1,40.408]],[\"comment/626\",[]],[\"name/627\",[243,55.668]],[\"comment/627\",[]],[\"name/628\",[244,55.668]],[\"comment/628\",[]],[\"name/629\",[245,55.668]],[\"comment/629\",[]],[\"name/630\",[246,60.776]],[\"comment/630\",[]],[\"name/631\",[247,60.776]],[\"comment/631\",[]],[\"name/632\",[248,60.776]],[\"comment/632\",[]],[\"name/633\",[249,60.776]],[\"comment/633\",[]],[\"name/634\",[37,46.113]],[\"comment/634\",[]],[\"name/635\",[250,60.776]],[\"comment/635\",[]],[\"name/636\",[251,60.776]],[\"comment/636\",[]],[\"name/637\",[1,40.408]],[\"comment/637\",[]],[\"name/638\",[252,60.776]],[\"comment/638\",[]],[\"name/639\",[253,60.776]],[\"comment/639\",[]],[\"name/640\",[243,55.668]],[\"comment/640\",[]],[\"name/641\",[27,44.682]],[\"comment/641\",[]],[\"name/642\",[244,55.668]],[\"comment/642\",[]],[\"name/643\",[245,55.668]],[\"comment/643\",[]],[\"name/644\",[254,60.776]],[\"comment/644\",[]],[\"name/645\",[255,60.776]],[\"comment/645\",[]],[\"name/646\",[256,60.776]],[\"comment/646\",[]],[\"name/647\",[257,60.776]],[\"comment/647\",[]],[\"name/648\",[258,60.776]],[\"comment/648\",[]],[\"name/649\",[259,60.776]],[\"comment/649\",[]],[\"name/650\",[260,60.776]],[\"comment/650\",[]],[\"name/651\",[261,60.776]],[\"comment/651\",[]],[\"name/652\",[262,60.776]],[\"comment/652\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":67,\"name\":{\"67\":{},\"126\":{},\"172\":{},\"195\":{},\"198\":{},\"200\":{},\"202\":{},\"204\":{},\"206\":{},\"208\":{},\"210\":{},\"232\":{},\"238\":{},\"260\":{},\"266\":{},\"272\":{},\"280\":{},\"282\":{},\"284\":{},\"286\":{},\"288\":{},\"290\":{},\"292\":{},\"294\":{},\"296\":{},\"298\":{},\"300\":{},\"309\":{},\"311\":{},\"336\":{},\"338\":{},\"340\":{},\"342\":{},\"344\":{},\"422\":{},\"468\":{},\"578\":{},\"580\":{},\"584\":{},\"602\":{},\"604\":{}},\"comment\":{}}],[\"abstractpool\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"abstractworker\",{\"_index\":184,\"name\":{\"484\":{}},\"comment\":{}}],[\"active\",{\"_index\":127,\"name\":{\"263\":{}},\"comment\":{}}],[\"activeinterval\",{\"_index\":187,\"name\":{\"490\":{},\"529\":{},\"556\":{}},\"comment\":{}}],[\"addtaskfunction\",{\"_index\":192,\"name\":{\"497\":{},\"533\":{},\"560\":{}},\"comment\":{}}],[\"addworkernode\",{\"_index\":74,\"name\":{\"74\":{}},\"comment\":{}}],[\"aftertaskexecutionhook\",{\"_index\":48,\"name\":{\"48\":{},\"121\":{},\"167\":{},\"417\":{},\"463\":{}},\"comment\":{}}],[\"afterworkernodesetup\",{\"_index\":61,\"name\":{\"61\":{},\"124\":{},\"170\":{},\"420\":{},\"466\":{}},\"comment\":{}}],[\"aggregate\",{\"_index\":145,\"name\":{\"302\":{},\"349\":{}},\"comment\":{}}],[\"async\",{\"_index\":221,\"name\":{\"576\":{}},\"comment\":{}}],[\"availableparallelism\",{\"_index\":262,\"name\":{\"652\":{}},\"comment\":{}}],[\"average\",{\"_index\":117,\"name\":{\"235\":{},\"241\":{},\"305\":{},\"350\":{}},\"comment\":{}}],[\"backpressure\",{\"_index\":112,\"name\":{\"229\":{}},\"comment\":{}}],[\"backward\",{\"_index\":259,\"name\":{\"649\":{}},\"comment\":{}}],[\"beforetaskexecutionhook\",{\"_index\":47,\"name\":{\"47\":{},\"120\":{},\"166\":{},\"416\":{},\"462\":{}},\"comment\":{}}],[\"begintaskperformance\",{\"_index\":210,\"name\":{\"517\":{}},\"comment\":{}}],[\"buildtasksqueueoptions\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"busy\",{\"_index\":38,\"name\":{\"38\":{},\"88\":{},\"142\":{},\"384\":{},\"437\":{}},\"comment\":{}}],[\"busyworkernodes\",{\"_index\":107,\"name\":{\"224\":{}},\"comment\":{}}],[\"checkactive\",{\"_index\":201,\"name\":{\"508\":{},\"592\":{}},\"comment\":{}}],[\"checkandemitdynamicworkercreationevents\",{\"_index\":72,\"name\":{\"72\":{}},\"comment\":{}}],[\"checkandemittaskexecutionevents\",{\"_index\":70,\"name\":{\"70\":{}},\"comment\":{}}],[\"checkandemittaskqueuingevents\",{\"_index\":71,\"name\":{\"71\":{}},\"comment\":{}}],[\"checkdynamicpoolsize\",{\"_index\":15,\"name\":{\"15\":{},\"104\":{},\"150\":{},\"399\":{},\"445\":{}},\"comment\":{}}],[\"checkfilepath\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"checkmessageworkerid\",{\"_index\":28,\"name\":{\"28\":{},\"505\":{}},\"comment\":{}}],[\"checknumberofworkers\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"checkpooloptions\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"checksize\",{\"_index\":250,\"name\":{\"635\":{}},\"comment\":{}}],[\"checkstatistics\",{\"_index\":212,\"name\":{\"519\":{}},\"comment\":{}}],[\"checktaskfunctionname\",{\"_index\":195,\"name\":{\"501\":{}},\"comment\":{}}],[\"checktaskfunctions\",{\"_index\":190,\"name\":{\"495\":{}},\"comment\":{}}],[\"checkvalidtasksqueueoptions\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategy\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategyoptions\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"checkworkeroptions\",{\"_index\":189,\"name\":{\"494\":{}},\"comment\":{}}],[\"choiceretries\",{\"_index\":175,\"name\":{\"361\":{}},\"comment\":{}}],[\"choiceretriescount\",{\"_index\":177,\"name\":{\"370\":{}},\"comment\":{}}],[\"choose\",{\"_index\":167,\"name\":{\"339\":{}},\"comment\":{}}],[\"chooseworkernode\",{\"_index\":54,\"name\":{\"54\":{}},\"comment\":{}}],[\"circulararray\",{\"_index\":242,\"name\":{\"625\":{}},\"comment\":{}}],[\"clear\",{\"_index\":258,\"name\":{\"648\":{}},\"comment\":{}}],[\"cleartasksqueue\",{\"_index\":140,\"name\":{\"291\":{}},\"comment\":{}}],[\"closechannel\",{\"_index\":142,\"name\":{\"297\":{}},\"comment\":{}}],[\"clusterpooloptions\",{\"_index\":86,\"name\":{\"176\":{}},\"comment\":{}}],[\"clusterworker\",{\"_index\":214,\"name\":{\"521\":{}},\"comment\":{}}],[\"concat\",{\"_index\":246,\"name\":{\"630\":{}},\"comment\":{}}],[\"concurrency\",{\"_index\":123,\"name\":{\"257\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"85\":{},\"131\":{},\"368\":{},\"381\":{},\"427\":{},\"485\":{},\"522\":{},\"546\":{},\"626\":{},\"637\":{}},\"comment\":{}}],[\"createandsetupdynamicworkernode\",{\"_index\":59,\"name\":{\"59\":{},\"123\":{},\"169\":{},\"419\":{},\"465\":{}},\"comment\":{}}],[\"createandsetupworkernode\",{\"_index\":58,\"name\":{\"58\":{},\"122\":{},\"168\":{},\"418\":{},\"464\":{}},\"comment\":{}}],[\"createworker\",{\"_index\":57,\"name\":{\"57\":{},\"96\":{},\"139\":{},\"391\":{},\"434\":{}},\"comment\":{}}],[\"data\",{\"_index\":231,\"name\":{\"596\":{},\"609\":{},\"616\":{}},\"comment\":{}}],[\"deque\",{\"_index\":251,\"name\":{\"636\":{}},\"comment\":{}}],[\"dequeuetask\",{\"_index\":80,\"name\":{\"80\":{},\"287\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":42,\"name\":{\"42\":{},\"118\":{},\"164\":{},\"199\":{},\"413\":{},\"459\":{}},\"comment\":{}}],[\"destroyworkernode\",{\"_index\":44,\"name\":{\"44\":{},\"92\":{},\"135\":{},\"387\":{},\"430\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":154,\"name\":{\"321\":{}},\"comment\":{}}],[\"dynamicclusterpool\",{\"_index\":84,\"name\":{\"84\":{}},\"comment\":{}}],[\"dynamicthreadpool\",{\"_index\":180,\"name\":{\"380\":{}},\"comment\":{}}],[\"dynamicworkerready\",{\"_index\":174,\"name\":{\"354\":{}},\"comment\":{}}],[\"dynamicworkerusage\",{\"_index\":173,\"name\":{\"353\":{}},\"comment\":{}}],[\"elu\",{\"_index\":159,\"name\":{\"329\":{},\"358\":{},\"365\":{},\"621\":{},\"624\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":3,\"name\":{\"3\":{},\"99\":{},\"144\":{},\"196\":{},\"394\":{},\"439\":{}},\"comment\":{}}],[\"empty\",{\"_index\":249,\"name\":{\"633\":{}},\"comment\":{}}],[\"enableevents\",{\"_index\":96,\"name\":{\"186\":{},\"251\":{},\"481\":{}},\"comment\":{}}],[\"enabletasksqueue\",{\"_index\":33,\"name\":{\"33\":{},\"112\":{},\"158\":{},\"187\":{},\"207\":{},\"252\":{},\"407\":{},\"453\":{},\"482\":{}},\"comment\":{}}],[\"endtaskperformance\",{\"_index\":211,\"name\":{\"518\":{}},\"comment\":{}}],[\"enqueuetask\",{\"_index\":79,\"name\":{\"79\":{},\"283\":{}},\"comment\":{}}],[\"env\",{\"_index\":87,\"name\":{\"177\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":91,\"name\":{\"181\":{},\"246\":{},\"259\":{},\"476\":{}},\"comment\":{}}],[\"eventlooputilizationmeasurementstatistics\",{\"_index\":125,\"name\":{\"261\":{}},\"comment\":{}}],[\"execute\",{\"_index\":41,\"name\":{\"41\":{},\"117\":{},\"163\":{},\"197\":{},\"377\":{},\"412\":{},\"458\":{}},\"comment\":{}}],[\"executed\",{\"_index\":148,\"name\":{\"313\":{}},\"comment\":{}}],[\"executedtasks\",{\"_index\":108,\"name\":{\"225\":{}},\"comment\":{}}],[\"executetask\",{\"_index\":78,\"name\":{\"78\":{}},\"comment\":{}}],[\"executing\",{\"_index\":149,\"name\":{\"314\":{}},\"comment\":{}}],[\"executingtasks\",{\"_index\":109,\"name\":{\"226\":{}},\"comment\":{}}],[\"exithandler\",{\"_index\":92,\"name\":{\"182\":{},\"247\":{},\"265\":{},\"477\":{}},\"comment\":{}}],[\"failed\",{\"_index\":152,\"name\":{\"317\":{}},\"comment\":{}}],[\"failedtasks\",{\"_index\":113,\"name\":{\"230\":{}},\"comment\":{}}],[\"filepath\",{\"_index\":11,\"name\":{\"11\":{},\"103\":{},\"149\":{},\"398\":{},\"444\":{}},\"comment\":{}}],[\"fixedclusterpool\",{\"_index\":85,\"name\":{\"130\":{}},\"comment\":{}}],[\"fixedthreadpool\",{\"_index\":181,\"name\":{\"426\":{}},\"comment\":{}}],[\"flushtasksqueue\",{\"_index\":82,\"name\":{\"82\":{},\"129\":{},\"175\":{},\"425\":{},\"471\":{}},\"comment\":{}}],[\"flushtasksqueues\",{\"_index\":83,\"name\":{\"83\":{}},\"comment\":{}}],[\"full\",{\"_index\":37,\"name\":{\"37\":{},\"114\":{},\"160\":{},\"409\":{},\"455\":{},\"634\":{}},\"comment\":{}}],[\"getmainworker\",{\"_index\":202,\"name\":{\"509\":{},\"539\":{},\"565\":{}},\"comment\":{}}],[\"getstrategypolicy\",{\"_index\":178,\"name\":{\"373\":{}},\"comment\":{}}],[\"gettaskfunction\",{\"_index\":209,\"name\":{\"516\":{}},\"comment\":{}}],[\"gettaskfunctionworkerusage\",{\"_index\":143,\"name\":{\"299\":{}},\"comment\":{}}],[\"gettaskstatisticsrequirements\",{\"_index\":179,\"name\":{\"374\":{}},\"comment\":{}}],[\"getworkerinfo\",{\"_index\":73,\"name\":{\"73\":{},\"127\":{},\"173\":{},\"423\":{},\"469\":{}},\"comment\":{}}],[\"getworkernodekeybyworker\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"getworkernodekeybyworkerid\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"handleerror\",{\"_index\":205,\"name\":{\"512\":{},\"541\":{},\"552\":{}},\"comment\":{}}],[\"handlekillmessage\",{\"_index\":198,\"name\":{\"504\":{},\"538\":{},\"549\":{}},\"comment\":{}}],[\"handlereadymessage\",{\"_index\":196,\"name\":{\"502\":{},\"523\":{},\"548\":{}},\"comment\":{}}],[\"handletaskexecutionresponse\",{\"_index\":69,\"name\":{\"69\":{}},\"comment\":{}}],[\"handleworkerreadyresponse\",{\"_index\":68,\"name\":{\"68\":{}},\"comment\":{}}],[\"hasbackpressure\",{\"_index\":77,\"name\":{\"77\":{},\"293\":{}},\"comment\":{}}],[\"hastaskfunction\",{\"_index\":191,\"name\":{\"496\":{},\"532\":{},\"559\":{}},\"comment\":{}}],[\"hasworkernodebackpressure\",{\"_index\":76,\"name\":{\"76\":{},\"128\":{},\"174\":{},\"194\":{},\"424\":{},\"470\":{}},\"comment\":{}}],[\"head\",{\"_index\":252,\"name\":{\"638\":{}},\"comment\":{}}],[\"history\",{\"_index\":146,\"name\":{\"307\":{}},\"comment\":{}}],[\"id\",{\"_index\":129,\"name\":{\"268\":{},\"319\":{},\"486\":{},\"524\":{},\"550\":{}},\"comment\":{}}],[\"idle\",{\"_index\":126,\"name\":{\"262\":{}},\"comment\":{}}],[\"idleworkernodes\",{\"_index\":106,\"name\":{\"223\":{}},\"comment\":{}}],[\"incrementsize\",{\"_index\":260,\"name\":{\"650\":{}},\"comment\":{}}],[\"info\",{\"_index\":21,\"name\":{\"21\":{},\"105\":{},\"151\":{},\"192\":{},\"275\":{},\"400\":{},\"446\":{}},\"comment\":{}}],[\"internalbusy\",{\"_index\":39,\"name\":{\"39\":{},\"115\":{},\"161\":{},\"410\":{},\"456\":{}},\"comment\":{}}],[\"ipool\",{\"_index\":100,\"name\":{\"191\":{}},\"comment\":{}}],[\"ismain\",{\"_index\":46,\"name\":{\"46\":{},\"91\":{},\"134\":{},\"386\":{},\"429\":{},\"491\":{},\"530\":{},\"557\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":261,\"name\":{\"651\":{}},\"comment\":{}}],[\"iworker\",{\"_index\":128,\"name\":{\"267\":{}},\"comment\":{}}],[\"iworkerchoicestrategy\",{\"_index\":162,\"name\":{\"332\":{}},\"comment\":{}}],[\"iworkernode\",{\"_index\":133,\"name\":{\"273\":{}},\"comment\":{}}],[\"kill\",{\"_index\":226,\"name\":{\"586\":{}},\"comment\":{}}],[\"killbehavior\",{\"_index\":218,\"name\":{\"571\":{},\"573\":{}},\"comment\":{}}],[\"killbehaviors\",{\"_index\":217,\"name\":{\"570\":{}},\"comment\":{}}],[\"killhandler\",{\"_index\":220,\"name\":{\"575\":{},\"577\":{}},\"comment\":{}}],[\"lasttasktimestamp\",{\"_index\":185,\"name\":{\"488\":{},\"527\":{},\"554\":{}},\"comment\":{}}],[\"listtaskfunctions\",{\"_index\":40,\"name\":{\"40\":{},\"116\":{},\"162\":{},\"201\":{},\"411\":{},\"457\":{},\"499\":{},\"535\":{},\"562\":{}},\"comment\":{}}],[\"mainworker\",{\"_index\":188,\"name\":{\"492\":{}},\"comment\":{}}],[\"max\",{\"_index\":6,\"name\":{\"6\":{},\"86\":{},\"147\":{},\"382\":{},\"442\":{}},\"comment\":{}}],[\"maximum\",{\"_index\":116,\"name\":{\"234\":{},\"240\":{},\"304\":{}},\"comment\":{}}],[\"maxinactivetime\",{\"_index\":219,\"name\":{\"574\":{}},\"comment\":{}}],[\"maxqueued\",{\"_index\":151,\"name\":{\"316\":{}},\"comment\":{}}],[\"maxqueuedtasks\",{\"_index\":111,\"name\":{\"228\":{}},\"comment\":{}}],[\"maxsize\",{\"_index\":27,\"name\":{\"27\":{},\"109\":{},\"155\":{},\"220\":{},\"404\":{},\"450\":{},\"641\":{}},\"comment\":{}}],[\"measurement\",{\"_index\":170,\"name\":{\"345\":{},\"362\":{}},\"comment\":{}}],[\"measurementoptions\",{\"_index\":171,\"name\":{\"346\":{}},\"comment\":{}}],[\"measurements\",{\"_index\":160,\"name\":{\"330\":{}},\"comment\":{}}],[\"measurementstatistics\",{\"_index\":144,\"name\":{\"301\":{}},\"comment\":{}}],[\"measurementstatisticsrequirements\",{\"_index\":172,\"name\":{\"348\":{}},\"comment\":{}}],[\"median\",{\"_index\":118,\"name\":{\"236\":{},\"242\":{},\"306\":{},\"347\":{},\"351\":{}},\"comment\":{}}],[\"message\",{\"_index\":240,\"name\":{\"615\":{}},\"comment\":{}}],[\"messagechannel\",{\"_index\":134,\"name\":{\"276\":{}},\"comment\":{}}],[\"messagehandler\",{\"_index\":90,\"name\":{\"180\":{},\"245\":{},\"308\":{},\"475\":{}},\"comment\":{}}],[\"messagelistener\",{\"_index\":197,\"name\":{\"503\":{},\"537\":{},\"564\":{}},\"comment\":{}}],[\"messagevalue\",{\"_index\":225,\"name\":{\"585\":{}},\"comment\":{}}],[\"minimum\",{\"_index\":115,\"name\":{\"233\":{},\"239\":{},\"303\":{}},\"comment\":{}}],[\"minsize\",{\"_index\":26,\"name\":{\"26\":{},\"108\":{},\"154\":{},\"219\":{},\"403\":{},\"449\":{}},\"comment\":{}}],[\"name\",{\"_index\":230,\"name\":{\"595\":{},\"608\":{},\"614\":{},\"618\":{}},\"comment\":{}}],[\"numberofworkers\",{\"_index\":10,\"name\":{\"10\":{},\"102\":{},\"148\":{},\"397\":{},\"443\":{}},\"comment\":{}}],[\"on\",{\"_index\":131,\"name\":{\"270\":{}},\"comment\":{}}],[\"onbackpressure\",{\"_index\":137,\"name\":{\"279\":{}},\"comment\":{}}],[\"once\",{\"_index\":132,\"name\":{\"271\":{}},\"comment\":{}}],[\"onlinehandler\",{\"_index\":89,\"name\":{\"179\":{},\"244\":{},\"310\":{},\"474\":{}},\"comment\":{}}],[\"opts\",{\"_index\":12,\"name\":{\"12\":{},\"89\":{},\"132\":{},\"372\":{},\"385\":{},\"428\":{},\"493\":{},\"531\":{},\"558\":{}},\"comment\":{}}],[\"peekfirst\",{\"_index\":256,\"name\":{\"646\":{}},\"comment\":{}}],[\"peeklast\",{\"_index\":257,\"name\":{\"647\":{}},\"comment\":{}}],[\"poolemitter\",{\"_index\":101,\"name\":{\"211\":{}},\"comment\":{}}],[\"poolevent\",{\"_index\":102,\"name\":{\"212\":{}},\"comment\":{}}],[\"poolevents\",{\"_index\":98,\"name\":{\"189\":{}},\"comment\":{}}],[\"poolinfo\",{\"_index\":103,\"name\":{\"213\":{}},\"comment\":{}}],[\"pooloptions\",{\"_index\":120,\"name\":{\"243\":{}},\"comment\":{}}],[\"pooltype\",{\"_index\":121,\"name\":{\"254\":{}},\"comment\":{}}],[\"pooltypes\",{\"_index\":99,\"name\":{\"190\":{}},\"comment\":{}}],[\"pop\",{\"_index\":254,\"name\":{\"644\":{}},\"comment\":{}}],[\"poptask\",{\"_index\":139,\"name\":{\"289\":{}},\"comment\":{}}],[\"port\",{\"_index\":216,\"name\":{\"547\":{},\"593\":{}},\"comment\":{}}],[\"promiseresponsemap\",{\"_index\":4,\"name\":{\"4\":{},\"100\":{},\"145\":{},\"395\":{},\"440\":{}},\"comment\":{}}],[\"promiseresponsewrapper\",{\"_index\":235,\"name\":{\"600\":{}},\"comment\":{}}],[\"push\",{\"_index\":244,\"name\":{\"628\":{},\"642\":{}},\"comment\":{}}],[\"queued\",{\"_index\":150,\"name\":{\"315\":{}},\"comment\":{}}],[\"queuedtasks\",{\"_index\":110,\"name\":{\"227\":{}},\"comment\":{}}],[\"queuemaxsize\",{\"_index\":122,\"name\":{\"256\":{}},\"comment\":{}}],[\"ready\",{\"_index\":22,\"name\":{\"22\":{},\"106\":{},\"152\":{},\"217\":{},\"322\":{},\"401\":{},\"447\":{},\"591\":{}},\"comment\":{}}],[\"redistributequeuedtasks\",{\"_index\":64,\"name\":{\"64\":{}},\"comment\":{}}],[\"registerworkermessagelistener\",{\"_index\":60,\"name\":{\"60\":{},\"95\":{},\"138\":{},\"390\":{},\"433\":{}},\"comment\":{}}],[\"reject\",{\"_index\":237,\"name\":{\"603\":{}},\"comment\":{}}],[\"remove\",{\"_index\":168,\"name\":{\"341\":{},\"378\":{}},\"comment\":{}}],[\"removetaskfunction\",{\"_index\":193,\"name\":{\"498\":{},\"534\":{},\"561\":{}},\"comment\":{}}],[\"removeworkernode\",{\"_index\":75,\"name\":{\"75\":{}},\"comment\":{}}],[\"reset\",{\"_index\":165,\"name\":{\"335\":{}},\"comment\":{}}],[\"resetusage\",{\"_index\":141,\"name\":{\"295\":{}},\"comment\":{}}],[\"resize\",{\"_index\":248,\"name\":{\"632\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":236,\"name\":{\"601\":{}},\"comment\":{}}],[\"restartworkeronerror\",{\"_index\":95,\"name\":{\"185\":{},\"250\":{},\"480\":{}},\"comment\":{}}],[\"run\",{\"_index\":206,\"name\":{\"513\":{},\"542\":{},\"567\":{}},\"comment\":{}}],[\"runasync\",{\"_index\":208,\"name\":{\"515\":{},\"544\":{},\"569\":{}},\"comment\":{}}],[\"runsync\",{\"_index\":207,\"name\":{\"514\":{},\"543\":{},\"568\":{}},\"comment\":{}}],[\"runtime\",{\"_index\":114,\"name\":{\"231\":{},\"327\":{},\"356\":{},\"363\":{},\"620\":{},\"623\":{}},\"comment\":{}}],[\"sendkillmessagetoworker\",{\"_index\":43,\"name\":{\"43\":{},\"119\":{},\"165\":{},\"414\":{},\"460\":{}},\"comment\":{}}],[\"sendstartupmessagetoworker\",{\"_index\":62,\"name\":{\"62\":{},\"94\":{},\"137\":{},\"389\":{},\"432\":{}},\"comment\":{}}],[\"sendstatisticsmessagetoworker\",{\"_index\":63,\"name\":{\"63\":{}},\"comment\":{}}],[\"sendtaskfunctionslisttomainworker\",{\"_index\":204,\"name\":{\"511\":{},\"540\":{},\"566\":{}},\"comment\":{}}],[\"sendtomainworker\",{\"_index\":203,\"name\":{\"510\":{},\"525\":{},\"551\":{}},\"comment\":{}}],[\"sendtoworker\",{\"_index\":56,\"name\":{\"56\":{},\"93\":{},\"136\":{},\"388\":{},\"431\":{}},\"comment\":{}}],[\"setdefaulttaskfunction\",{\"_index\":194,\"name\":{\"500\":{},\"536\":{},\"563\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":169,\"name\":{\"343\":{},\"379\":{}},\"comment\":{}}],[\"settasksqueuemaxsize\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"settasksqueueoptions\",{\"_index\":34,\"name\":{\"34\":{},\"113\":{},\"159\":{},\"209\":{},\"408\":{},\"454\":{}},\"comment\":{}}],[\"settings\",{\"_index\":88,\"name\":{\"178\":{}},\"comment\":{}}],[\"setuphook\",{\"_index\":45,\"name\":{\"45\":{},\"90\":{},\"133\":{},\"415\":{},\"461\":{}},\"comment\":{}}],[\"setworkerchoicestrategy\",{\"_index\":31,\"name\":{\"31\":{},\"110\":{},\"156\":{},\"203\":{},\"375\":{},\"405\":{},\"451\":{}},\"comment\":{}}],[\"setworkerchoicestrategyoptions\",{\"_index\":32,\"name\":{\"32\":{},\"111\":{},\"157\":{},\"205\":{},\"406\":{},\"452\":{}},\"comment\":{}}],[\"shallcreatedynamicworker\",{\"_index\":55,\"name\":{\"55\":{}},\"comment\":{}}],[\"shallupdatetaskfunctionworkerusage\",{\"_index\":49,\"name\":{\"49\":{}},\"comment\":{}}],[\"shift\",{\"_index\":255,\"name\":{\"645\":{}},\"comment\":{}}],[\"size\",{\"_index\":243,\"name\":{\"627\":{},\"640\":{}},\"comment\":{}}],[\"splice\",{\"_index\":247,\"name\":{\"631\":{}},\"comment\":{}}],[\"startcheckactive\",{\"_index\":199,\"name\":{\"506\":{}},\"comment\":{}}],[\"started\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"starting\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"startpool\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"starttimestamp\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"statistics\",{\"_index\":186,\"name\":{\"489\":{},\"528\":{},\"555\":{},\"590\":{}},\"comment\":{}}],[\"stopcheckactive\",{\"_index\":200,\"name\":{\"507\":{}},\"comment\":{}}],[\"strategy\",{\"_index\":105,\"name\":{\"218\":{}},\"comment\":{}}],[\"strategypolicy\",{\"_index\":163,\"name\":{\"333\":{},\"352\":{}},\"comment\":{}}],[\"tail\",{\"_index\":253,\"name\":{\"639\":{}},\"comment\":{}}],[\"task\",{\"_index\":239,\"name\":{\"606\":{}},\"comment\":{}}],[\"taskasyncfunction\",{\"_index\":222,\"name\":{\"579\":{}},\"comment\":{}}],[\"taskerror\",{\"_index\":227,\"name\":{\"587\":{},\"613\":{}},\"comment\":{}}],[\"taskfunction\",{\"_index\":223,\"name\":{\"581\":{}},\"comment\":{}}],[\"taskfunctions\",{\"_index\":155,\"name\":{\"323\":{},\"487\":{},\"526\":{},\"553\":{},\"582\":{},\"589\":{}},\"comment\":{}}],[\"taskid\",{\"_index\":234,\"name\":{\"599\":{},\"612\":{}},\"comment\":{}}],[\"taskperformance\",{\"_index\":228,\"name\":{\"588\":{},\"617\":{}},\"comment\":{}}],[\"tasks\",{\"_index\":158,\"name\":{\"326\":{}},\"comment\":{}}],[\"tasksqueuebackpressuresize\",{\"_index\":136,\"name\":{\"278\":{}},\"comment\":{}}],[\"tasksqueueoptions\",{\"_index\":97,\"name\":{\"188\":{},\"253\":{},\"255\":{},\"483\":{}},\"comment\":{}}],[\"tasksqueuesize\",{\"_index\":81,\"name\":{\"81\":{},\"281\":{}},\"comment\":{}}],[\"tasksstealingonbackpressure\",{\"_index\":65,\"name\":{\"65\":{}},\"comment\":{}}],[\"taskstatistics\",{\"_index\":147,\"name\":{\"312\":{}},\"comment\":{}}],[\"taskstatisticsrequirements\",{\"_index\":164,\"name\":{\"334\":{},\"355\":{}},\"comment\":{}}],[\"tasksyncfunction\",{\"_index\":224,\"name\":{\"583\":{}},\"comment\":{}}],[\"threadid\",{\"_index\":130,\"name\":{\"269\":{}},\"comment\":{}}],[\"threadpooloptions\",{\"_index\":182,\"name\":{\"472\":{}},\"comment\":{}}],[\"threadworker\",{\"_index\":215,\"name\":{\"545\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":233,\"name\":{\"598\":{},\"611\":{},\"619\":{}},\"comment\":{}}],[\"transferlist\",{\"_index\":232,\"name\":{\"597\":{},\"610\":{}},\"comment\":{}}],[\"type\",{\"_index\":24,\"name\":{\"24\":{},\"87\":{},\"140\":{},\"215\":{},\"320\":{},\"383\":{},\"435\":{}},\"comment\":{}}],[\"unshift\",{\"_index\":245,\"name\":{\"629\":{},\"643\":{}},\"comment\":{}}],[\"unshifttask\",{\"_index\":138,\"name\":{\"285\":{}},\"comment\":{}}],[\"update\",{\"_index\":166,\"name\":{\"337\":{},\"376\":{}},\"comment\":{}}],[\"updateeluworkerusage\",{\"_index\":53,\"name\":{\"53\":{}},\"comment\":{}}],[\"updatelasttasktimestamp\",{\"_index\":213,\"name\":{\"520\":{}},\"comment\":{}}],[\"updateruntimeworkerusage\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"updatetaskstatisticsworkerusage\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"updatewaittimeworkerusage\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"usage\",{\"_index\":135,\"name\":{\"277\":{}},\"comment\":{}}],[\"utilization\",{\"_index\":23,\"name\":{\"23\":{},\"107\":{},\"153\":{},\"221\":{},\"264\":{},\"402\":{},\"448\":{}},\"comment\":{}}],[\"version\",{\"_index\":104,\"name\":{\"214\":{}},\"comment\":{}}],[\"waittime\",{\"_index\":119,\"name\":{\"237\":{},\"328\":{},\"357\":{},\"364\":{}},\"comment\":{}}],[\"weights\",{\"_index\":176,\"name\":{\"366\":{}},\"comment\":{}}],[\"worker\",{\"_index\":25,\"name\":{\"25\":{},\"97\":{},\"141\":{},\"216\":{},\"274\":{},\"392\":{},\"436\":{}},\"comment\":{}}],[\"workerchoicestrategies\",{\"_index\":161,\"name\":{\"331\":{},\"369\":{}},\"comment\":{}}],[\"workerchoicestrategy\",{\"_index\":93,\"name\":{\"183\":{},\"248\":{},\"359\":{},\"371\":{},\"478\":{}},\"comment\":{}}],[\"workerchoicestrategycontext\",{\"_index\":5,\"name\":{\"5\":{},\"101\":{},\"146\":{},\"367\":{},\"396\":{},\"441\":{}},\"comment\":{}}],[\"workerchoicestrategyoptions\",{\"_index\":94,\"name\":{\"184\":{},\"249\":{},\"360\":{},\"479\":{}},\"comment\":{}}],[\"workerid\",{\"_index\":229,\"name\":{\"594\":{},\"607\":{}},\"comment\":{}}],[\"workerinfo\",{\"_index\":153,\"name\":{\"318\":{}},\"comment\":{}}],[\"workerlistener\",{\"_index\":66,\"name\":{\"66\":{},\"125\":{},\"171\":{},\"421\":{},\"467\":{}},\"comment\":{}}],[\"workernodekey\",{\"_index\":238,\"name\":{\"605\":{}},\"comment\":{}}],[\"workernodes\",{\"_index\":2,\"name\":{\"2\":{},\"98\":{},\"143\":{},\"193\":{},\"222\":{},\"393\":{},\"438\":{}},\"comment\":{}}],[\"workeroptions\",{\"_index\":183,\"name\":{\"473\":{},\"572\":{}},\"comment\":{}}],[\"workerstatistics\",{\"_index\":241,\"name\":{\"622\":{}},\"comment\":{}}],[\"workertype\",{\"_index\":156,\"name\":{\"324\":{}},\"comment\":{}}],[\"workertypes\",{\"_index\":124,\"name\":{\"258\":{}},\"comment\":{}}],[\"workerusage\",{\"_index\":157,\"name\":{\"325\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"rows\":[{\"kind\":128,\"name\":\"AbstractPool\",\"url\":\"classes/AbstractPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractPool.html#constructor\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/AbstractPool.html#workerNodes\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/AbstractPool.html#emitter\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/AbstractPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/AbstractPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/AbstractPool.html#max\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"starting\",\"url\":\"classes/AbstractPool.html#starting\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"started\",\"url\":\"classes/AbstractPool.html#started\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"startTimestamp\",\"url\":\"classes/AbstractPool.html#startTimestamp\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/AbstractPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/AbstractPool.html#filePath\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/AbstractPool.html#opts\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkFilePath\",\"url\":\"classes/AbstractPool.html#checkFilePath\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkNumberOfWorkers\",\"url\":\"classes/AbstractPool.html#checkNumberOfWorkers\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/AbstractPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkPoolOptions\",\"url\":\"classes/AbstractPool.html#checkPoolOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkValidWorkerChoiceStrategy\",\"url\":\"classes/AbstractPool.html#checkValidWorkerChoiceStrategy\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkValidWorkerChoiceStrategyOptions\",\"url\":\"classes/AbstractPool.html#checkValidWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkValidTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#checkValidTasksQueueOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"startPool\",\"url\":\"classes/AbstractPool.html#startPool\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/AbstractPool.html#info\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/AbstractPool.html#ready\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/AbstractPool.html#utilization\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/AbstractPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/AbstractPool.html#worker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/AbstractPool.html#minSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/AbstractPool.html#maxSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkMessageWorkerId\",\"url\":\"classes/AbstractPool.html#checkMessageWorkerId\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerNodeKeyByWorker\",\"url\":\"classes/AbstractPool.html#getWorkerNodeKeyByWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerNodeKeyByWorkerId\",\"url\":\"classes/AbstractPool.html#getWorkerNodeKeyByWorkerId\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/AbstractPool.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/AbstractPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/AbstractPool.html#enableTasksQueue\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#setTasksQueueOptions\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setTasksQueueMaxSize\",\"url\":\"classes/AbstractPool.html#setTasksQueueMaxSize\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"buildTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#buildTasksQueueOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/AbstractPool.html#full\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/AbstractPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/AbstractPool.html#internalBusy\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/AbstractPool.html#listTaskFunctions\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AbstractPool.html#execute\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AbstractPool.html#destroy\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/AbstractPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/AbstractPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/AbstractPool.html#setupHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/AbstractPool.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/AbstractPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/AbstractPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"shallUpdateTaskFunctionWorkerUsage\",\"url\":\"classes/AbstractPool.html#shallUpdateTaskFunctionWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateTaskStatisticsWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateTaskStatisticsWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateRunTimeWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateRunTimeWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateWaitTimeWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateWaitTimeWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateEluWorkerUsage\",\"url\":\"classes/AbstractPool.html#updateEluWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/AbstractPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"shallCreateDynamicWorker\",\"url\":\"classes/AbstractPool.html#shallCreateDynamicWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/AbstractPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/AbstractPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/AbstractPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/AbstractPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/AbstractPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/AbstractPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/AbstractPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendStatisticsMessageToWorker\",\"url\":\"classes/AbstractPool.html#sendStatisticsMessageToWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"redistributeQueuedTasks\",\"url\":\"classes/AbstractPool.html#redistributeQueuedTasks\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"taskStealingOnEmptyQueue\",\"url\":\"classes/AbstractPool.html#taskStealingOnEmptyQueue\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"tasksStealingOnBackPressure\",\"url\":\"classes/AbstractPool.html#tasksStealingOnBackPressure\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/AbstractPool.html#workerListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AbstractPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"AbstractPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"handleWorkerReadyResponse\",\"url\":\"classes/AbstractPool.html#handleWorkerReadyResponse\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"handleTaskExecutionResponse\",\"url\":\"classes/AbstractPool.html#handleTaskExecutionResponse\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkAndEmitTaskExecutionEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitTaskExecutionEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkAndEmitTaskQueuingEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitTaskQueuingEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"checkAndEmitDynamicWorkerCreationEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitDynamicWorkerCreationEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/AbstractPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"addWorkerNode\",\"url\":\"classes/AbstractPool.html#addWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"removeWorkerNode\",\"url\":\"classes/AbstractPool.html#removeWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/AbstractPool.html#hasWorkerNodeBackPressure\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"hasBackPressure\",\"url\":\"classes/AbstractPool.html#hasBackPressure\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"executeTask\",\"url\":\"classes/AbstractPool.html#executeTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"enqueueTask\",\"url\":\"classes/AbstractPool.html#enqueueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"dequeueTask\",\"url\":\"classes/AbstractPool.html#dequeueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"tasksQueueSize\",\"url\":\"classes/AbstractPool.html#tasksQueueSize\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/AbstractPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueues\",\"url\":\"classes/AbstractPool.html#flushTasksQueues\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":128,\"name\":\"DynamicClusterPool\",\"url\":\"classes/DynamicClusterPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicClusterPool.html#constructor\",\"classes\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/DynamicClusterPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicClusterPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/DynamicClusterPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/DynamicClusterPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/DynamicClusterPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/DynamicClusterPool.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/DynamicClusterPool.html#sendToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/DynamicClusterPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/DynamicClusterPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/DynamicClusterPool.html#createWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/DynamicClusterPool.html#worker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/DynamicClusterPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/DynamicClusterPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/DynamicClusterPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/DynamicClusterPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/DynamicClusterPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicClusterPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/DynamicClusterPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/DynamicClusterPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/DynamicClusterPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/DynamicClusterPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicClusterPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicClusterPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/DynamicClusterPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/DynamicClusterPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/DynamicClusterPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/DynamicClusterPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicClusterPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/DynamicClusterPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/DynamicClusterPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/DynamicClusterPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicClusterPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/DynamicClusterPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/DynamicClusterPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/DynamicClusterPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":128,\"name\":\"FixedClusterPool\",\"url\":\"classes/FixedClusterPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedClusterPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedClusterPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/FixedClusterPool.html#setupHook\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/FixedClusterPool.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/FixedClusterPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedClusterPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/FixedClusterPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/FixedClusterPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/FixedClusterPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/FixedClusterPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/FixedClusterPool.html#worker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/FixedClusterPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/FixedClusterPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/FixedClusterPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/FixedClusterPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/FixedClusterPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/FixedClusterPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/FixedClusterPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedClusterPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/FixedClusterPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/FixedClusterPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/FixedClusterPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/FixedClusterPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/FixedClusterPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedClusterPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/FixedClusterPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/FixedClusterPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/FixedClusterPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/FixedClusterPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedClusterPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/FixedClusterPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/FixedClusterPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/FixedClusterPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/FixedClusterPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/FixedClusterPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedClusterPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/FixedClusterPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/FixedClusterPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/FixedClusterPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":256,\"name\":\"ClusterPoolOptions\",\"url\":\"interfaces/ClusterPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"env\",\"url\":\"interfaces/ClusterPoolOptions.html#env\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"settings\",\"url\":\"interfaces/ClusterPoolOptions.html#settings\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#onlineHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#messageHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#errorHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#exitHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"restartWorkerOnError\",\"url\":\"interfaces/ClusterPoolOptions.html#restartWorkerOnError\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"enableEvents\",\"url\":\"interfaces/ClusterPoolOptions.html#enableEvents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/ClusterPoolOptions.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"tasksQueueOptions\",\"url\":\"interfaces/ClusterPoolOptions.html#tasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":32,\"name\":\"PoolEvents\",\"url\":\"variables/PoolEvents.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"PoolTypes\",\"url\":\"variables/PoolTypes.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IPool\",\"url\":\"interfaces/IPool.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/IPool.html#info\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"interfaces/IPool.html#workerNodes\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"interfaces/IPool.html#hasWorkerNodeBackPressure\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#hasWorkerNodeBackPressure.__type-6\",\"classes\":\"\",\"parent\":\"IPool.hasWorkerNodeBackPressure\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"interfaces/IPool.html#emitter\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"execute\",\"url\":\"interfaces/IPool.html#execute\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#execute.__type-4\",\"classes\":\"\",\"parent\":\"IPool.execute\"},{\"kind\":1024,\"name\":\"destroy\",\"url\":\"interfaces/IPool.html#destroy\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#destroy.__type\",\"classes\":\"\",\"parent\":\"IPool.destroy\"},{\"kind\":1024,\"name\":\"listTaskFunctions\",\"url\":\"interfaces/IPool.html#listTaskFunctions\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#listTaskFunctions.__type-8\",\"classes\":\"\",\"parent\":\"IPool.listTaskFunctions\"},{\"kind\":1024,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy.__type-12\",\"classes\":\"\",\"parent\":\"IPool.setWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategyOptions.__type-14\",\"classes\":\"\",\"parent\":\"IPool.setWorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/IPool.html#enableTasksQueue\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#enableTasksQueue.__type-2\",\"classes\":\"\",\"parent\":\"IPool.enableTasksQueue\"},{\"kind\":1024,\"name\":\"setTasksQueueOptions\",\"url\":\"interfaces/IPool.html#setTasksQueueOptions\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setTasksQueueOptions.__type-10\",\"classes\":\"\",\"parent\":\"IPool.setTasksQueueOptions\"},{\"kind\":128,\"name\":\"PoolEmitter\",\"url\":\"classes/PoolEmitter.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"PoolEvent\",\"url\":\"types/PoolEvent.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"PoolInfo\",\"url\":\"interfaces/PoolInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/PoolInfo.html#version\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/PoolInfo.html#type\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/PoolInfo.html#worker\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"ready\",\"url\":\"interfaces/PoolInfo.html#ready\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"strategy\",\"url\":\"interfaces/PoolInfo.html#strategy\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"minSize\",\"url\":\"interfaces/PoolInfo.html#minSize\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/PoolInfo.html#maxSize\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"utilization\",\"url\":\"interfaces/PoolInfo.html#utilization\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"interfaces/PoolInfo.html#workerNodes\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"idleWorkerNodes\",\"url\":\"interfaces/PoolInfo.html#idleWorkerNodes\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"busyWorkerNodes\",\"url\":\"interfaces/PoolInfo.html#busyWorkerNodes\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"executedTasks\",\"url\":\"interfaces/PoolInfo.html#executedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"executingTasks\",\"url\":\"interfaces/PoolInfo.html#executingTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"queuedTasks\",\"url\":\"interfaces/PoolInfo.html#queuedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"maxQueuedTasks\",\"url\":\"interfaces/PoolInfo.html#maxQueuedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"backPressure\",\"url\":\"interfaces/PoolInfo.html#backPressure\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"failedTasks\",\"url\":\"interfaces/PoolInfo.html#failedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/PoolInfo.html#runTime\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PoolInfo.html#runTime.__type\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime\"},{\"kind\":1024,\"name\":\"minimum\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.minimum\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"maximum\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.maximum\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.average\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/PoolInfo.html#runTime.__type.median\",\"classes\":\"\",\"parent\":\"PoolInfo.runTime.__type\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/PoolInfo.html#waitTime\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime\"},{\"kind\":1024,\"name\":\"minimum\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.minimum-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":1024,\"name\":\"maximum\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.maximum-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.average-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/PoolInfo.html#waitTime.__type-1.median-1\",\"classes\":\"\",\"parent\":\"PoolInfo.waitTime.__type\"},{\"kind\":256,\"name\":\"PoolOptions\",\"url\":\"interfaces/PoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/PoolOptions.html#onlineHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/PoolOptions.html#messageHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/PoolOptions.html#errorHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/PoolOptions.html#exitHandler\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/PoolOptions.html#workerChoiceStrategy\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/PoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"restartWorkerOnError\",\"url\":\"interfaces/PoolOptions.html#restartWorkerOnError\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"enableEvents\",\"url\":\"interfaces/PoolOptions.html#enableEvents\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/PoolOptions.html#enableTasksQueue\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":1024,\"name\":\"tasksQueueOptions\",\"url\":\"interfaces/PoolOptions.html#tasksQueueOptions\",\"classes\":\"\",\"parent\":\"PoolOptions\"},{\"kind\":4194304,\"name\":\"PoolType\",\"url\":\"types/PoolType.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"TasksQueueOptions\",\"url\":\"interfaces/TasksQueueOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/TasksQueueOptions.html#size\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":1024,\"name\":\"queueMaxSize\",\"url\":\"interfaces/TasksQueueOptions.html#queueMaxSize\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":1024,\"name\":\"concurrency\",\"url\":\"interfaces/TasksQueueOptions.html#concurrency\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":32,\"name\":\"WorkerTypes\",\"url\":\"variables/WorkerTypes.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ErrorHandler\",\"url\":\"types/ErrorHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ErrorHandler.html#__type\",\"classes\":\"\",\"parent\":\"ErrorHandler\"},{\"kind\":256,\"name\":\"EventLoopUtilizationMeasurementStatistics\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"idle\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html#idle\",\"classes\":\"\",\"parent\":\"EventLoopUtilizationMeasurementStatistics\"},{\"kind\":1024,\"name\":\"active\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html#active\",\"classes\":\"\",\"parent\":\"EventLoopUtilizationMeasurementStatistics\"},{\"kind\":1024,\"name\":\"utilization\",\"url\":\"interfaces/EventLoopUtilizationMeasurementStatistics.html#utilization\",\"classes\":\"\",\"parent\":\"EventLoopUtilizationMeasurementStatistics\"},{\"kind\":4194304,\"name\":\"ExitHandler\",\"url\":\"types/ExitHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ExitHandler.html#__type\",\"classes\":\"\",\"parent\":\"ExitHandler\"},{\"kind\":256,\"name\":\"IWorker\",\"url\":\"interfaces/IWorker.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/IWorker.html#id\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"threadId\",\"url\":\"interfaces/IWorker.html#threadId\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"on\",\"url\":\"interfaces/IWorker.html#on\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"once\",\"url\":\"interfaces/IWorker.html#once\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorker.html#once.__type\",\"classes\":\"\",\"parent\":\"IWorker.once\"},{\"kind\":256,\"name\":\"IWorkerNode\",\"url\":\"interfaces/IWorkerNode.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/IWorkerNode.html#worker\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/IWorkerNode.html#info\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"messageChannel\",\"url\":\"interfaces/IWorkerNode.html#messageChannel\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"usage\",\"url\":\"interfaces/IWorkerNode.html#usage\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"tasksQueueBackPressureSize\",\"url\":\"interfaces/IWorkerNode.html#tasksQueueBackPressureSize\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":1024,\"name\":\"onBackPressure\",\"url\":\"interfaces/IWorkerNode.html#onBackPressure\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#onBackPressure.__type-12\",\"classes\":\"\",\"parent\":\"IWorkerNode.onBackPressure\"},{\"kind\":1024,\"name\":\"onEmptyQueue\",\"url\":\"interfaces/IWorkerNode.html#onEmptyQueue\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#onEmptyQueue.__type-14\",\"classes\":\"\",\"parent\":\"IWorkerNode.onEmptyQueue\"},{\"kind\":1024,\"name\":\"tasksQueueSize\",\"url\":\"interfaces/IWorkerNode.html#tasksQueueSize\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#tasksQueueSize.__type-20\",\"classes\":\"\",\"parent\":\"IWorkerNode.tasksQueueSize\"},{\"kind\":1024,\"name\":\"enqueueTask\",\"url\":\"interfaces/IWorkerNode.html#enqueueTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#enqueueTask.__type-6\",\"classes\":\"\",\"parent\":\"IWorkerNode.enqueueTask\"},{\"kind\":1024,\"name\":\"unshiftTask\",\"url\":\"interfaces/IWorkerNode.html#unshiftTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#unshiftTask.__type-22\",\"classes\":\"\",\"parent\":\"IWorkerNode.unshiftTask\"},{\"kind\":1024,\"name\":\"dequeueTask\",\"url\":\"interfaces/IWorkerNode.html#dequeueTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#dequeueTask.__type-4\",\"classes\":\"\",\"parent\":\"IWorkerNode.dequeueTask\"},{\"kind\":1024,\"name\":\"popTask\",\"url\":\"interfaces/IWorkerNode.html#popTask\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#popTask.__type-16\",\"classes\":\"\",\"parent\":\"IWorkerNode.popTask\"},{\"kind\":1024,\"name\":\"clearTasksQueue\",\"url\":\"interfaces/IWorkerNode.html#clearTasksQueue\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#clearTasksQueue.__type\",\"classes\":\"\",\"parent\":\"IWorkerNode.clearTasksQueue\"},{\"kind\":1024,\"name\":\"hasBackPressure\",\"url\":\"interfaces/IWorkerNode.html#hasBackPressure\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#hasBackPressure.__type-10\",\"classes\":\"\",\"parent\":\"IWorkerNode.hasBackPressure\"},{\"kind\":1024,\"name\":\"resetUsage\",\"url\":\"interfaces/IWorkerNode.html#resetUsage\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#resetUsage.__type-18\",\"classes\":\"\",\"parent\":\"IWorkerNode.resetUsage\"},{\"kind\":1024,\"name\":\"closeChannel\",\"url\":\"interfaces/IWorkerNode.html#closeChannel\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#closeChannel.__type-2\",\"classes\":\"\",\"parent\":\"IWorkerNode.closeChannel\"},{\"kind\":1024,\"name\":\"getTaskFunctionWorkerUsage\",\"url\":\"interfaces/IWorkerNode.html#getTaskFunctionWorkerUsage\",\"classes\":\"\",\"parent\":\"IWorkerNode\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerNode.html#getTaskFunctionWorkerUsage.__type-8\",\"classes\":\"\",\"parent\":\"IWorkerNode.getTaskFunctionWorkerUsage\"},{\"kind\":256,\"name\":\"MeasurementStatistics\",\"url\":\"interfaces/MeasurementStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"aggregate\",\"url\":\"interfaces/MeasurementStatistics.html#aggregate\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"minimum\",\"url\":\"interfaces/MeasurementStatistics.html#minimum\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"maximum\",\"url\":\"interfaces/MeasurementStatistics.html#maximum\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/MeasurementStatistics.html#average\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/MeasurementStatistics.html#median\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":1024,\"name\":\"history\",\"url\":\"interfaces/MeasurementStatistics.html#history\",\"classes\":\"\",\"parent\":\"MeasurementStatistics\"},{\"kind\":4194304,\"name\":\"MessageHandler\",\"url\":\"types/MessageHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MessageHandler.html#__type\",\"classes\":\"\",\"parent\":\"MessageHandler\"},{\"kind\":4194304,\"name\":\"OnlineHandler\",\"url\":\"types/OnlineHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OnlineHandler.html#__type\",\"classes\":\"\",\"parent\":\"OnlineHandler\"},{\"kind\":256,\"name\":\"TaskStatistics\",\"url\":\"interfaces/TaskStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"executed\",\"url\":\"interfaces/TaskStatistics.html#executed\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"executing\",\"url\":\"interfaces/TaskStatistics.html#executing\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"queued\",\"url\":\"interfaces/TaskStatistics.html#queued\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"maxQueued\",\"url\":\"interfaces/TaskStatistics.html#maxQueued\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"failed\",\"url\":\"interfaces/TaskStatistics.html#failed\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":256,\"name\":\"WorkerInfo\",\"url\":\"interfaces/WorkerInfo.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/WorkerInfo.html#id\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/WorkerInfo.html#type\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"dynamic\",\"url\":\"interfaces/WorkerInfo.html#dynamic\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"ready\",\"url\":\"interfaces/WorkerInfo.html#ready\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"interfaces/WorkerInfo.html#taskFunctions\",\"classes\":\"\",\"parent\":\"WorkerInfo\"},{\"kind\":4194304,\"name\":\"WorkerType\",\"url\":\"types/WorkerType.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerUsage\",\"url\":\"interfaces/WorkerUsage.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"tasks\",\"url\":\"interfaces/WorkerUsage.html#tasks\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerUsage.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/WorkerUsage.html#waitTime\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/WorkerUsage.html#elu\",\"classes\":\"\",\"parent\":\"WorkerUsage\"},{\"kind\":32,\"name\":\"Measurements\",\"url\":\"variables/Measurements.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"WorkerChoiceStrategies\",\"url\":\"variables/WorkerChoiceStrategies.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IWorkerChoiceStrategy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"strategyPolicy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#strategyPolicy\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"taskStatisticsRequirements\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#taskStatisticsRequirements\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#reset\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#reset.__type-4\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.reset\"},{\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#update\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#update.__type-8\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.update\"},{\"kind\":1024,\"name\":\"choose\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose.__type\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.choose\"},{\"kind\":1024,\"name\":\"remove\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove.__type-2\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.remove\"},{\"kind\":1024,\"name\":\"setOptions\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions.__type-6\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.setOptions\"},{\"kind\":4194304,\"name\":\"Measurement\",\"url\":\"types/Measurement.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"MeasurementOptions\",\"url\":\"interfaces/MeasurementOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/MeasurementOptions.html#median\",\"classes\":\"\",\"parent\":\"MeasurementOptions\"},{\"kind\":256,\"name\":\"MeasurementStatisticsRequirements\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"aggregate\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html#aggregate\",\"classes\":\"\",\"parent\":\"MeasurementStatisticsRequirements\"},{\"kind\":1024,\"name\":\"average\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html#average\",\"classes\":\"\",\"parent\":\"MeasurementStatisticsRequirements\"},{\"kind\":1024,\"name\":\"median\",\"url\":\"interfaces/MeasurementStatisticsRequirements.html#median\",\"classes\":\"\",\"parent\":\"MeasurementStatisticsRequirements\"},{\"kind\":256,\"name\":\"StrategyPolicy\",\"url\":\"interfaces/StrategyPolicy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"dynamicWorkerUsage\",\"url\":\"interfaces/StrategyPolicy.html#dynamicWorkerUsage\",\"classes\":\"\",\"parent\":\"StrategyPolicy\"},{\"kind\":1024,\"name\":\"dynamicWorkerReady\",\"url\":\"interfaces/StrategyPolicy.html#dynamicWorkerReady\",\"classes\":\"\",\"parent\":\"StrategyPolicy\"},{\"kind\":256,\"name\":\"TaskStatisticsRequirements\",\"url\":\"interfaces/TaskStatisticsRequirements.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TaskStatisticsRequirements.html#runTime\",\"classes\":\"\",\"parent\":\"TaskStatisticsRequirements\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/TaskStatisticsRequirements.html#waitTime\",\"classes\":\"\",\"parent\":\"TaskStatisticsRequirements\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/TaskStatisticsRequirements.html#elu\",\"classes\":\"\",\"parent\":\"TaskStatisticsRequirements\"},{\"kind\":4194304,\"name\":\"WorkerChoiceStrategy\",\"url\":\"types/WorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerChoiceStrategyOptions\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"choiceRetries\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#choiceRetries\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"measurement\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#measurement\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#waitTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#elu\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#weights\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":128,\"name\":\"WorkerChoiceStrategyContext\",\"url\":\"classes/WorkerChoiceStrategyContext.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WorkerChoiceStrategyContext.html#constructor\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"workerChoiceStrategies\",\"url\":\"classes/WorkerChoiceStrategyContext.html#workerChoiceStrategies\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"choiceRetriesCount\",\"url\":\"classes/WorkerChoiceStrategyContext.html#choiceRetriesCount\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#workerChoiceStrategy\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/WorkerChoiceStrategyContext.html#opts\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"getStrategyPolicy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getStrategyPolicy\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"getTaskStatisticsRequirements\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getTaskStatisticsRequirements\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"update\",\"url\":\"classes/WorkerChoiceStrategyContext.html#update\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/WorkerChoiceStrategyContext.html#execute\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/WorkerChoiceStrategyContext.html#remove\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"setOptions\",\"url\":\"classes/WorkerChoiceStrategyContext.html#setOptions\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":128,\"name\":\"DynamicThreadPool\",\"url\":\"classes/DynamicThreadPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/DynamicThreadPool.html#constructor\",\"classes\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/DynamicThreadPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicThreadPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/DynamicThreadPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/DynamicThreadPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/DynamicThreadPool.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/DynamicThreadPool.html#sendToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/DynamicThreadPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/DynamicThreadPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/DynamicThreadPool.html#createWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/DynamicThreadPool.html#worker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/DynamicThreadPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/DynamicThreadPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/DynamicThreadPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/DynamicThreadPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/DynamicThreadPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicThreadPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/DynamicThreadPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/DynamicThreadPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/DynamicThreadPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/DynamicThreadPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicThreadPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicThreadPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/DynamicThreadPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/DynamicThreadPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/DynamicThreadPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/DynamicThreadPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicThreadPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/DynamicThreadPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/DynamicThreadPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/DynamicThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/DynamicThreadPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicThreadPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/DynamicThreadPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/DynamicThreadPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/DynamicThreadPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":128,\"name\":\"FixedThreadPool\",\"url\":\"classes/FixedThreadPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedThreadPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedThreadPool.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"isMain\",\"url\":\"classes/FixedThreadPool.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"destroyWorkerNode\",\"url\":\"classes/FixedThreadPool.html#destroyWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedThreadPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendStartupMessageToWorker\",\"url\":\"classes/FixedThreadPool.html#sendStartupMessageToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/FixedThreadPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/FixedThreadPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/FixedThreadPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"worker\",\"url\":\"classes/FixedThreadPool.html#worker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/FixedThreadPool.html#busy\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"workerNodes\",\"url\":\"classes/FixedThreadPool.html#workerNodes\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"emitter\",\"url\":\"classes/FixedThreadPool.html#emitter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"promiseResponseMap\",\"url\":\"classes/FixedThreadPool.html#promiseResponseMap\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyContext\",\"url\":\"classes/FixedThreadPool.html#workerChoiceStrategyContext\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/FixedThreadPool.html#max\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"numberOfWorkers\",\"url\":\"classes/FixedThreadPool.html#numberOfWorkers\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedThreadPool.html#filePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"checkDynamicPoolSize\",\"url\":\"classes/FixedThreadPool.html#checkDynamicPoolSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"info\",\"url\":\"classes/FixedThreadPool.html#info\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"ready\",\"url\":\"classes/FixedThreadPool.html#ready\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"utilization\",\"url\":\"classes/FixedThreadPool.html#utilization\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"minSize\",\"url\":\"classes/FixedThreadPool.html#minSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedThreadPool.html#maxSize\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/FixedThreadPool.html#setWorkerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategyOptions\",\"url\":\"classes/FixedThreadPool.html#setWorkerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"enableTasksQueue\",\"url\":\"classes/FixedThreadPool.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setTasksQueueOptions\",\"url\":\"classes/FixedThreadPool.html#setTasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedThreadPool.html#full\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/FixedThreadPool.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendKillMessageToWorker\",\"url\":\"classes/FixedThreadPool.html#sendKillMessageToWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/FixedThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorkerNode\",\"url\":\"classes/FixedThreadPool.html#createAndSetupWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupDynamicWorkerNode\",\"url\":\"classes/FixedThreadPool.html#createAndSetupDynamicWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"afterWorkerNodeSetup\",\"url\":\"classes/FixedThreadPool.html#afterWorkerNodeSetup\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedThreadPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"getWorkerInfo\",\"url\":\"classes/FixedThreadPool.html#getWorkerInfo\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"hasWorkerNodeBackPressure\",\"url\":\"classes/FixedThreadPool.html#hasWorkerNodeBackPressure\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/FixedThreadPool.html#flushTasksQueue\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":256,\"name\":\"ThreadPoolOptions\",\"url\":\"interfaces/ThreadPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"workerOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#workerOptions\",\"classes\":\"\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#onlineHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#messageHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#errorHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#exitHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/ThreadPoolOptions.html#workerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"restartWorkerOnError\",\"url\":\"interfaces/ThreadPoolOptions.html#restartWorkerOnError\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"enableEvents\",\"url\":\"interfaces/ThreadPoolOptions.html#enableEvents\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"enableTasksQueue\",\"url\":\"interfaces/ThreadPoolOptions.html#enableTasksQueue\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":1024,\"name\":\"tasksQueueOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#tasksQueueOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadPoolOptions\"},{\"kind\":128,\"name\":\"AbstractWorker\",\"url\":\"classes/AbstractWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractWorker.html#constructor\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"classes/AbstractWorker.html#id\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"classes/AbstractWorker.html#taskFunctions\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"lastTaskTimestamp\",\"url\":\"classes/AbstractWorker.html#lastTaskTimestamp\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"classes/AbstractWorker.html#statistics\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"activeInterval\",\"url\":\"classes/AbstractWorker.html#activeInterval\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"isMain\",\"url\":\"classes/AbstractWorker.html#isMain\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"mainWorker\",\"url\":\"classes/AbstractWorker.html#mainWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/AbstractWorker.html#opts\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkWorkerOptions\",\"url\":\"classes/AbstractWorker.html#checkWorkerOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkTaskFunctions\",\"url\":\"classes/AbstractWorker.html#checkTaskFunctions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"hasTaskFunction\",\"url\":\"classes/AbstractWorker.html#hasTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"addTaskFunction\",\"url\":\"classes/AbstractWorker.html#addTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"removeTaskFunction\",\"url\":\"classes/AbstractWorker.html#removeTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/AbstractWorker.html#listTaskFunctions\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"setDefaultTaskFunction\",\"url\":\"classes/AbstractWorker.html#setDefaultTaskFunction\",\"classes\":\"\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkTaskFunctionName\",\"url\":\"classes/AbstractWorker.html#checkTaskFunctionName\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleReadyMessage\",\"url\":\"classes/AbstractWorker.html#handleReadyMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"messageListener\",\"url\":\"classes/AbstractWorker.html#messageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleKillMessage\",\"url\":\"classes/AbstractWorker.html#handleKillMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkMessageWorkerId\",\"url\":\"classes/AbstractWorker.html#checkMessageWorkerId\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"startCheckActive\",\"url\":\"classes/AbstractWorker.html#startCheckActive\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"stopCheckActive\",\"url\":\"classes/AbstractWorker.html#stopCheckActive\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkActive\",\"url\":\"classes/AbstractWorker.html#checkActive\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"getMainWorker\",\"url\":\"classes/AbstractWorker.html#getMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/AbstractWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"sendTaskFunctionsListToMainWorker\",\"url\":\"classes/AbstractWorker.html#sendTaskFunctionsListToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/AbstractWorker.html#handleError\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"run\",\"url\":\"classes/AbstractWorker.html#run\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"runSync\",\"url\":\"classes/AbstractWorker.html#runSync\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/AbstractWorker.html#runAsync\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"getTaskFunction\",\"url\":\"classes/AbstractWorker.html#getTaskFunction\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"beginTaskPerformance\",\"url\":\"classes/AbstractWorker.html#beginTaskPerformance\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"endTaskPerformance\",\"url\":\"classes/AbstractWorker.html#endTaskPerformance\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"checkStatistics\",\"url\":\"classes/AbstractWorker.html#checkStatistics\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"updateLastTaskTimestamp\",\"url\":\"classes/AbstractWorker.html#updateLastTaskTimestamp\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractWorker\"},{\"kind\":128,\"name\":\"ClusterWorker\",\"url\":\"classes/ClusterWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClusterWorker.html#constructor\",\"classes\":\"\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleReadyMessage\",\"url\":\"classes/ClusterWorker.html#handleReadyMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ClusterWorker.html#id\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ClusterWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"classes/ClusterWorker.html#taskFunctions\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"lastTaskTimestamp\",\"url\":\"classes/ClusterWorker.html#lastTaskTimestamp\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"classes/ClusterWorker.html#statistics\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"activeInterval\",\"url\":\"classes/ClusterWorker.html#activeInterval\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"isMain\",\"url\":\"classes/ClusterWorker.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/ClusterWorker.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"hasTaskFunction\",\"url\":\"classes/ClusterWorker.html#hasTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"addTaskFunction\",\"url\":\"classes/ClusterWorker.html#addTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"removeTaskFunction\",\"url\":\"classes/ClusterWorker.html#removeTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/ClusterWorker.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"setDefaultTaskFunction\",\"url\":\"classes/ClusterWorker.html#setDefaultTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"messageListener\",\"url\":\"classes/ClusterWorker.html#messageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleKillMessage\",\"url\":\"classes/ClusterWorker.html#handleKillMessage\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"getMainWorker\",\"url\":\"classes/ClusterWorker.html#getMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"sendTaskFunctionsListToMainWorker\",\"url\":\"classes/ClusterWorker.html#sendTaskFunctionsListToMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ClusterWorker.html#handleError\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"run\",\"url\":\"classes/ClusterWorker.html#run\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"runSync\",\"url\":\"classes/ClusterWorker.html#runSync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/ClusterWorker.html#runAsync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClusterWorker\"},{\"kind\":128,\"name\":\"ThreadWorker\",\"url\":\"classes/ThreadWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ThreadWorker.html#constructor\",\"classes\":\"\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"classes/ThreadWorker.html#port\",\"classes\":\"tsd-is-private\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleReadyMessage\",\"url\":\"classes/ThreadWorker.html#handleReadyMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleKillMessage\",\"url\":\"classes/ThreadWorker.html#handleKillMessage\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ThreadWorker.html#id\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ThreadWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ThreadWorker.html#handleError\",\"classes\":\"tsd-is-protected\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"classes/ThreadWorker.html#taskFunctions\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"lastTaskTimestamp\",\"url\":\"classes/ThreadWorker.html#lastTaskTimestamp\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"classes/ThreadWorker.html#statistics\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"activeInterval\",\"url\":\"classes/ThreadWorker.html#activeInterval\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"isMain\",\"url\":\"classes/ThreadWorker.html#isMain\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/ThreadWorker.html#opts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"hasTaskFunction\",\"url\":\"classes/ThreadWorker.html#hasTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"addTaskFunction\",\"url\":\"classes/ThreadWorker.html#addTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"removeTaskFunction\",\"url\":\"classes/ThreadWorker.html#removeTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"listTaskFunctions\",\"url\":\"classes/ThreadWorker.html#listTaskFunctions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"setDefaultTaskFunction\",\"url\":\"classes/ThreadWorker.html#setDefaultTaskFunction\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"messageListener\",\"url\":\"classes/ThreadWorker.html#messageListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"getMainWorker\",\"url\":\"classes/ThreadWorker.html#getMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"sendTaskFunctionsListToMainWorker\",\"url\":\"classes/ThreadWorker.html#sendTaskFunctionsListToMainWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"run\",\"url\":\"classes/ThreadWorker.html#run\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"runSync\",\"url\":\"classes/ThreadWorker.html#runSync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/ThreadWorker.html#runAsync\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":32,\"name\":\"KillBehaviors\",\"url\":\"variables/KillBehaviors.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"KillBehavior\",\"url\":\"types/KillBehavior.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerOptions\",\"url\":\"interfaces/WorkerOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"killBehavior\",\"url\":\"interfaces/WorkerOptions.html#killBehavior\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"maxInactiveTime\",\"url\":\"interfaces/WorkerOptions.html#maxInactiveTime\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"killHandler\",\"url\":\"interfaces/WorkerOptions.html#killHandler\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"async\",\"url\":\"interfaces/WorkerOptions.html#async\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":4194304,\"name\":\"KillHandler\",\"url\":\"types/KillHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/KillHandler.html#__type\",\"classes\":\"\",\"parent\":\"KillHandler\"},{\"kind\":4194304,\"name\":\"TaskAsyncFunction\",\"url\":\"types/TaskAsyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TaskAsyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"TaskAsyncFunction\"},{\"kind\":4194304,\"name\":\"TaskFunction\",\"url\":\"types/TaskFunction.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TaskFunctions\",\"url\":\"types/TaskFunctions.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TaskSyncFunction\",\"url\":\"types/TaskSyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/TaskSyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"TaskSyncFunction\"},{\"kind\":256,\"name\":\"MessageValue\",\"url\":\"interfaces/MessageValue.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"kill\",\"url\":\"interfaces/MessageValue.html#kill\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskError\",\"url\":\"interfaces/MessageValue.html#taskError\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskPerformance\",\"url\":\"interfaces/MessageValue.html#taskPerformance\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskFunctions\",\"url\":\"interfaces/MessageValue.html#taskFunctions\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"interfaces/MessageValue.html#statistics\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"ready\",\"url\":\"interfaces/MessageValue.html#ready\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"checkActive\",\"url\":\"interfaces/MessageValue.html#checkActive\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/MessageValue.html#port\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"workerId\",\"url\":\"interfaces/MessageValue.html#workerId\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/MessageValue.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/MessageValue.html#data\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"transferList\",\"url\":\"interfaces/MessageValue.html#transferList\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/MessageValue.html#timestamp\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"taskId\",\"url\":\"interfaces/MessageValue.html#taskId\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":256,\"name\":\"PromiseResponseWrapper\",\"url\":\"interfaces/PromiseResponseWrapper.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"resolve\",\"url\":\"interfaces/PromiseResponseWrapper.html#resolve\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PromiseResponseWrapper.html#resolve.__type-2\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper.resolve\"},{\"kind\":1024,\"name\":\"reject\",\"url\":\"interfaces/PromiseResponseWrapper.html#reject\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PromiseResponseWrapper.html#reject.__type\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper.reject\"},{\"kind\":1024,\"name\":\"workerNodeKey\",\"url\":\"interfaces/PromiseResponseWrapper.html#workerNodeKey\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":256,\"name\":\"Task\",\"url\":\"interfaces/Task.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"workerId\",\"url\":\"interfaces/Task.html#workerId\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Task.html#name\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Task.html#data\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"transferList\",\"url\":\"interfaces/Task.html#transferList\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/Task.html#timestamp\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"taskId\",\"url\":\"interfaces/Task.html#taskId\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":256,\"name\":\"TaskError\",\"url\":\"interfaces/TaskError.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TaskError.html#name\",\"classes\":\"\",\"parent\":\"TaskError\"},{\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/TaskError.html#message\",\"classes\":\"\",\"parent\":\"TaskError\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/TaskError.html#data\",\"classes\":\"\",\"parent\":\"TaskError\"},{\"kind\":256,\"name\":\"TaskPerformance\",\"url\":\"interfaces/TaskPerformance.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/TaskPerformance.html#name\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/TaskPerformance.html#timestamp\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TaskPerformance.html#runTime\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/TaskPerformance.html#elu\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":256,\"name\":\"WorkerStatistics\",\"url\":\"interfaces/WorkerStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerStatistics.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerStatistics\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/WorkerStatistics.html#elu\",\"classes\":\"\",\"parent\":\"WorkerStatistics\"},{\"kind\":4194304,\"name\":\"Writable\",\"url\":\"types/Writable.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"CircularArray\",\"url\":\"classes/CircularArray.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CircularArray.html#constructor\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"classes/CircularArray.html#size\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"push\",\"url\":\"classes/CircularArray.html#push-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"unshift\",\"url\":\"classes/CircularArray.html#unshift-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"concat\",\"url\":\"classes/CircularArray.html#concat-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"splice\",\"url\":\"classes/CircularArray.html#splice-1\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"resize\",\"url\":\"classes/CircularArray.html#resize\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"empty\",\"url\":\"classes/CircularArray.html#empty\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"full\",\"url\":\"classes/CircularArray.html#full\",\"classes\":\"\",\"parent\":\"CircularArray\"},{\"kind\":2048,\"name\":\"checkSize\",\"url\":\"classes/CircularArray.html#checkSize\",\"classes\":\"tsd-is-private\",\"parent\":\"CircularArray\"},{\"kind\":128,\"name\":\"Deque\",\"url\":\"classes/Deque.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Deque.html#constructor\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"head\",\"url\":\"classes/Deque.html#head\",\"classes\":\"tsd-is-private\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"tail\",\"url\":\"classes/Deque.html#tail\",\"classes\":\"tsd-is-private\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"classes/Deque.html#size\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":1024,\"name\":\"maxSize\",\"url\":\"classes/Deque.html#maxSize\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"push\",\"url\":\"classes/Deque.html#push\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"unshift\",\"url\":\"classes/Deque.html#unshift\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"pop\",\"url\":\"classes/Deque.html#pop\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"shift\",\"url\":\"classes/Deque.html#shift\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"peekFirst\",\"url\":\"classes/Deque.html#peekFirst\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"peekLast\",\"url\":\"classes/Deque.html#peekLast\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"clear\",\"url\":\"classes/Deque.html#clear\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"backward\",\"url\":\"classes/Deque.html#backward\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"incrementSize\",\"url\":\"classes/Deque.html#incrementSize\",\"classes\":\"tsd-is-private\",\"parent\":\"Deque\"},{\"kind\":2048,\"name\":\"[iterator]\",\"url\":\"classes/Deque.html#_iterator_\",\"classes\":\"\",\"parent\":\"Deque\"},{\"kind\":64,\"name\":\"availableParallelism\",\"url\":\"functions/availableParallelism.html\",\"classes\":\"\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,60.853]],[\"comment/0\",[]],[\"name/1\",[1,40.484]],[\"comment/1\",[]],[\"name/2\",[2,44.758]],[\"comment/2\",[]],[\"name/3\",[3,46.189]],[\"comment/3\",[]],[\"name/4\",[4,47.86]],[\"comment/4\",[]],[\"name/5\",[5,46.189]],[\"comment/5\",[]],[\"name/6\",[6,47.86]],[\"comment/6\",[]],[\"name/7\",[7,60.853]],[\"comment/7\",[]],[\"name/8\",[8,60.853]],[\"comment/8\",[]],[\"name/9\",[9,60.853]],[\"comment/9\",[]],[\"name/10\",[10,47.86]],[\"comment/10\",[]],[\"name/11\",[11,47.86]],[\"comment/11\",[]],[\"name/12\",[12,42.394]],[\"comment/12\",[]],[\"name/13\",[13,60.853]],[\"comment/13\",[]],[\"name/14\",[14,60.853]],[\"comment/14\",[]],[\"name/15\",[15,47.86]],[\"comment/15\",[]],[\"name/16\",[16,60.853]],[\"comment/16\",[]],[\"name/17\",[17,60.853]],[\"comment/17\",[]],[\"name/18\",[18,60.853]],[\"comment/18\",[]],[\"name/19\",[19,60.853]],[\"comment/19\",[]],[\"name/20\",[20,60.853]],[\"comment/20\",[]],[\"name/21\",[21,44.758]],[\"comment/21\",[]],[\"name/22\",[22,43.507]],[\"comment/22\",[]],[\"name/23\",[23,44.758]],[\"comment/23\",[]],[\"name/24\",[24,44.758]],[\"comment/24\",[]],[\"name/25\",[25,44.758]],[\"comment/25\",[]],[\"name/26\",[26,46.189]],[\"comment/26\",[]],[\"name/27\",[27,44.758]],[\"comment/27\",[]],[\"name/28\",[28,55.744]],[\"comment/28\",[]],[\"name/29\",[29,60.853]],[\"comment/29\",[]],[\"name/30\",[30,60.853]],[\"comment/30\",[]],[\"name/31\",[31,44.758]],[\"comment/31\",[]],[\"name/32\",[32,46.189]],[\"comment/32\",[]],[\"name/33\",[33,42.394]],[\"comment/33\",[]],[\"name/34\",[34,46.189]],[\"comment/34\",[]],[\"name/35\",[35,60.853]],[\"comment/35\",[]],[\"name/36\",[36,60.853]],[\"comment/36\",[]],[\"name/37\",[37,46.189]],[\"comment/37\",[]],[\"name/38\",[38,47.86]],[\"comment/38\",[]],[\"name/39\",[39,47.86]],[\"comment/39\",[]],[\"name/40\",[40,42.394]],[\"comment/40\",[]],[\"name/41\",[41,44.758]],[\"comment/41\",[]],[\"name/42\",[42,46.189]],[\"comment/42\",[]],[\"name/43\",[43,47.86]],[\"comment/43\",[]],[\"name/44\",[44,47.86]],[\"comment/44\",[]],[\"name/45\",[45,47.86]],[\"comment/45\",[]],[\"name/46\",[46,43.507]],[\"comment/46\",[]],[\"name/47\",[47,47.86]],[\"comment/47\",[]],[\"name/48\",[48,47.86]],[\"comment/48\",[]],[\"name/49\",[49,60.853]],[\"comment/49\",[]],[\"name/50\",[50,60.853]],[\"comment/50\",[]],[\"name/51\",[51,60.853]],[\"comment/51\",[]],[\"name/52\",[52,60.853]],[\"comment/52\",[]],[\"name/53\",[53,60.853]],[\"comment/53\",[]],[\"name/54\",[54,60.853]],[\"comment/54\",[]],[\"name/55\",[55,60.853]],[\"comment/55\",[]],[\"name/56\",[56,47.86]],[\"comment/56\",[]],[\"name/57\",[57,47.86]],[\"comment/57\",[]],[\"name/58\",[58,47.86]],[\"comment/58\",[]],[\"name/59\",[59,47.86]],[\"comment/59\",[]],[\"name/60\",[60,47.86]],[\"comment/60\",[]],[\"name/61\",[61,47.86]],[\"comment/61\",[]],[\"name/62\",[62,47.86]],[\"comment/62\",[]],[\"name/63\",[63,60.853]],[\"comment/63\",[]],[\"name/64\",[64,60.853]],[\"comment/64\",[]],[\"name/65\",[65,60.853]],[\"comment/65\",[]],[\"name/66\",[66,60.853]],[\"comment/66\",[]],[\"name/67\",[67,47.86]],[\"comment/67\",[]],[\"name/68\",[68,27.412]],[\"comment/68\",[]],[\"name/69\",[69,60.853]],[\"comment/69\",[]],[\"name/70\",[70,60.853]],[\"comment/70\",[]],[\"name/71\",[71,60.853]],[\"comment/71\",[]],[\"name/72\",[72,60.853]],[\"comment/72\",[]],[\"name/73\",[73,60.853]],[\"comment/73\",[]],[\"name/74\",[74,47.86]],[\"comment/74\",[]],[\"name/75\",[75,60.853]],[\"comment/75\",[]],[\"name/76\",[76,60.853]],[\"comment/76\",[]],[\"name/77\",[77,46.189]],[\"comment/77\",[]],[\"name/78\",[78,55.744]],[\"comment/78\",[]],[\"name/79\",[79,60.853]],[\"comment/79\",[]],[\"name/80\",[80,55.744]],[\"comment/80\",[]],[\"name/81\",[81,55.744]],[\"comment/81\",[]],[\"name/82\",[82,55.744]],[\"comment/82\",[]],[\"name/83\",[83,47.86]],[\"comment/83\",[]],[\"name/84\",[84,60.853]],[\"comment/84\",[]],[\"name/85\",[85,60.853]],[\"comment/85\",[]],[\"name/86\",[1,40.484]],[\"comment/86\",[]],[\"name/87\",[6,47.86]],[\"comment/87\",[]],[\"name/88\",[24,44.758]],[\"comment/88\",[]],[\"name/89\",[38,47.86]],[\"comment/89\",[]],[\"name/90\",[12,42.394]],[\"comment/90\",[]],[\"name/91\",[45,47.86]],[\"comment/91\",[]],[\"name/92\",[46,43.507]],[\"comment/92\",[]],[\"name/93\",[44,47.86]],[\"comment/93\",[]],[\"name/94\",[56,47.86]],[\"comment/94\",[]],[\"name/95\",[62,47.86]],[\"comment/95\",[]],[\"name/96\",[60,47.86]],[\"comment/96\",[]],[\"name/97\",[57,47.86]],[\"comment/97\",[]],[\"name/98\",[25,44.758]],[\"comment/98\",[]],[\"name/99\",[2,44.758]],[\"comment/99\",[]],[\"name/100\",[3,46.189]],[\"comment/100\",[]],[\"name/101\",[4,47.86]],[\"comment/101\",[]],[\"name/102\",[5,46.189]],[\"comment/102\",[]],[\"name/103\",[10,47.86]],[\"comment/103\",[]],[\"name/104\",[11,47.86]],[\"comment/104\",[]],[\"name/105\",[15,47.86]],[\"comment/105\",[]],[\"name/106\",[21,44.758]],[\"comment/106\",[]],[\"name/107\",[22,43.507]],[\"comment/107\",[]],[\"name/108\",[23,44.758]],[\"comment/108\",[]],[\"name/109\",[26,46.189]],[\"comment/109\",[]],[\"name/110\",[27,44.758]],[\"comment/110\",[]],[\"name/111\",[31,44.758]],[\"comment/111\",[]],[\"name/112\",[32,46.189]],[\"comment/112\",[]],[\"name/113\",[33,42.394]],[\"comment/113\",[]],[\"name/114\",[34,46.189]],[\"comment/114\",[]],[\"name/115\",[37,46.189]],[\"comment/115\",[]],[\"name/116\",[39,47.86]],[\"comment/116\",[]],[\"name/117\",[40,42.394]],[\"comment/117\",[]],[\"name/118\",[41,44.758]],[\"comment/118\",[]],[\"name/119\",[42,46.189]],[\"comment/119\",[]],[\"name/120\",[43,47.86]],[\"comment/120\",[]],[\"name/121\",[47,47.86]],[\"comment/121\",[]],[\"name/122\",[48,47.86]],[\"comment/122\",[]],[\"name/123\",[58,47.86]],[\"comment/123\",[]],[\"name/124\",[59,47.86]],[\"comment/124\",[]],[\"name/125\",[61,47.86]],[\"comment/125\",[]],[\"name/126\",[67,47.86]],[\"comment/126\",[]],[\"name/127\",[68,27.412]],[\"comment/127\",[]],[\"name/128\",[74,47.86]],[\"comment/128\",[]],[\"name/129\",[77,46.189]],[\"comment/129\",[]],[\"name/130\",[83,47.86]],[\"comment/130\",[]],[\"name/131\",[86,60.853]],[\"comment/131\",[]],[\"name/132\",[1,40.484]],[\"comment/132\",[]],[\"name/133\",[12,42.394]],[\"comment/133\",[]],[\"name/134\",[45,47.86]],[\"comment/134\",[]],[\"name/135\",[46,43.507]],[\"comment/135\",[]],[\"name/136\",[44,47.86]],[\"comment/136\",[]],[\"name/137\",[56,47.86]],[\"comment/137\",[]],[\"name/138\",[62,47.86]],[\"comment/138\",[]],[\"name/139\",[60,47.86]],[\"comment/139\",[]],[\"name/140\",[57,47.86]],[\"comment/140\",[]],[\"name/141\",[24,44.758]],[\"comment/141\",[]],[\"name/142\",[25,44.758]],[\"comment/142\",[]],[\"name/143\",[38,47.86]],[\"comment/143\",[]],[\"name/144\",[2,44.758]],[\"comment/144\",[]],[\"name/145\",[3,46.189]],[\"comment/145\",[]],[\"name/146\",[4,47.86]],[\"comment/146\",[]],[\"name/147\",[5,46.189]],[\"comment/147\",[]],[\"name/148\",[6,47.86]],[\"comment/148\",[]],[\"name/149\",[10,47.86]],[\"comment/149\",[]],[\"name/150\",[11,47.86]],[\"comment/150\",[]],[\"name/151\",[15,47.86]],[\"comment/151\",[]],[\"name/152\",[21,44.758]],[\"comment/152\",[]],[\"name/153\",[22,43.507]],[\"comment/153\",[]],[\"name/154\",[23,44.758]],[\"comment/154\",[]],[\"name/155\",[26,46.189]],[\"comment/155\",[]],[\"name/156\",[27,44.758]],[\"comment/156\",[]],[\"name/157\",[31,44.758]],[\"comment/157\",[]],[\"name/158\",[32,46.189]],[\"comment/158\",[]],[\"name/159\",[33,42.394]],[\"comment/159\",[]],[\"name/160\",[34,46.189]],[\"comment/160\",[]],[\"name/161\",[37,46.189]],[\"comment/161\",[]],[\"name/162\",[39,47.86]],[\"comment/162\",[]],[\"name/163\",[40,42.394]],[\"comment/163\",[]],[\"name/164\",[41,44.758]],[\"comment/164\",[]],[\"name/165\",[42,46.189]],[\"comment/165\",[]],[\"name/166\",[43,47.86]],[\"comment/166\",[]],[\"name/167\",[47,47.86]],[\"comment/167\",[]],[\"name/168\",[48,47.86]],[\"comment/168\",[]],[\"name/169\",[58,47.86]],[\"comment/169\",[]],[\"name/170\",[59,47.86]],[\"comment/170\",[]],[\"name/171\",[61,47.86]],[\"comment/171\",[]],[\"name/172\",[67,47.86]],[\"comment/172\",[]],[\"name/173\",[68,27.412]],[\"comment/173\",[]],[\"name/174\",[74,47.86]],[\"comment/174\",[]],[\"name/175\",[77,46.189]],[\"comment/175\",[]],[\"name/176\",[83,47.86]],[\"comment/176\",[]],[\"name/177\",[87,60.853]],[\"comment/177\",[]],[\"name/178\",[88,60.853]],[\"comment/178\",[]],[\"name/179\",[89,60.853]],[\"comment/179\",[]],[\"name/180\",[90,49.866]],[\"comment/180\",[]],[\"name/181\",[91,49.866]],[\"comment/181\",[]],[\"name/182\",[92,49.866]],[\"comment/182\",[]],[\"name/183\",[93,49.866]],[\"comment/183\",[]],[\"name/184\",[94,47.86]],[\"comment/184\",[]],[\"name/185\",[95,49.866]],[\"comment/185\",[]],[\"name/186\",[96,52.38]],[\"comment/186\",[]],[\"name/187\",[97,52.38]],[\"comment/187\",[]],[\"name/188\",[33,42.394]],[\"comment/188\",[]],[\"name/189\",[98,49.866]],[\"comment/189\",[]],[\"name/190\",[99,60.853]],[\"comment/190\",[]],[\"name/191\",[100,60.853]],[\"comment/191\",[]],[\"name/192\",[101,60.853]],[\"comment/192\",[]],[\"name/193\",[21,44.758]],[\"comment/193\",[]],[\"name/194\",[2,44.758]],[\"comment/194\",[]],[\"name/195\",[77,46.189]],[\"comment/195\",[]],[\"name/196\",[68,27.412]],[\"comment/196\",[]],[\"name/197\",[3,46.189]],[\"comment/197\",[]],[\"name/198\",[41,44.758]],[\"comment/198\",[]],[\"name/199\",[68,27.412]],[\"comment/199\",[]],[\"name/200\",[42,46.189]],[\"comment/200\",[]],[\"name/201\",[68,27.412]],[\"comment/201\",[]],[\"name/202\",[40,42.394]],[\"comment/202\",[]],[\"name/203\",[68,27.412]],[\"comment/203\",[]],[\"name/204\",[31,44.758]],[\"comment/204\",[]],[\"name/205\",[68,27.412]],[\"comment/205\",[]],[\"name/206\",[32,46.189]],[\"comment/206\",[]],[\"name/207\",[68,27.412]],[\"comment/207\",[]],[\"name/208\",[33,42.394]],[\"comment/208\",[]],[\"name/209\",[68,27.412]],[\"comment/209\",[]],[\"name/210\",[34,46.189]],[\"comment/210\",[]],[\"name/211\",[68,27.412]],[\"comment/211\",[]],[\"name/212\",[102,60.853]],[\"comment/212\",[]],[\"name/213\",[103,60.853]],[\"comment/213\",[]],[\"name/214\",[104,60.853]],[\"comment/214\",[]],[\"name/215\",[105,60.853]],[\"comment/215\",[]],[\"name/216\",[24,44.758]],[\"comment/216\",[]],[\"name/217\",[25,44.758]],[\"comment/217\",[]],[\"name/218\",[22,43.507]],[\"comment/218\",[]],[\"name/219\",[106,60.853]],[\"comment/219\",[]],[\"name/220\",[26,46.189]],[\"comment/220\",[]],[\"name/221\",[27,44.758]],[\"comment/221\",[]],[\"name/222\",[23,44.758]],[\"comment/222\",[]],[\"name/223\",[2,44.758]],[\"comment/223\",[]],[\"name/224\",[107,60.853]],[\"comment/224\",[]],[\"name/225\",[108,60.853]],[\"comment/225\",[]],[\"name/226\",[109,60.853]],[\"comment/226\",[]],[\"name/227\",[110,60.853]],[\"comment/227\",[]],[\"name/228\",[111,60.853]],[\"comment/228\",[]],[\"name/229\",[112,60.853]],[\"comment/229\",[]],[\"name/230\",[113,60.853]],[\"comment/230\",[]],[\"name/231\",[114,60.853]],[\"comment/231\",[]],[\"name/232\",[115,46.189]],[\"comment/232\",[]],[\"name/233\",[68,27.412]],[\"comment/233\",[]],[\"name/234\",[116,52.38]],[\"comment/234\",[]],[\"name/235\",[117,52.38]],[\"comment/235\",[]],[\"name/236\",[118,49.866]],[\"comment/236\",[]],[\"name/237\",[119,47.86]],[\"comment/237\",[]],[\"name/238\",[120,49.866]],[\"comment/238\",[]],[\"name/239\",[68,27.412]],[\"comment/239\",[]],[\"name/240\",[116,52.38]],[\"comment/240\",[]],[\"name/241\",[117,52.38]],[\"comment/241\",[]],[\"name/242\",[118,49.866]],[\"comment/242\",[]],[\"name/243\",[119,47.86]],[\"comment/243\",[]],[\"name/244\",[121,60.853]],[\"comment/244\",[]],[\"name/245\",[90,49.866]],[\"comment/245\",[]],[\"name/246\",[91,49.866]],[\"comment/246\",[]],[\"name/247\",[92,49.866]],[\"comment/247\",[]],[\"name/248\",[93,49.866]],[\"comment/248\",[]],[\"name/249\",[94,47.86]],[\"comment/249\",[]],[\"name/250\",[95,49.866]],[\"comment/250\",[]],[\"name/251\",[96,52.38]],[\"comment/251\",[]],[\"name/252\",[97,52.38]],[\"comment/252\",[]],[\"name/253\",[33,42.394]],[\"comment/253\",[]],[\"name/254\",[98,49.866]],[\"comment/254\",[]],[\"name/255\",[122,60.853]],[\"comment/255\",[]],[\"name/256\",[98,49.866]],[\"comment/256\",[]],[\"name/257\",[123,52.38]],[\"comment/257\",[]],[\"name/258\",[124,60.853]],[\"comment/258\",[]],[\"name/259\",[125,60.853]],[\"comment/259\",[]],[\"name/260\",[126,60.853]],[\"comment/260\",[]],[\"name/261\",[92,49.866]],[\"comment/261\",[]],[\"name/262\",[68,27.412]],[\"comment/262\",[]],[\"name/263\",[127,60.853]],[\"comment/263\",[]],[\"name/264\",[128,60.853]],[\"comment/264\",[]],[\"name/265\",[129,60.853]],[\"comment/265\",[]],[\"name/266\",[23,44.758]],[\"comment/266\",[]],[\"name/267\",[93,49.866]],[\"comment/267\",[]],[\"name/268\",[68,27.412]],[\"comment/268\",[]],[\"name/269\",[130,60.853]],[\"comment/269\",[]],[\"name/270\",[131,47.86]],[\"comment/270\",[]],[\"name/271\",[132,60.853]],[\"comment/271\",[]],[\"name/272\",[133,60.853]],[\"comment/272\",[]],[\"name/273\",[134,60.853]],[\"comment/273\",[]],[\"name/274\",[68,27.412]],[\"comment/274\",[]],[\"name/275\",[135,60.853]],[\"comment/275\",[]],[\"name/276\",[25,44.758]],[\"comment/276\",[]],[\"name/277\",[21,44.758]],[\"comment/277\",[]],[\"name/278\",[136,60.853]],[\"comment/278\",[]],[\"name/279\",[137,60.853]],[\"comment/279\",[]],[\"name/280\",[138,60.853]],[\"comment/280\",[]],[\"name/281\",[139,60.853]],[\"comment/281\",[]],[\"name/282\",[68,27.412]],[\"comment/282\",[]],[\"name/283\",[140,60.853]],[\"comment/283\",[]],[\"name/284\",[68,27.412]],[\"comment/284\",[]],[\"name/285\",[82,55.744]],[\"comment/285\",[]],[\"name/286\",[68,27.412]],[\"comment/286\",[]],[\"name/287\",[80,55.744]],[\"comment/287\",[]],[\"name/288\",[68,27.412]],[\"comment/288\",[]],[\"name/289\",[141,60.853]],[\"comment/289\",[]],[\"name/290\",[68,27.412]],[\"comment/290\",[]],[\"name/291\",[81,55.744]],[\"comment/291\",[]],[\"name/292\",[68,27.412]],[\"comment/292\",[]],[\"name/293\",[142,60.853]],[\"comment/293\",[]],[\"name/294\",[68,27.412]],[\"comment/294\",[]],[\"name/295\",[143,60.853]],[\"comment/295\",[]],[\"name/296\",[68,27.412]],[\"comment/296\",[]],[\"name/297\",[78,55.744]],[\"comment/297\",[]],[\"name/298\",[68,27.412]],[\"comment/298\",[]],[\"name/299\",[144,60.853]],[\"comment/299\",[]],[\"name/300\",[68,27.412]],[\"comment/300\",[]],[\"name/301\",[145,60.853]],[\"comment/301\",[]],[\"name/302\",[68,27.412]],[\"comment/302\",[]],[\"name/303\",[146,60.853]],[\"comment/303\",[]],[\"name/304\",[68,27.412]],[\"comment/304\",[]],[\"name/305\",[147,60.853]],[\"comment/305\",[]],[\"name/306\",[148,55.744]],[\"comment/306\",[]],[\"name/307\",[116,52.38]],[\"comment/307\",[]],[\"name/308\",[117,52.38]],[\"comment/308\",[]],[\"name/309\",[118,49.866]],[\"comment/309\",[]],[\"name/310\",[119,47.86]],[\"comment/310\",[]],[\"name/311\",[149,60.853]],[\"comment/311\",[]],[\"name/312\",[91,49.866]],[\"comment/312\",[]],[\"name/313\",[68,27.412]],[\"comment/313\",[]],[\"name/314\",[90,49.866]],[\"comment/314\",[]],[\"name/315\",[68,27.412]],[\"comment/315\",[]],[\"name/316\",[150,60.853]],[\"comment/316\",[]],[\"name/317\",[151,60.853]],[\"comment/317\",[]],[\"name/318\",[152,60.853]],[\"comment/318\",[]],[\"name/319\",[153,60.853]],[\"comment/319\",[]],[\"name/320\",[154,60.853]],[\"comment/320\",[]],[\"name/321\",[155,60.853]],[\"comment/321\",[]],[\"name/322\",[156,60.853]],[\"comment/322\",[]],[\"name/323\",[131,47.86]],[\"comment/323\",[]],[\"name/324\",[24,44.758]],[\"comment/324\",[]],[\"name/325\",[157,60.853]],[\"comment/325\",[]],[\"name/326\",[22,43.507]],[\"comment/326\",[]],[\"name/327\",[158,46.189]],[\"comment/327\",[]],[\"name/328\",[159,60.853]],[\"comment/328\",[]],[\"name/329\",[160,60.853]],[\"comment/329\",[]],[\"name/330\",[161,60.853]],[\"comment/330\",[]],[\"name/331\",[115,46.189]],[\"comment/331\",[]],[\"name/332\",[120,49.866]],[\"comment/332\",[]],[\"name/333\",[162,47.86]],[\"comment/333\",[]],[\"name/334\",[163,60.853]],[\"comment/334\",[]],[\"name/335\",[164,55.744]],[\"comment/335\",[]],[\"name/336\",[165,60.853]],[\"comment/336\",[]],[\"name/337\",[166,55.744]],[\"comment/337\",[]],[\"name/338\",[167,55.744]],[\"comment/338\",[]],[\"name/339\",[168,60.853]],[\"comment/339\",[]],[\"name/340\",[68,27.412]],[\"comment/340\",[]],[\"name/341\",[169,55.744]],[\"comment/341\",[]],[\"name/342\",[68,27.412]],[\"comment/342\",[]],[\"name/343\",[170,60.853]],[\"comment/343\",[]],[\"name/344\",[68,27.412]],[\"comment/344\",[]],[\"name/345\",[171,55.744]],[\"comment/345\",[]],[\"name/346\",[68,27.412]],[\"comment/346\",[]],[\"name/347\",[172,55.744]],[\"comment/347\",[]],[\"name/348\",[68,27.412]],[\"comment/348\",[]],[\"name/349\",[173,55.744]],[\"comment/349\",[]],[\"name/350\",[174,60.853]],[\"comment/350\",[]],[\"name/351\",[119,47.86]],[\"comment/351\",[]],[\"name/352\",[175,60.853]],[\"comment/352\",[]],[\"name/353\",[148,55.744]],[\"comment/353\",[]],[\"name/354\",[118,49.866]],[\"comment/354\",[]],[\"name/355\",[119,47.86]],[\"comment/355\",[]],[\"name/356\",[166,55.744]],[\"comment/356\",[]],[\"name/357\",[176,60.853]],[\"comment/357\",[]],[\"name/358\",[177,60.853]],[\"comment/358\",[]],[\"name/359\",[167,55.744]],[\"comment/359\",[]],[\"name/360\",[115,46.189]],[\"comment/360\",[]],[\"name/361\",[120,49.866]],[\"comment/361\",[]],[\"name/362\",[162,47.86]],[\"comment/362\",[]],[\"name/363\",[94,47.86]],[\"comment/363\",[]],[\"name/364\",[95,49.866]],[\"comment/364\",[]],[\"name/365\",[178,60.853]],[\"comment/365\",[]],[\"name/366\",[173,55.744]],[\"comment/366\",[]],[\"name/367\",[115,46.189]],[\"comment/367\",[]],[\"name/368\",[120,49.866]],[\"comment/368\",[]],[\"name/369\",[162,47.86]],[\"comment/369\",[]],[\"name/370\",[179,60.853]],[\"comment/370\",[]],[\"name/371\",[5,46.189]],[\"comment/371\",[]],[\"name/372\",[1,40.484]],[\"comment/372\",[]],[\"name/373\",[164,55.744]],[\"comment/373\",[]],[\"name/374\",[180,60.853]],[\"comment/374\",[]],[\"name/375\",[94,47.86]],[\"comment/375\",[]],[\"name/376\",[12,42.394]],[\"comment/376\",[]],[\"name/377\",[181,60.853]],[\"comment/377\",[]],[\"name/378\",[182,60.853]],[\"comment/378\",[]],[\"name/379\",[31,44.758]],[\"comment/379\",[]],[\"name/380\",[169,55.744]],[\"comment/380\",[]],[\"name/381\",[41,44.758]],[\"comment/381\",[]],[\"name/382\",[171,55.744]],[\"comment/382\",[]],[\"name/383\",[172,55.744]],[\"comment/383\",[]],[\"name/384\",[183,60.853]],[\"comment/384\",[]],[\"name/385\",[1,40.484]],[\"comment/385\",[]],[\"name/386\",[6,47.86]],[\"comment/386\",[]],[\"name/387\",[24,44.758]],[\"comment/387\",[]],[\"name/388\",[38,47.86]],[\"comment/388\",[]],[\"name/389\",[12,42.394]],[\"comment/389\",[]],[\"name/390\",[46,43.507]],[\"comment/390\",[]],[\"name/391\",[44,47.86]],[\"comment/391\",[]],[\"name/392\",[56,47.86]],[\"comment/392\",[]],[\"name/393\",[62,47.86]],[\"comment/393\",[]],[\"name/394\",[60,47.86]],[\"comment/394\",[]],[\"name/395\",[57,47.86]],[\"comment/395\",[]],[\"name/396\",[25,44.758]],[\"comment/396\",[]],[\"name/397\",[2,44.758]],[\"comment/397\",[]],[\"name/398\",[3,46.189]],[\"comment/398\",[]],[\"name/399\",[4,47.86]],[\"comment/399\",[]],[\"name/400\",[5,46.189]],[\"comment/400\",[]],[\"name/401\",[10,47.86]],[\"comment/401\",[]],[\"name/402\",[11,47.86]],[\"comment/402\",[]],[\"name/403\",[15,47.86]],[\"comment/403\",[]],[\"name/404\",[21,44.758]],[\"comment/404\",[]],[\"name/405\",[22,43.507]],[\"comment/405\",[]],[\"name/406\",[23,44.758]],[\"comment/406\",[]],[\"name/407\",[26,46.189]],[\"comment/407\",[]],[\"name/408\",[27,44.758]],[\"comment/408\",[]],[\"name/409\",[31,44.758]],[\"comment/409\",[]],[\"name/410\",[32,46.189]],[\"comment/410\",[]],[\"name/411\",[33,42.394]],[\"comment/411\",[]],[\"name/412\",[34,46.189]],[\"comment/412\",[]],[\"name/413\",[37,46.189]],[\"comment/413\",[]],[\"name/414\",[39,47.86]],[\"comment/414\",[]],[\"name/415\",[40,42.394]],[\"comment/415\",[]],[\"name/416\",[41,44.758]],[\"comment/416\",[]],[\"name/417\",[42,46.189]],[\"comment/417\",[]],[\"name/418\",[43,47.86]],[\"comment/418\",[]],[\"name/419\",[45,47.86]],[\"comment/419\",[]],[\"name/420\",[47,47.86]],[\"comment/420\",[]],[\"name/421\",[48,47.86]],[\"comment/421\",[]],[\"name/422\",[58,47.86]],[\"comment/422\",[]],[\"name/423\",[59,47.86]],[\"comment/423\",[]],[\"name/424\",[61,47.86]],[\"comment/424\",[]],[\"name/425\",[67,47.86]],[\"comment/425\",[]],[\"name/426\",[68,27.412]],[\"comment/426\",[]],[\"name/427\",[74,47.86]],[\"comment/427\",[]],[\"name/428\",[77,46.189]],[\"comment/428\",[]],[\"name/429\",[83,47.86]],[\"comment/429\",[]],[\"name/430\",[184,60.853]],[\"comment/430\",[]],[\"name/431\",[1,40.484]],[\"comment/431\",[]],[\"name/432\",[12,42.394]],[\"comment/432\",[]],[\"name/433\",[46,43.507]],[\"comment/433\",[]],[\"name/434\",[44,47.86]],[\"comment/434\",[]],[\"name/435\",[56,47.86]],[\"comment/435\",[]],[\"name/436\",[62,47.86]],[\"comment/436\",[]],[\"name/437\",[60,47.86]],[\"comment/437\",[]],[\"name/438\",[57,47.86]],[\"comment/438\",[]],[\"name/439\",[24,44.758]],[\"comment/439\",[]],[\"name/440\",[25,44.758]],[\"comment/440\",[]],[\"name/441\",[38,47.86]],[\"comment/441\",[]],[\"name/442\",[2,44.758]],[\"comment/442\",[]],[\"name/443\",[3,46.189]],[\"comment/443\",[]],[\"name/444\",[4,47.86]],[\"comment/444\",[]],[\"name/445\",[5,46.189]],[\"comment/445\",[]],[\"name/446\",[6,47.86]],[\"comment/446\",[]],[\"name/447\",[10,47.86]],[\"comment/447\",[]],[\"name/448\",[11,47.86]],[\"comment/448\",[]],[\"name/449\",[15,47.86]],[\"comment/449\",[]],[\"name/450\",[21,44.758]],[\"comment/450\",[]],[\"name/451\",[22,43.507]],[\"comment/451\",[]],[\"name/452\",[23,44.758]],[\"comment/452\",[]],[\"name/453\",[26,46.189]],[\"comment/453\",[]],[\"name/454\",[27,44.758]],[\"comment/454\",[]],[\"name/455\",[31,44.758]],[\"comment/455\",[]],[\"name/456\",[32,46.189]],[\"comment/456\",[]],[\"name/457\",[33,42.394]],[\"comment/457\",[]],[\"name/458\",[34,46.189]],[\"comment/458\",[]],[\"name/459\",[37,46.189]],[\"comment/459\",[]],[\"name/460\",[39,47.86]],[\"comment/460\",[]],[\"name/461\",[40,42.394]],[\"comment/461\",[]],[\"name/462\",[41,44.758]],[\"comment/462\",[]],[\"name/463\",[42,46.189]],[\"comment/463\",[]],[\"name/464\",[43,47.86]],[\"comment/464\",[]],[\"name/465\",[45,47.86]],[\"comment/465\",[]],[\"name/466\",[47,47.86]],[\"comment/466\",[]],[\"name/467\",[48,47.86]],[\"comment/467\",[]],[\"name/468\",[58,47.86]],[\"comment/468\",[]],[\"name/469\",[59,47.86]],[\"comment/469\",[]],[\"name/470\",[61,47.86]],[\"comment/470\",[]],[\"name/471\",[67,47.86]],[\"comment/471\",[]],[\"name/472\",[68,27.412]],[\"comment/472\",[]],[\"name/473\",[74,47.86]],[\"comment/473\",[]],[\"name/474\",[77,46.189]],[\"comment/474\",[]],[\"name/475\",[83,47.86]],[\"comment/475\",[]],[\"name/476\",[185,60.853]],[\"comment/476\",[]],[\"name/477\",[186,55.744]],[\"comment/477\",[]],[\"name/478\",[90,49.866]],[\"comment/478\",[]],[\"name/479\",[91,49.866]],[\"comment/479\",[]],[\"name/480\",[92,49.866]],[\"comment/480\",[]],[\"name/481\",[93,49.866]],[\"comment/481\",[]],[\"name/482\",[94,47.86]],[\"comment/482\",[]],[\"name/483\",[95,49.866]],[\"comment/483\",[]],[\"name/484\",[96,52.38]],[\"comment/484\",[]],[\"name/485\",[97,52.38]],[\"comment/485\",[]],[\"name/486\",[33,42.394]],[\"comment/486\",[]],[\"name/487\",[98,49.866]],[\"comment/487\",[]],[\"name/488\",[187,60.853]],[\"comment/488\",[]],[\"name/489\",[1,40.484]],[\"comment/489\",[]],[\"name/490\",[131,47.86]],[\"comment/490\",[]],[\"name/491\",[158,46.189]],[\"comment/491\",[]],[\"name/492\",[188,52.38]],[\"comment/492\",[]],[\"name/493\",[189,49.866]],[\"comment/493\",[]],[\"name/494\",[190,52.38]],[\"comment/494\",[]],[\"name/495\",[46,43.507]],[\"comment/495\",[]],[\"name/496\",[191,60.853]],[\"comment/496\",[]],[\"name/497\",[12,42.394]],[\"comment/497\",[]],[\"name/498\",[192,60.853]],[\"comment/498\",[]],[\"name/499\",[193,60.853]],[\"comment/499\",[]],[\"name/500\",[194,52.38]],[\"comment/500\",[]],[\"name/501\",[195,52.38]],[\"comment/501\",[]],[\"name/502\",[196,52.38]],[\"comment/502\",[]],[\"name/503\",[40,42.394]],[\"comment/503\",[]],[\"name/504\",[197,52.38]],[\"comment/504\",[]],[\"name/505\",[198,60.853]],[\"comment/505\",[]],[\"name/506\",[199,52.38]],[\"comment/506\",[]],[\"name/507\",[200,52.38]],[\"comment/507\",[]],[\"name/508\",[201,52.38]],[\"comment/508\",[]],[\"name/509\",[28,55.744]],[\"comment/509\",[]],[\"name/510\",[202,60.853]],[\"comment/510\",[]],[\"name/511\",[203,60.853]],[\"comment/511\",[]],[\"name/512\",[204,55.744]],[\"comment/512\",[]],[\"name/513\",[205,52.38]],[\"comment/513\",[]],[\"name/514\",[206,52.38]],[\"comment/514\",[]],[\"name/515\",[207,52.38]],[\"comment/515\",[]],[\"name/516\",[208,52.38]],[\"comment/516\",[]],[\"name/517\",[209,52.38]],[\"comment/517\",[]],[\"name/518\",[210,52.38]],[\"comment/518\",[]],[\"name/519\",[211,52.38]],[\"comment/519\",[]],[\"name/520\",[212,60.853]],[\"comment/520\",[]],[\"name/521\",[213,60.853]],[\"comment/521\",[]],[\"name/522\",[214,60.853]],[\"comment/522\",[]],[\"name/523\",[215,60.853]],[\"comment/523\",[]],[\"name/524\",[216,60.853]],[\"comment/524\",[]],[\"name/525\",[217,60.853]],[\"comment/525\",[]],[\"name/526\",[1,40.484]],[\"comment/526\",[]],[\"name/527\",[199,52.38]],[\"comment/527\",[]],[\"name/528\",[131,47.86]],[\"comment/528\",[]],[\"name/529\",[206,52.38]],[\"comment/529\",[]],[\"name/530\",[158,46.189]],[\"comment/530\",[]],[\"name/531\",[188,52.38]],[\"comment/531\",[]],[\"name/532\",[189,49.866]],[\"comment/532\",[]],[\"name/533\",[190,52.38]],[\"comment/533\",[]],[\"name/534\",[46,43.507]],[\"comment/534\",[]],[\"name/535\",[12,42.394]],[\"comment/535\",[]],[\"name/536\",[194,52.38]],[\"comment/536\",[]],[\"name/537\",[195,52.38]],[\"comment/537\",[]],[\"name/538\",[196,52.38]],[\"comment/538\",[]],[\"name/539\",[40,42.394]],[\"comment/539\",[]],[\"name/540\",[197,52.38]],[\"comment/540\",[]],[\"name/541\",[200,52.38]],[\"comment/541\",[]],[\"name/542\",[201,52.38]],[\"comment/542\",[]],[\"name/543\",[205,52.38]],[\"comment/543\",[]],[\"name/544\",[207,52.38]],[\"comment/544\",[]],[\"name/545\",[208,52.38]],[\"comment/545\",[]],[\"name/546\",[209,52.38]],[\"comment/546\",[]],[\"name/547\",[210,52.38]],[\"comment/547\",[]],[\"name/548\",[211,52.38]],[\"comment/548\",[]],[\"name/549\",[218,60.853]],[\"comment/549\",[]],[\"name/550\",[1,40.484]],[\"comment/550\",[]],[\"name/551\",[219,55.744]],[\"comment/551\",[]],[\"name/552\",[199,52.38]],[\"comment/552\",[]],[\"name/553\",[201,52.38]],[\"comment/553\",[]],[\"name/554\",[131,47.86]],[\"comment/554\",[]],[\"name/555\",[206,52.38]],[\"comment/555\",[]],[\"name/556\",[208,52.38]],[\"comment/556\",[]],[\"name/557\",[158,46.189]],[\"comment/557\",[]],[\"name/558\",[188,52.38]],[\"comment/558\",[]],[\"name/559\",[189,49.866]],[\"comment/559\",[]],[\"name/560\",[190,52.38]],[\"comment/560\",[]],[\"name/561\",[46,43.507]],[\"comment/561\",[]],[\"name/562\",[12,42.394]],[\"comment/562\",[]],[\"name/563\",[194,52.38]],[\"comment/563\",[]],[\"name/564\",[195,52.38]],[\"comment/564\",[]],[\"name/565\",[196,52.38]],[\"comment/565\",[]],[\"name/566\",[40,42.394]],[\"comment/566\",[]],[\"name/567\",[197,52.38]],[\"comment/567\",[]],[\"name/568\",[200,52.38]],[\"comment/568\",[]],[\"name/569\",[205,52.38]],[\"comment/569\",[]],[\"name/570\",[207,52.38]],[\"comment/570\",[]],[\"name/571\",[209,52.38]],[\"comment/571\",[]],[\"name/572\",[210,52.38]],[\"comment/572\",[]],[\"name/573\",[211,52.38]],[\"comment/573\",[]],[\"name/574\",[220,60.853]],[\"comment/574\",[]],[\"name/575\",[221,55.744]],[\"comment/575\",[]],[\"name/576\",[186,55.744]],[\"comment/576\",[]],[\"name/577\",[221,55.744]],[\"comment/577\",[]],[\"name/578\",[222,60.853]],[\"comment/578\",[]],[\"name/579\",[223,55.744]],[\"comment/579\",[]],[\"name/580\",[224,60.853]],[\"comment/580\",[]],[\"name/581\",[223,55.744]],[\"comment/581\",[]],[\"name/582\",[68,27.412]],[\"comment/582\",[]],[\"name/583\",[225,60.853]],[\"comment/583\",[]],[\"name/584\",[68,27.412]],[\"comment/584\",[]],[\"name/585\",[226,60.853]],[\"comment/585\",[]],[\"name/586\",[158,46.189]],[\"comment/586\",[]],[\"name/587\",[227,60.853]],[\"comment/587\",[]],[\"name/588\",[68,27.412]],[\"comment/588\",[]],[\"name/589\",[228,60.853]],[\"comment/589\",[]],[\"name/590\",[229,60.853]],[\"comment/590\",[]],[\"name/591\",[230,55.744]],[\"comment/591\",[]],[\"name/592\",[231,55.744]],[\"comment/592\",[]],[\"name/593\",[158,46.189]],[\"comment/593\",[]],[\"name/594\",[189,49.866]],[\"comment/594\",[]],[\"name/595\",[22,43.507]],[\"comment/595\",[]],[\"name/596\",[204,55.744]],[\"comment/596\",[]],[\"name/597\",[219,55.744]],[\"comment/597\",[]],[\"name/598\",[232,55.744]],[\"comment/598\",[]],[\"name/599\",[233,49.866]],[\"comment/599\",[]],[\"name/600\",[234,52.38]],[\"comment/600\",[]],[\"name/601\",[235,55.744]],[\"comment/601\",[]],[\"name/602\",[236,52.38]],[\"comment/602\",[]],[\"name/603\",[237,55.744]],[\"comment/603\",[]],[\"name/604\",[238,60.853]],[\"comment/604\",[]],[\"name/605\",[239,60.853]],[\"comment/605\",[]],[\"name/606\",[68,27.412]],[\"comment/606\",[]],[\"name/607\",[240,60.853]],[\"comment/607\",[]],[\"name/608\",[68,27.412]],[\"comment/608\",[]],[\"name/609\",[241,60.853]],[\"comment/609\",[]],[\"name/610\",[242,60.853]],[\"comment/610\",[]],[\"name/611\",[232,55.744]],[\"comment/611\",[]],[\"name/612\",[233,49.866]],[\"comment/612\",[]],[\"name/613\",[234,52.38]],[\"comment/613\",[]],[\"name/614\",[235,55.744]],[\"comment/614\",[]],[\"name/615\",[236,52.38]],[\"comment/615\",[]],[\"name/616\",[237,55.744]],[\"comment/616\",[]],[\"name/617\",[230,55.744]],[\"comment/617\",[]],[\"name/618\",[233,49.866]],[\"comment/618\",[]],[\"name/619\",[243,60.853]],[\"comment/619\",[]],[\"name/620\",[234,52.38]],[\"comment/620\",[]],[\"name/621\",[231,55.744]],[\"comment/621\",[]],[\"name/622\",[233,49.866]],[\"comment/622\",[]],[\"name/623\",[236,52.38]],[\"comment/623\",[]],[\"name/624\",[115,46.189]],[\"comment/624\",[]],[\"name/625\",[162,47.86]],[\"comment/625\",[]],[\"name/626\",[244,60.853]],[\"comment/626\",[]],[\"name/627\",[115,46.189]],[\"comment/627\",[]],[\"name/628\",[162,47.86]],[\"comment/628\",[]],[\"name/629\",[245,60.853]],[\"comment/629\",[]],[\"name/630\",[246,60.853]],[\"comment/630\",[]],[\"name/631\",[1,40.484]],[\"comment/631\",[]],[\"name/632\",[123,52.38]],[\"comment/632\",[]],[\"name/633\",[247,55.744]],[\"comment/633\",[]],[\"name/634\",[248,55.744]],[\"comment/634\",[]],[\"name/635\",[249,60.853]],[\"comment/635\",[]],[\"name/636\",[250,60.853]],[\"comment/636\",[]],[\"name/637\",[251,60.853]],[\"comment/637\",[]],[\"name/638\",[252,60.853]],[\"comment/638\",[]],[\"name/639\",[37,46.189]],[\"comment/639\",[]],[\"name/640\",[253,60.853]],[\"comment/640\",[]],[\"name/641\",[254,60.853]],[\"comment/641\",[]],[\"name/642\",[1,40.484]],[\"comment/642\",[]],[\"name/643\",[255,60.853]],[\"comment/643\",[]],[\"name/644\",[256,60.853]],[\"comment/644\",[]],[\"name/645\",[123,52.38]],[\"comment/645\",[]],[\"name/646\",[27,44.758]],[\"comment/646\",[]],[\"name/647\",[247,55.744]],[\"comment/647\",[]],[\"name/648\",[248,55.744]],[\"comment/648\",[]],[\"name/649\",[257,60.853]],[\"comment/649\",[]],[\"name/650\",[258,60.853]],[\"comment/650\",[]],[\"name/651\",[259,60.853]],[\"comment/651\",[]],[\"name/652\",[260,60.853]],[\"comment/652\",[]],[\"name/653\",[261,60.853]],[\"comment/653\",[]],[\"name/654\",[262,60.853]],[\"comment/654\",[]],[\"name/655\",[263,60.853]],[\"comment/655\",[]],[\"name/656\",[264,60.853]],[\"comment/656\",[]],[\"name/657\",[265,60.853]],[\"comment/657\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":68,\"name\":{\"68\":{},\"127\":{},\"173\":{},\"196\":{},\"199\":{},\"201\":{},\"203\":{},\"205\":{},\"207\":{},\"209\":{},\"211\":{},\"233\":{},\"239\":{},\"262\":{},\"268\":{},\"274\":{},\"282\":{},\"284\":{},\"286\":{},\"288\":{},\"290\":{},\"292\":{},\"294\":{},\"296\":{},\"298\":{},\"300\":{},\"302\":{},\"304\":{},\"313\":{},\"315\":{},\"340\":{},\"342\":{},\"344\":{},\"346\":{},\"348\":{},\"426\":{},\"472\":{},\"582\":{},\"584\":{},\"588\":{},\"606\":{},\"608\":{}},\"comment\":{}}],[\"abstractpool\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"abstractworker\",{\"_index\":187,\"name\":{\"488\":{}},\"comment\":{}}],[\"active\",{\"_index\":129,\"name\":{\"265\":{}},\"comment\":{}}],[\"activeinterval\",{\"_index\":190,\"name\":{\"494\":{},\"533\":{},\"560\":{}},\"comment\":{}}],[\"addtaskfunction\",{\"_index\":195,\"name\":{\"501\":{},\"537\":{},\"564\":{}},\"comment\":{}}],[\"addworkernode\",{\"_index\":75,\"name\":{\"75\":{}},\"comment\":{}}],[\"aftertaskexecutionhook\",{\"_index\":48,\"name\":{\"48\":{},\"122\":{},\"168\":{},\"421\":{},\"467\":{}},\"comment\":{}}],[\"afterworkernodesetup\",{\"_index\":61,\"name\":{\"61\":{},\"125\":{},\"171\":{},\"424\":{},\"470\":{}},\"comment\":{}}],[\"aggregate\",{\"_index\":148,\"name\":{\"306\":{},\"353\":{}},\"comment\":{}}],[\"async\",{\"_index\":224,\"name\":{\"580\":{}},\"comment\":{}}],[\"availableparallelism\",{\"_index\":265,\"name\":{\"657\":{}},\"comment\":{}}],[\"average\",{\"_index\":118,\"name\":{\"236\":{},\"242\":{},\"309\":{},\"354\":{}},\"comment\":{}}],[\"backpressure\",{\"_index\":113,\"name\":{\"230\":{}},\"comment\":{}}],[\"backward\",{\"_index\":262,\"name\":{\"654\":{}},\"comment\":{}}],[\"beforetaskexecutionhook\",{\"_index\":47,\"name\":{\"47\":{},\"121\":{},\"167\":{},\"420\":{},\"466\":{}},\"comment\":{}}],[\"begintaskperformance\",{\"_index\":213,\"name\":{\"521\":{}},\"comment\":{}}],[\"buildtasksqueueoptions\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"busy\",{\"_index\":38,\"name\":{\"38\":{},\"89\":{},\"143\":{},\"388\":{},\"441\":{}},\"comment\":{}}],[\"busyworkernodes\",{\"_index\":108,\"name\":{\"225\":{}},\"comment\":{}}],[\"checkactive\",{\"_index\":204,\"name\":{\"512\":{},\"596\":{}},\"comment\":{}}],[\"checkandemitdynamicworkercreationevents\",{\"_index\":73,\"name\":{\"73\":{}},\"comment\":{}}],[\"checkandemittaskexecutionevents\",{\"_index\":71,\"name\":{\"71\":{}},\"comment\":{}}],[\"checkandemittaskqueuingevents\",{\"_index\":72,\"name\":{\"72\":{}},\"comment\":{}}],[\"checkdynamicpoolsize\",{\"_index\":15,\"name\":{\"15\":{},\"105\":{},\"151\":{},\"403\":{},\"449\":{}},\"comment\":{}}],[\"checkfilepath\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"checkmessageworkerid\",{\"_index\":28,\"name\":{\"28\":{},\"509\":{}},\"comment\":{}}],[\"checknumberofworkers\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"checkpooloptions\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"checksize\",{\"_index\":253,\"name\":{\"640\":{}},\"comment\":{}}],[\"checkstatistics\",{\"_index\":215,\"name\":{\"523\":{}},\"comment\":{}}],[\"checktaskfunctionname\",{\"_index\":198,\"name\":{\"505\":{}},\"comment\":{}}],[\"checktaskfunctions\",{\"_index\":193,\"name\":{\"499\":{}},\"comment\":{}}],[\"checkvalidtasksqueueoptions\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategy\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategyoptions\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"checkworkeroptions\",{\"_index\":192,\"name\":{\"498\":{}},\"comment\":{}}],[\"choiceretries\",{\"_index\":178,\"name\":{\"365\":{}},\"comment\":{}}],[\"choiceretriescount\",{\"_index\":180,\"name\":{\"374\":{}},\"comment\":{}}],[\"choose\",{\"_index\":170,\"name\":{\"343\":{}},\"comment\":{}}],[\"chooseworkernode\",{\"_index\":54,\"name\":{\"54\":{}},\"comment\":{}}],[\"circulararray\",{\"_index\":246,\"name\":{\"630\":{}},\"comment\":{}}],[\"clear\",{\"_index\":261,\"name\":{\"653\":{}},\"comment\":{}}],[\"cleartasksqueue\",{\"_index\":143,\"name\":{\"295\":{}},\"comment\":{}}],[\"closechannel\",{\"_index\":145,\"name\":{\"301\":{}},\"comment\":{}}],[\"clusterpooloptions\",{\"_index\":87,\"name\":{\"177\":{}},\"comment\":{}}],[\"clusterworker\",{\"_index\":217,\"name\":{\"525\":{}},\"comment\":{}}],[\"concat\",{\"_index\":249,\"name\":{\"635\":{}},\"comment\":{}}],[\"concurrency\",{\"_index\":125,\"name\":{\"259\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"86\":{},\"132\":{},\"372\":{},\"385\":{},\"431\":{},\"489\":{},\"526\":{},\"550\":{},\"631\":{},\"642\":{}},\"comment\":{}}],[\"createandsetupdynamicworkernode\",{\"_index\":59,\"name\":{\"59\":{},\"124\":{},\"170\":{},\"423\":{},\"469\":{}},\"comment\":{}}],[\"createandsetupworkernode\",{\"_index\":58,\"name\":{\"58\":{},\"123\":{},\"169\":{},\"422\":{},\"468\":{}},\"comment\":{}}],[\"createworker\",{\"_index\":57,\"name\":{\"57\":{},\"97\":{},\"140\":{},\"395\":{},\"438\":{}},\"comment\":{}}],[\"data\",{\"_index\":234,\"name\":{\"600\":{},\"613\":{},\"620\":{}},\"comment\":{}}],[\"deque\",{\"_index\":254,\"name\":{\"641\":{}},\"comment\":{}}],[\"dequeuetask\",{\"_index\":81,\"name\":{\"81\":{},\"291\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":42,\"name\":{\"42\":{},\"119\":{},\"165\":{},\"200\":{},\"417\":{},\"463\":{}},\"comment\":{}}],[\"destroyworkernode\",{\"_index\":44,\"name\":{\"44\":{},\"93\":{},\"136\":{},\"391\":{},\"434\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":157,\"name\":{\"325\":{}},\"comment\":{}}],[\"dynamicclusterpool\",{\"_index\":85,\"name\":{\"85\":{}},\"comment\":{}}],[\"dynamicthreadpool\",{\"_index\":183,\"name\":{\"384\":{}},\"comment\":{}}],[\"dynamicworkerready\",{\"_index\":177,\"name\":{\"358\":{}},\"comment\":{}}],[\"dynamicworkerusage\",{\"_index\":176,\"name\":{\"357\":{}},\"comment\":{}}],[\"elu\",{\"_index\":162,\"name\":{\"333\":{},\"362\":{},\"369\":{},\"625\":{},\"628\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":3,\"name\":{\"3\":{},\"100\":{},\"145\":{},\"197\":{},\"398\":{},\"443\":{}},\"comment\":{}}],[\"empty\",{\"_index\":252,\"name\":{\"638\":{}},\"comment\":{}}],[\"enableevents\",{\"_index\":97,\"name\":{\"187\":{},\"252\":{},\"485\":{}},\"comment\":{}}],[\"enabletasksqueue\",{\"_index\":33,\"name\":{\"33\":{},\"113\":{},\"159\":{},\"188\":{},\"208\":{},\"253\":{},\"411\":{},\"457\":{},\"486\":{}},\"comment\":{}}],[\"endtaskperformance\",{\"_index\":214,\"name\":{\"522\":{}},\"comment\":{}}],[\"enqueuetask\",{\"_index\":80,\"name\":{\"80\":{},\"287\":{}},\"comment\":{}}],[\"env\",{\"_index\":88,\"name\":{\"178\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":92,\"name\":{\"182\":{},\"247\":{},\"261\":{},\"480\":{}},\"comment\":{}}],[\"eventlooputilizationmeasurementstatistics\",{\"_index\":127,\"name\":{\"263\":{}},\"comment\":{}}],[\"execute\",{\"_index\":41,\"name\":{\"41\":{},\"118\":{},\"164\":{},\"198\":{},\"381\":{},\"416\":{},\"462\":{}},\"comment\":{}}],[\"executed\",{\"_index\":151,\"name\":{\"317\":{}},\"comment\":{}}],[\"executedtasks\",{\"_index\":109,\"name\":{\"226\":{}},\"comment\":{}}],[\"executetask\",{\"_index\":79,\"name\":{\"79\":{}},\"comment\":{}}],[\"executing\",{\"_index\":152,\"name\":{\"318\":{}},\"comment\":{}}],[\"executingtasks\",{\"_index\":110,\"name\":{\"227\":{}},\"comment\":{}}],[\"exithandler\",{\"_index\":93,\"name\":{\"183\":{},\"248\":{},\"267\":{},\"481\":{}},\"comment\":{}}],[\"failed\",{\"_index\":155,\"name\":{\"321\":{}},\"comment\":{}}],[\"failedtasks\",{\"_index\":114,\"name\":{\"231\":{}},\"comment\":{}}],[\"filepath\",{\"_index\":11,\"name\":{\"11\":{},\"104\":{},\"150\":{},\"402\":{},\"448\":{}},\"comment\":{}}],[\"fixedclusterpool\",{\"_index\":86,\"name\":{\"131\":{}},\"comment\":{}}],[\"fixedthreadpool\",{\"_index\":184,\"name\":{\"430\":{}},\"comment\":{}}],[\"flushtasksqueue\",{\"_index\":83,\"name\":{\"83\":{},\"130\":{},\"176\":{},\"429\":{},\"475\":{}},\"comment\":{}}],[\"flushtasksqueues\",{\"_index\":84,\"name\":{\"84\":{}},\"comment\":{}}],[\"full\",{\"_index\":37,\"name\":{\"37\":{},\"115\":{},\"161\":{},\"413\":{},\"459\":{},\"639\":{}},\"comment\":{}}],[\"getmainworker\",{\"_index\":205,\"name\":{\"513\":{},\"543\":{},\"569\":{}},\"comment\":{}}],[\"getstrategypolicy\",{\"_index\":181,\"name\":{\"377\":{}},\"comment\":{}}],[\"gettaskfunction\",{\"_index\":212,\"name\":{\"520\":{}},\"comment\":{}}],[\"gettaskfunctionworkerusage\",{\"_index\":146,\"name\":{\"303\":{}},\"comment\":{}}],[\"gettaskstatisticsrequirements\",{\"_index\":182,\"name\":{\"378\":{}},\"comment\":{}}],[\"getworkerinfo\",{\"_index\":74,\"name\":{\"74\":{},\"128\":{},\"174\":{},\"427\":{},\"473\":{}},\"comment\":{}}],[\"getworkernodekeybyworker\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"getworkernodekeybyworkerid\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"handleerror\",{\"_index\":208,\"name\":{\"516\":{},\"545\":{},\"556\":{}},\"comment\":{}}],[\"handlekillmessage\",{\"_index\":201,\"name\":{\"508\":{},\"542\":{},\"553\":{}},\"comment\":{}}],[\"handlereadymessage\",{\"_index\":199,\"name\":{\"506\":{},\"527\":{},\"552\":{}},\"comment\":{}}],[\"handletaskexecutionresponse\",{\"_index\":70,\"name\":{\"70\":{}},\"comment\":{}}],[\"handleworkerreadyresponse\",{\"_index\":69,\"name\":{\"69\":{}},\"comment\":{}}],[\"hasbackpressure\",{\"_index\":78,\"name\":{\"78\":{},\"297\":{}},\"comment\":{}}],[\"hastaskfunction\",{\"_index\":194,\"name\":{\"500\":{},\"536\":{},\"563\":{}},\"comment\":{}}],[\"hasworkernodebackpressure\",{\"_index\":77,\"name\":{\"77\":{},\"129\":{},\"175\":{},\"195\":{},\"428\":{},\"474\":{}},\"comment\":{}}],[\"head\",{\"_index\":255,\"name\":{\"643\":{}},\"comment\":{}}],[\"history\",{\"_index\":149,\"name\":{\"311\":{}},\"comment\":{}}],[\"id\",{\"_index\":131,\"name\":{\"270\":{},\"323\":{},\"490\":{},\"528\":{},\"554\":{}},\"comment\":{}}],[\"idle\",{\"_index\":128,\"name\":{\"264\":{}},\"comment\":{}}],[\"idleworkernodes\",{\"_index\":107,\"name\":{\"224\":{}},\"comment\":{}}],[\"incrementsize\",{\"_index\":263,\"name\":{\"655\":{}},\"comment\":{}}],[\"info\",{\"_index\":21,\"name\":{\"21\":{},\"106\":{},\"152\":{},\"193\":{},\"277\":{},\"404\":{},\"450\":{}},\"comment\":{}}],[\"internalbusy\",{\"_index\":39,\"name\":{\"39\":{},\"116\":{},\"162\":{},\"414\":{},\"460\":{}},\"comment\":{}}],[\"ipool\",{\"_index\":101,\"name\":{\"192\":{}},\"comment\":{}}],[\"ismain\",{\"_index\":46,\"name\":{\"46\":{},\"92\":{},\"135\":{},\"390\":{},\"433\":{},\"495\":{},\"534\":{},\"561\":{}},\"comment\":{}}],[\"iterator\",{\"_index\":264,\"name\":{\"656\":{}},\"comment\":{}}],[\"iworker\",{\"_index\":130,\"name\":{\"269\":{}},\"comment\":{}}],[\"iworkerchoicestrategy\",{\"_index\":165,\"name\":{\"336\":{}},\"comment\":{}}],[\"iworkernode\",{\"_index\":135,\"name\":{\"275\":{}},\"comment\":{}}],[\"kill\",{\"_index\":229,\"name\":{\"590\":{}},\"comment\":{}}],[\"killbehavior\",{\"_index\":221,\"name\":{\"575\":{},\"577\":{}},\"comment\":{}}],[\"killbehaviors\",{\"_index\":220,\"name\":{\"574\":{}},\"comment\":{}}],[\"killhandler\",{\"_index\":223,\"name\":{\"579\":{},\"581\":{}},\"comment\":{}}],[\"lasttasktimestamp\",{\"_index\":188,\"name\":{\"492\":{},\"531\":{},\"558\":{}},\"comment\":{}}],[\"listtaskfunctions\",{\"_index\":40,\"name\":{\"40\":{},\"117\":{},\"163\":{},\"202\":{},\"415\":{},\"461\":{},\"503\":{},\"539\":{},\"566\":{}},\"comment\":{}}],[\"mainworker\",{\"_index\":191,\"name\":{\"496\":{}},\"comment\":{}}],[\"max\",{\"_index\":6,\"name\":{\"6\":{},\"87\":{},\"148\":{},\"386\":{},\"446\":{}},\"comment\":{}}],[\"maximum\",{\"_index\":117,\"name\":{\"235\":{},\"241\":{},\"308\":{}},\"comment\":{}}],[\"maxinactivetime\",{\"_index\":222,\"name\":{\"578\":{}},\"comment\":{}}],[\"maxqueued\",{\"_index\":154,\"name\":{\"320\":{}},\"comment\":{}}],[\"maxqueuedtasks\",{\"_index\":112,\"name\":{\"229\":{}},\"comment\":{}}],[\"maxsize\",{\"_index\":27,\"name\":{\"27\":{},\"110\":{},\"156\":{},\"221\":{},\"408\":{},\"454\":{},\"646\":{}},\"comment\":{}}],[\"measurement\",{\"_index\":173,\"name\":{\"349\":{},\"366\":{}},\"comment\":{}}],[\"measurementoptions\",{\"_index\":174,\"name\":{\"350\":{}},\"comment\":{}}],[\"measurements\",{\"_index\":163,\"name\":{\"334\":{}},\"comment\":{}}],[\"measurementstatistics\",{\"_index\":147,\"name\":{\"305\":{}},\"comment\":{}}],[\"measurementstatisticsrequirements\",{\"_index\":175,\"name\":{\"352\":{}},\"comment\":{}}],[\"median\",{\"_index\":119,\"name\":{\"237\":{},\"243\":{},\"310\":{},\"351\":{},\"355\":{}},\"comment\":{}}],[\"message\",{\"_index\":243,\"name\":{\"619\":{}},\"comment\":{}}],[\"messagechannel\",{\"_index\":136,\"name\":{\"278\":{}},\"comment\":{}}],[\"messagehandler\",{\"_index\":91,\"name\":{\"181\":{},\"246\":{},\"312\":{},\"479\":{}},\"comment\":{}}],[\"messagelistener\",{\"_index\":200,\"name\":{\"507\":{},\"541\":{},\"568\":{}},\"comment\":{}}],[\"messagevalue\",{\"_index\":228,\"name\":{\"589\":{}},\"comment\":{}}],[\"minimum\",{\"_index\":116,\"name\":{\"234\":{},\"240\":{},\"307\":{}},\"comment\":{}}],[\"minsize\",{\"_index\":26,\"name\":{\"26\":{},\"109\":{},\"155\":{},\"220\":{},\"407\":{},\"453\":{}},\"comment\":{}}],[\"name\",{\"_index\":233,\"name\":{\"599\":{},\"612\":{},\"618\":{},\"622\":{}},\"comment\":{}}],[\"numberofworkers\",{\"_index\":10,\"name\":{\"10\":{},\"103\":{},\"149\":{},\"401\":{},\"447\":{}},\"comment\":{}}],[\"on\",{\"_index\":133,\"name\":{\"272\":{}},\"comment\":{}}],[\"onbackpressure\",{\"_index\":139,\"name\":{\"281\":{}},\"comment\":{}}],[\"once\",{\"_index\":134,\"name\":{\"273\":{}},\"comment\":{}}],[\"onemptyqueue\",{\"_index\":140,\"name\":{\"283\":{}},\"comment\":{}}],[\"onlinehandler\",{\"_index\":90,\"name\":{\"180\":{},\"245\":{},\"314\":{},\"478\":{}},\"comment\":{}}],[\"opts\",{\"_index\":12,\"name\":{\"12\":{},\"90\":{},\"133\":{},\"376\":{},\"389\":{},\"432\":{},\"497\":{},\"535\":{},\"562\":{}},\"comment\":{}}],[\"peekfirst\",{\"_index\":259,\"name\":{\"651\":{}},\"comment\":{}}],[\"peeklast\",{\"_index\":260,\"name\":{\"652\":{}},\"comment\":{}}],[\"poolemitter\",{\"_index\":102,\"name\":{\"212\":{}},\"comment\":{}}],[\"poolevent\",{\"_index\":103,\"name\":{\"213\":{}},\"comment\":{}}],[\"poolevents\",{\"_index\":99,\"name\":{\"190\":{}},\"comment\":{}}],[\"poolinfo\",{\"_index\":104,\"name\":{\"214\":{}},\"comment\":{}}],[\"pooloptions\",{\"_index\":121,\"name\":{\"244\":{}},\"comment\":{}}],[\"pooltype\",{\"_index\":122,\"name\":{\"255\":{}},\"comment\":{}}],[\"pooltypes\",{\"_index\":100,\"name\":{\"191\":{}},\"comment\":{}}],[\"pop\",{\"_index\":257,\"name\":{\"649\":{}},\"comment\":{}}],[\"poptask\",{\"_index\":142,\"name\":{\"293\":{}},\"comment\":{}}],[\"port\",{\"_index\":219,\"name\":{\"551\":{},\"597\":{}},\"comment\":{}}],[\"promiseresponsemap\",{\"_index\":4,\"name\":{\"4\":{},\"101\":{},\"146\":{},\"399\":{},\"444\":{}},\"comment\":{}}],[\"promiseresponsewrapper\",{\"_index\":238,\"name\":{\"604\":{}},\"comment\":{}}],[\"push\",{\"_index\":247,\"name\":{\"633\":{},\"647\":{}},\"comment\":{}}],[\"queued\",{\"_index\":153,\"name\":{\"319\":{}},\"comment\":{}}],[\"queuedtasks\",{\"_index\":111,\"name\":{\"228\":{}},\"comment\":{}}],[\"queuemaxsize\",{\"_index\":124,\"name\":{\"258\":{}},\"comment\":{}}],[\"ready\",{\"_index\":22,\"name\":{\"22\":{},\"107\":{},\"153\":{},\"218\":{},\"326\":{},\"405\":{},\"451\":{},\"595\":{}},\"comment\":{}}],[\"redistributequeuedtasks\",{\"_index\":64,\"name\":{\"64\":{}},\"comment\":{}}],[\"registerworkermessagelistener\",{\"_index\":60,\"name\":{\"60\":{},\"96\":{},\"139\":{},\"394\":{},\"437\":{}},\"comment\":{}}],[\"reject\",{\"_index\":240,\"name\":{\"607\":{}},\"comment\":{}}],[\"remove\",{\"_index\":171,\"name\":{\"345\":{},\"382\":{}},\"comment\":{}}],[\"removetaskfunction\",{\"_index\":196,\"name\":{\"502\":{},\"538\":{},\"565\":{}},\"comment\":{}}],[\"removeworkernode\",{\"_index\":76,\"name\":{\"76\":{}},\"comment\":{}}],[\"reset\",{\"_index\":168,\"name\":{\"339\":{}},\"comment\":{}}],[\"resetusage\",{\"_index\":144,\"name\":{\"299\":{}},\"comment\":{}}],[\"resize\",{\"_index\":251,\"name\":{\"637\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":239,\"name\":{\"605\":{}},\"comment\":{}}],[\"restartworkeronerror\",{\"_index\":96,\"name\":{\"186\":{},\"251\":{},\"484\":{}},\"comment\":{}}],[\"run\",{\"_index\":209,\"name\":{\"517\":{},\"546\":{},\"571\":{}},\"comment\":{}}],[\"runasync\",{\"_index\":211,\"name\":{\"519\":{},\"548\":{},\"573\":{}},\"comment\":{}}],[\"runsync\",{\"_index\":210,\"name\":{\"518\":{},\"547\":{},\"572\":{}},\"comment\":{}}],[\"runtime\",{\"_index\":115,\"name\":{\"232\":{},\"331\":{},\"360\":{},\"367\":{},\"624\":{},\"627\":{}},\"comment\":{}}],[\"sendkillmessagetoworker\",{\"_index\":43,\"name\":{\"43\":{},\"120\":{},\"166\":{},\"418\":{},\"464\":{}},\"comment\":{}}],[\"sendstartupmessagetoworker\",{\"_index\":62,\"name\":{\"62\":{},\"95\":{},\"138\":{},\"393\":{},\"436\":{}},\"comment\":{}}],[\"sendstatisticsmessagetoworker\",{\"_index\":63,\"name\":{\"63\":{}},\"comment\":{}}],[\"sendtaskfunctionslisttomainworker\",{\"_index\":207,\"name\":{\"515\":{},\"544\":{},\"570\":{}},\"comment\":{}}],[\"sendtomainworker\",{\"_index\":206,\"name\":{\"514\":{},\"529\":{},\"555\":{}},\"comment\":{}}],[\"sendtoworker\",{\"_index\":56,\"name\":{\"56\":{},\"94\":{},\"137\":{},\"392\":{},\"435\":{}},\"comment\":{}}],[\"setdefaulttaskfunction\",{\"_index\":197,\"name\":{\"504\":{},\"540\":{},\"567\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":172,\"name\":{\"347\":{},\"383\":{}},\"comment\":{}}],[\"settasksqueuemaxsize\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"settasksqueueoptions\",{\"_index\":34,\"name\":{\"34\":{},\"114\":{},\"160\":{},\"210\":{},\"412\":{},\"458\":{}},\"comment\":{}}],[\"settings\",{\"_index\":89,\"name\":{\"179\":{}},\"comment\":{}}],[\"setuphook\",{\"_index\":45,\"name\":{\"45\":{},\"91\":{},\"134\":{},\"419\":{},\"465\":{}},\"comment\":{}}],[\"setworkerchoicestrategy\",{\"_index\":31,\"name\":{\"31\":{},\"111\":{},\"157\":{},\"204\":{},\"379\":{},\"409\":{},\"455\":{}},\"comment\":{}}],[\"setworkerchoicestrategyoptions\",{\"_index\":32,\"name\":{\"32\":{},\"112\":{},\"158\":{},\"206\":{},\"410\":{},\"456\":{}},\"comment\":{}}],[\"shallcreatedynamicworker\",{\"_index\":55,\"name\":{\"55\":{}},\"comment\":{}}],[\"shallupdatetaskfunctionworkerusage\",{\"_index\":49,\"name\":{\"49\":{}},\"comment\":{}}],[\"shift\",{\"_index\":258,\"name\":{\"650\":{}},\"comment\":{}}],[\"size\",{\"_index\":123,\"name\":{\"257\":{},\"632\":{},\"645\":{}},\"comment\":{}}],[\"splice\",{\"_index\":250,\"name\":{\"636\":{}},\"comment\":{}}],[\"startcheckactive\",{\"_index\":202,\"name\":{\"510\":{}},\"comment\":{}}],[\"started\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"starting\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"startpool\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"starttimestamp\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"statistics\",{\"_index\":189,\"name\":{\"493\":{},\"532\":{},\"559\":{},\"594\":{}},\"comment\":{}}],[\"stopcheckactive\",{\"_index\":203,\"name\":{\"511\":{}},\"comment\":{}}],[\"strategy\",{\"_index\":106,\"name\":{\"219\":{}},\"comment\":{}}],[\"strategypolicy\",{\"_index\":166,\"name\":{\"337\":{},\"356\":{}},\"comment\":{}}],[\"tail\",{\"_index\":256,\"name\":{\"644\":{}},\"comment\":{}}],[\"task\",{\"_index\":242,\"name\":{\"610\":{}},\"comment\":{}}],[\"taskasyncfunction\",{\"_index\":225,\"name\":{\"583\":{}},\"comment\":{}}],[\"taskerror\",{\"_index\":230,\"name\":{\"591\":{},\"617\":{}},\"comment\":{}}],[\"taskfunction\",{\"_index\":226,\"name\":{\"585\":{}},\"comment\":{}}],[\"taskfunctions\",{\"_index\":158,\"name\":{\"327\":{},\"491\":{},\"530\":{},\"557\":{},\"586\":{},\"593\":{}},\"comment\":{}}],[\"taskid\",{\"_index\":237,\"name\":{\"603\":{},\"616\":{}},\"comment\":{}}],[\"taskperformance\",{\"_index\":231,\"name\":{\"592\":{},\"621\":{}},\"comment\":{}}],[\"tasks\",{\"_index\":161,\"name\":{\"330\":{}},\"comment\":{}}],[\"tasksqueuebackpressuresize\",{\"_index\":138,\"name\":{\"280\":{}},\"comment\":{}}],[\"tasksqueueoptions\",{\"_index\":98,\"name\":{\"189\":{},\"254\":{},\"256\":{},\"487\":{}},\"comment\":{}}],[\"tasksqueuesize\",{\"_index\":82,\"name\":{\"82\":{},\"285\":{}},\"comment\":{}}],[\"tasksstealingonbackpressure\",{\"_index\":66,\"name\":{\"66\":{}},\"comment\":{}}],[\"taskstatistics\",{\"_index\":150,\"name\":{\"316\":{}},\"comment\":{}}],[\"taskstatisticsrequirements\",{\"_index\":167,\"name\":{\"338\":{},\"359\":{}},\"comment\":{}}],[\"taskstealingonemptyqueue\",{\"_index\":65,\"name\":{\"65\":{}},\"comment\":{}}],[\"tasksyncfunction\",{\"_index\":227,\"name\":{\"587\":{}},\"comment\":{}}],[\"threadid\",{\"_index\":132,\"name\":{\"271\":{}},\"comment\":{}}],[\"threadpooloptions\",{\"_index\":185,\"name\":{\"476\":{}},\"comment\":{}}],[\"threadworker\",{\"_index\":218,\"name\":{\"549\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":236,\"name\":{\"602\":{},\"615\":{},\"623\":{}},\"comment\":{}}],[\"transferlist\",{\"_index\":235,\"name\":{\"601\":{},\"614\":{}},\"comment\":{}}],[\"type\",{\"_index\":24,\"name\":{\"24\":{},\"88\":{},\"141\":{},\"216\":{},\"324\":{},\"387\":{},\"439\":{}},\"comment\":{}}],[\"unshift\",{\"_index\":248,\"name\":{\"634\":{},\"648\":{}},\"comment\":{}}],[\"unshifttask\",{\"_index\":141,\"name\":{\"289\":{}},\"comment\":{}}],[\"update\",{\"_index\":169,\"name\":{\"341\":{},\"380\":{}},\"comment\":{}}],[\"updateeluworkerusage\",{\"_index\":53,\"name\":{\"53\":{}},\"comment\":{}}],[\"updatelasttasktimestamp\",{\"_index\":216,\"name\":{\"524\":{}},\"comment\":{}}],[\"updateruntimeworkerusage\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"updatetaskstatisticsworkerusage\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"updatewaittimeworkerusage\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"usage\",{\"_index\":137,\"name\":{\"279\":{}},\"comment\":{}}],[\"utilization\",{\"_index\":23,\"name\":{\"23\":{},\"108\":{},\"154\":{},\"222\":{},\"266\":{},\"406\":{},\"452\":{}},\"comment\":{}}],[\"version\",{\"_index\":105,\"name\":{\"215\":{}},\"comment\":{}}],[\"waittime\",{\"_index\":120,\"name\":{\"238\":{},\"332\":{},\"361\":{},\"368\":{}},\"comment\":{}}],[\"weights\",{\"_index\":179,\"name\":{\"370\":{}},\"comment\":{}}],[\"worker\",{\"_index\":25,\"name\":{\"25\":{},\"98\":{},\"142\":{},\"217\":{},\"276\":{},\"396\":{},\"440\":{}},\"comment\":{}}],[\"workerchoicestrategies\",{\"_index\":164,\"name\":{\"335\":{},\"373\":{}},\"comment\":{}}],[\"workerchoicestrategy\",{\"_index\":94,\"name\":{\"184\":{},\"249\":{},\"363\":{},\"375\":{},\"482\":{}},\"comment\":{}}],[\"workerchoicestrategycontext\",{\"_index\":5,\"name\":{\"5\":{},\"102\":{},\"147\":{},\"371\":{},\"400\":{},\"445\":{}},\"comment\":{}}],[\"workerchoicestrategyoptions\",{\"_index\":95,\"name\":{\"185\":{},\"250\":{},\"364\":{},\"483\":{}},\"comment\":{}}],[\"workerid\",{\"_index\":232,\"name\":{\"598\":{},\"611\":{}},\"comment\":{}}],[\"workerinfo\",{\"_index\":156,\"name\":{\"322\":{}},\"comment\":{}}],[\"workerlistener\",{\"_index\":67,\"name\":{\"67\":{},\"126\":{},\"172\":{},\"425\":{},\"471\":{}},\"comment\":{}}],[\"workernodekey\",{\"_index\":241,\"name\":{\"609\":{}},\"comment\":{}}],[\"workernodes\",{\"_index\":2,\"name\":{\"2\":{},\"99\":{},\"144\":{},\"194\":{},\"223\":{},\"397\":{},\"442\":{}},\"comment\":{}}],[\"workeroptions\",{\"_index\":186,\"name\":{\"477\":{},\"576\":{}},\"comment\":{}}],[\"workerstatistics\",{\"_index\":244,\"name\":{\"626\":{}},\"comment\":{}}],[\"workertype\",{\"_index\":159,\"name\":{\"328\":{}},\"comment\":{}}],[\"workertypes\",{\"_index\":126,\"name\":{\"260\":{}},\"comment\":{}}],[\"workerusage\",{\"_index\":160,\"name\":{\"329\":{}},\"comment\":{}}],[\"writable\",{\"_index\":245,\"name\":{\"629\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/classes/AbstractPool.html b/docs/classes/AbstractPool.html index aff9850d..00d68b3d 100644 --- a/docs/classes/AbstractPool.html +++ b/docs/classes/AbstractPool.html @@ -1,4 +1,4 @@ -AbstractPool | poolifier - v2.6.32
+AbstractPool | poolifier - v2.6.33
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.32
+
  • The search index is not available
  • poolifier - v2.6.33
    @@ -49,7 +49,7 @@
    • IPool<Worker, Data, Response>
    +
  • Defined in src/pools/abstract-pool.ts:57
  • @@ -141,6 +141,7 @@ shallCreateDynamicWorker shallUpdateTaskFunctionWorkerUsage startPool +taskStealingOnEmptyQueue tasksQueueSize tasksStealingOnBackPressure updateEluWorkerUsage @@ -188,7 +189,7 @@

    Returns AbstractPool<Worker, Data, Response>

    +
  • Defined in src/pools/abstract-pool.ts:113
  • Properties

    @@ -209,7 +210,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:66
  • filePath: string
    @@ -217,7 +218,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:115
  • max?: number
    @@ -225,7 +226,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:91
  • numberOfWorkers: number
    @@ -233,7 +234,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:114
  • opts: PoolOptions<Worker>
    @@ -241,7 +242,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:116
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Response>> = ...
    @@ -254,7 +255,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:76
  • startTimestamp: number
    @@ -262,7 +263,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:104
  • started: boolean
    @@ -270,7 +271,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:100
  • starting: boolean
    @@ -278,7 +279,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:96
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -286,7 +287,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:82
  • workerNodes: IWorkerNode<Worker, Data>[] = []
    @@ -295,7 +296,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:63
  • Accessors

    @@ -309,7 +310,7 @@

    Returns boolean

    +
  • Defined in src/pools/abstract-pool.ts:691
  • +
  • Defined in src/pools/abstract-pool.ts:682
  • +
  • Defined in src/pools/abstract-pool.ts:354
  • +
  • Defined in src/pools/abstract-pool.ts:555
  • +
  • Defined in src/pools/abstract-pool.ts:548
  • +
  • Defined in src/pools/abstract-pool.ts:500
  • +
  • Defined in src/pools/abstract-pool.ts:538
  • +
  • Defined in src/pools/abstract-pool.ts:517
  • +
  • Defined in src/pools/abstract-pool.ts:543
  • Methods

    @@ -425,7 +426,7 @@

    Throws

    https://nodejs.org/api/errors.html#class-error If the added worker node is not found.

    +
  • Defined in src/pools/abstract-pool.ts:1401
  • +
  • Defined in src/pools/abstract-pool.ts:879
  • +
  • Defined in src/pools/abstract-pool.ts:1151
  • +
  • Defined in src/pools/abstract-pool.ts:849
  • Returns TasksQueueOptions

    +
  • Defined in src/pools/abstract-pool.ts:665
  • +
  • Defined in src/pools/abstract-pool.ts:1376
  • +
  • Defined in src/pools/abstract-pool.ts:1364
  • +
  • Defined in src/pools/abstract-pool.ts:1370
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:185
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:154
  • +
  • Defined in src/pools/abstract-pool.ts:565
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:167
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:211
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:293
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:239
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:249
  • +
  • Defined in src/pools/abstract-pool.ts:1004
  • +
  • Defined in src/pools/abstract-pool.ts:1094
  • +
  • Defined in src/pools/abstract-pool.ts:1050
  • +
  • Defined in src/pools/abstract-pool.ts:1043
  • Returns undefined | Task<Data>

    +
  • Defined in src/pools/abstract-pool.ts:1467
  • +
  • Defined in src/pools/abstract-pool.ts:794
  • +
  • Defined in src/pools/abstract-pool.ts:825
  • +
  • Defined in src/pools/abstract-pool.ts:636
  • Returns number

    +
  • Defined in src/pools/abstract-pool.ts:1461
  • +
  • Defined in src/pools/abstract-pool.ts:732
  • +
  • Defined in src/pools/abstract-pool.ts:1455
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:1475
  • +
  • Defined in src/pools/abstract-pool.ts:1485
  • +
  • Defined in src/pools/abstract-pool.ts:1390
  • +
  • Defined in src/pools/abstract-pool.ts:584
  • +
  • Defined in src/pools/abstract-pool.ts:596
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:1336
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:1322
  • +
  • Defined in src/pools/abstract-pool.ts:1440
  • +
  • Defined in src/pools/abstract-pool.ts:1433
  • +
  • Defined in src/pools/abstract-pool.ts:698
  • +
  • Defined in src/pools/abstract-pool.ts:840
  • +
  • Defined in src/pools/abstract-pool.ts:719
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:1191
  • +
  • Defined in src/pools/abstract-pool.ts:1138
  • +
  • Defined in src/pools/abstract-pool.ts:1424
  • Returns Promise<void>

    +
  • Defined in src/pools/abstract-pool.ts:804
  • +
  • Defined in src/pools/abstract-pool.ts:1171
  • +
  • Defined in src/pools/abstract-pool.ts:1178
  • +
  • Defined in src/pools/abstract-pool.ts:1032
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:659
  • +
  • Defined in src/pools/abstract-pool.ts:648
  • +
  • Defined in src/pools/abstract-pool.ts:603
  • +
  • Defined in src/pools/abstract-pool.ts:622
  • +
  • Defined in src/pools/abstract-pool.ts:833
  • +
  • Defined in src/pools/abstract-pool.ts:1021
  • +
  • Defined in src/pools/abstract-pool.ts:912
  • +
  • Defined in src/pools/abstract-pool.ts:341
  • +
    + +

    Returns number

    +
  • Defined in src/pools/abstract-pool.ts:1471
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:1264
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:965
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:939
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:921
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:951
  • +
  • Defined in src/pools/abstract-pool.ts:1302
  • @@ -47,7 +47,7 @@
  • ClusterWorker
  • ThreadWorker
  • +
  • Defined in src/worker/abstract-worker.ts:49
  • @@ -154,7 +154,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:83
  • Properties

    @@ -164,7 +164,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:73
  • id: number
    @@ -172,7 +172,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:57
  • isMain: boolean
    @@ -180,7 +180,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:85
  • lastTaskTimestamp: number
    @@ -188,7 +188,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:65
  • mainWorker: MainWorker
    @@ -196,7 +196,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:86
  • opts: WorkerOptions = DEFAULT_WORKER_OPTIONS
    @@ -204,7 +204,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:88
  • statistics: WorkerStatistics
    @@ -212,7 +212,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:69
  • taskFunctions: Map<string, TaskFunction<Data, Response>>
    @@ -220,7 +220,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:61
  • Methods

    @@ -254,7 +254,7 @@ If a task function with the same name already exists, it is replaced.

    Throws

    https://nodejs.org/api/errors.html#class-typeerror If the fn parameter is not a function.

    +
  • Defined in src/worker/abstract-worker.ts:183
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:306
  • Returns TaskPerformance

    +
  • Defined in src/worker/abstract-worker.ts:568
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:283
  • +
  • Defined in src/worker/abstract-worker.ts:409
  • +
  • Defined in src/worker/abstract-worker.ts:375
  • +
  • Defined in src/worker/abstract-worker.ts:592
  • Returns void

    +
  • Defined in src/worker/abstract-worker.ts:298
  • +
  • Defined in src/worker/abstract-worker.ts:108
  • Returns void

    +
  • Defined in src/worker/abstract-worker.ts:98
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:302
  • Returns TaskPerformance

    +
  • Defined in src/worker/abstract-worker.ts:577
  • +
  • Defined in src/worker/abstract-worker.ts:423
  • +
  • Defined in src/worker/abstract-worker.ts:559
  • +
  • Defined in src/worker/abstract-worker.ts:455
  • +
  • Defined in src/worker/abstract-worker.ts:341
  • +
  • Defined in src/worker/abstract-worker.ts:312
  • +
  • Defined in src/worker/abstract-worker.ts:167
  • +
  • Defined in src/worker/abstract-worker.ts:245
  • +
  • Defined in src/worker/abstract-worker.ts:319
  • +
  • Defined in src/worker/abstract-worker.ts:221
  • +
  • Defined in src/worker/abstract-worker.ts:465
  • +
  • Defined in src/worker/abstract-worker.ts:517
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:294
  • +
  • Defined in src/worker/abstract-worker.ts:480
  • +
  • Defined in src/worker/abstract-worker.ts:442
  • +
  • Defined in src/worker/abstract-worker.ts:435
  • +
  • Defined in src/worker/abstract-worker.ts:275
  • +
  • Defined in src/worker/abstract-worker.ts:388
  • +
  • Defined in src/worker/abstract-worker.ts:399
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:311
  • +
  • Defined in src/worker/abstract-worker.ts:598
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:277
  • @@ -31,7 +31,7 @@ +
  • Defined in src/circular-array.ts:8
  • @@ -113,7 +113,7 @@

    Returns CircularArray<T>

    +
  • Defined in src/circular-array.ts:11
  • Properties

    @@ -153,7 +153,7 @@ when they will be absent when used in a 'with' statement.

    size: number
    +
  • Defined in src/circular-array.ts:9
  • [species]: ArrayConstructor

    Returns void

    +
  • Defined in src/circular-array.ts:98
  • +
  • Defined in src/circular-array.ts:39
  • +
  • Defined in src/circular-array.ts:90
  • +
  • Defined in src/circular-array.ts:94
  • +
  • Defined in src/circular-array.ts:21
  • Returns void

    +
  • Defined in src/circular-array.ts:78
  • +
  • Defined in src/circular-array.ts:54
  • +
  • Defined in src/circular-array.ts:30
  • @@ -47,7 +47,7 @@ but the minimum number of workers will be guaranteed.

    • ClusterWorker
    +
  • Defined in src/worker/cluster-worker.ts:21
  • @@ -127,7 +127,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/cluster-worker.ts:31
  • Properties

    @@ -138,7 +138,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:73
  • isMain: boolean
    @@ -147,7 +147,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:85
  • lastTaskTimestamp: number
    @@ -156,7 +156,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:65
  • opts: WorkerOptions = DEFAULT_WORKER_OPTIONS
    @@ -165,7 +165,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:88
  • statistics: WorkerStatistics
    @@ -174,7 +174,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:69
  • taskFunctions: Map<string, TaskFunction<Data, Response>>
    @@ -183,7 +183,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:61
  • Accessors

    @@ -197,7 +197,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/cluster-worker.ts:65
  • Methods

    @@ -232,7 +232,7 @@ If a task function with the same name already exists, it is replaced.

    +
  • Defined in src/worker/abstract-worker.ts:183
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:306
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:283
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:302
  • +
  • Defined in src/worker/abstract-worker.ts:423
  • +
  • Defined in src/worker/abstract-worker.ts:455
  • +
  • Defined in src/worker/abstract-worker.ts:341
  • +
  • Defined in src/worker/cluster-worker.ts:45
  • +
  • Defined in src/worker/abstract-worker.ts:167
  • +
  • Defined in src/worker/abstract-worker.ts:245
  • +
  • Defined in src/worker/abstract-worker.ts:319
  • +
  • Defined in src/worker/abstract-worker.ts:221
  • +
  • Defined in src/worker/abstract-worker.ts:465
  • +
  • Defined in src/worker/abstract-worker.ts:517
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:294
  • +
  • Defined in src/worker/abstract-worker.ts:480
  • +
  • Defined in src/worker/abstract-worker.ts:442
  • +
  • Defined in src/worker/cluster-worker.ts:70
  • +
  • Defined in src/worker/abstract-worker.ts:275
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:311
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:277
  • @@ -33,7 +33,7 @@ Implemented with a doubly linked list.

    +
  • Defined in src/deque.ts:19
  • @@ -77,14 +77,14 @@ Implemented with a doubly linked list.

    T

    Returns Deque<T>

    +
  • Defined in src/deque.ts:27
  • Properties

    head?: Node<T>
    +
  • Defined in src/deque.ts:20
  • maxSize: number
    @@ -92,7 +92,7 @@ Implemented with a doubly linked list.

    +
  • Defined in src/deque.ts:25
  • size: number
    @@ -100,12 +100,12 @@ Implemented with a doubly linked list.

    +
  • Defined in src/deque.ts:23
  • tail?: Node<T>
    +
  • Defined in src/deque.ts:21
  • Methods

    @@ -121,7 +121,7 @@ Implemented with a doubly linked list.

    See

    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols

    +
  • Defined in src/deque.ts:137
  • +
  • Defined in src/deque.ts:163
  • +
  • Defined in src/deque.ts:124
  • +
  • Defined in src/deque.ts:187
  • +
  • Defined in src/deque.ts:109
  • +
  • Defined in src/deque.ts:117
  • +
  • Defined in src/deque.ts:70
  • +
  • Defined in src/deque.ts:37
  • +
  • Defined in src/deque.ts:90
  • +
  • Defined in src/deque.ts:54
  • @@ -45,7 +45,7 @@ When the maximum number of workers is reached and workers are busy, an event is +
  • Defined in src/pools/cluster/dynamic.ts:15
  • @@ -150,7 +150,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/dynamic.ts:27
  • Properties

    @@ -171,7 +171,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:66
  • filePath: string
    @@ -180,7 +180,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:115
  • max: number
    @@ -189,7 +189,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/dynamic.ts:29
  • numberOfWorkers: number
    @@ -198,7 +198,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:114
  • @@ -207,7 +207,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/fixed.ts:47
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Response>> = ...
    @@ -221,7 +221,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:76
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -230,7 +230,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:82
  • workerNodes: IWorkerNode<Worker, Data>[] = []
    @@ -239,7 +239,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:63
  • Accessors

    @@ -254,7 +254,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/dynamic.ts:43
    • @@ -267,7 +267,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:682
    • @@ -279,7 +279,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:354
    • @@ -291,7 +291,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:555
    • @@ -303,7 +303,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:548
    • @@ -315,7 +315,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:500
    • @@ -328,7 +328,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/dynamic.ts:38
    • @@ -341,7 +341,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:517
    • @@ -353,7 +353,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/fixed.ts:115
  • Methods

    @@ -381,7 +381,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:879
  • +
  • Defined in src/pools/abstract-pool.ts:1151
  • +
  • Defined in src/pools/abstract-pool.ts:849
  • +
  • Defined in src/pools/abstract-pool.ts:185
  • +
  • Defined in src/pools/abstract-pool.ts:1094
  • +
  • Defined in src/pools/abstract-pool.ts:1050
  • +
  • Defined in src/pools/cluster/fixed.ts:105
  • +
  • Defined in src/pools/abstract-pool.ts:794
  • +
  • Defined in src/pools/cluster/fixed.ts:63
  • +
  • Defined in src/pools/abstract-pool.ts:636
  • +
  • Defined in src/pools/abstract-pool.ts:732
  • +
  • Defined in src/pools/abstract-pool.ts:1475
  • +
  • Defined in src/pools/abstract-pool.ts:1390
  • +
  • Defined in src/pools/abstract-pool.ts:1433
  • +
  • Defined in src/pools/abstract-pool.ts:698
  • +
  • Defined in src/pools/cluster/fixed.ts:58
  • +
  • Defined in src/pools/abstract-pool.ts:719
  • +
  • Defined in src/pools/cluster/fixed.ts:97
  • +
  • Defined in src/pools/abstract-pool.ts:804
  • +
  • Defined in src/pools/cluster/fixed.ts:89
  • +
  • Defined in src/pools/cluster/fixed.ts:81
  • +
  • Defined in src/pools/abstract-pool.ts:648
  • +
  • Defined in src/pools/abstract-pool.ts:603
  • +
  • Defined in src/pools/abstract-pool.ts:622
  • +
  • Defined in src/pools/cluster/fixed.ts:53
  • +
  • Defined in src/pools/abstract-pool.ts:1302
  • @@ -45,7 +45,7 @@ When the maximum number of threads is reached and workers are busy, an event is +
  • Defined in src/pools/thread/dynamic.ts:15
  • @@ -150,7 +150,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/thread/dynamic.ts:27
  • Properties

    @@ -171,7 +171,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:66
  • filePath: string
    @@ -180,7 +180,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:115
  • max: number
    @@ -189,7 +189,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/thread/dynamic.ts:29
  • numberOfWorkers: number
    @@ -198,7 +198,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:114
  • @@ -207,7 +207,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/thread/fixed.ts:49
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Response>> = ...
    @@ -221,7 +221,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:76
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -230,7 +230,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:82
  • workerNodes: IWorkerNode<Worker, Data>[] = []
    @@ -239,7 +239,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:63
  • Accessors

    @@ -254,7 +254,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/thread/dynamic.ts:43
    • @@ -267,7 +267,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:682
    • @@ -279,7 +279,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:354
    • @@ -291,7 +291,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:555
    • @@ -303,7 +303,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:548
    • @@ -315,7 +315,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:500
    • @@ -328,7 +328,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/thread/dynamic.ts:38
    • @@ -341,7 +341,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:517
    • @@ -353,7 +353,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/thread/fixed.ts:127
  • Methods

    @@ -381,7 +381,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:879
  • +
  • Defined in src/pools/abstract-pool.ts:1151
  • +
  • Defined in src/pools/abstract-pool.ts:849
  • +
  • Defined in src/pools/abstract-pool.ts:185
  • +
  • Defined in src/pools/abstract-pool.ts:1094
  • +
  • Defined in src/pools/abstract-pool.ts:1050
  • +
  • Defined in src/pools/thread/fixed.ts:114
  • +
  • Defined in src/pools/abstract-pool.ts:794
  • +
  • Defined in src/pools/thread/fixed.ts:60
  • +
  • Defined in src/pools/abstract-pool.ts:636
  • +
  • Defined in src/pools/abstract-pool.ts:732
  • +
  • Defined in src/pools/abstract-pool.ts:1475
  • +
  • Defined in src/pools/abstract-pool.ts:1390
  • +
  • Defined in src/pools/abstract-pool.ts:1433
  • +
  • Defined in src/pools/abstract-pool.ts:698
  • +
  • Defined in src/pools/thread/fixed.ts:55
  • +
  • Defined in src/pools/abstract-pool.ts:719
  • +
  • Defined in src/pools/thread/fixed.ts:104
  • +
  • Defined in src/pools/abstract-pool.ts:804
  • +
  • Defined in src/pools/thread/fixed.ts:88
  • +
  • Defined in src/pools/thread/fixed.ts:77
  • +
  • Defined in src/pools/abstract-pool.ts:648
  • +
  • Defined in src/pools/abstract-pool.ts:603
  • +
  • Defined in src/pools/abstract-pool.ts:622
  • +
  • Defined in src/pools/abstract-pool.ts:833
  • +
  • Defined in src/pools/abstract-pool.ts:1302
  • @@ -45,7 +45,7 @@ +
  • Defined in src/pools/cluster/fixed.ts:33
  • @@ -145,7 +145,7 @@
    +
  • Defined in src/pools/cluster/fixed.ts:44
  • Properties

    @@ -166,7 +166,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:66
  • filePath: string
    @@ -175,7 +175,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:115
  • max?: number
    @@ -184,7 +184,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:91
  • numberOfWorkers: number
    @@ -193,7 +193,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:114
  • @@ -202,7 +202,7 @@
    +
  • Defined in src/pools/cluster/fixed.ts:47
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Response>> = ...
    @@ -216,7 +216,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:76
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -225,7 +225,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:82
  • workerNodes: IWorkerNode<Worker, Data>[] = []
    @@ -234,7 +234,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:63
  • Accessors

    @@ -249,7 +249,7 @@
    +
  • Defined in src/pools/cluster/fixed.ts:120
  • +
  • Defined in src/pools/abstract-pool.ts:682
  • +
  • Defined in src/pools/abstract-pool.ts:354
  • +
  • Defined in src/pools/abstract-pool.ts:555
  • +
  • Defined in src/pools/abstract-pool.ts:548
  • +
  • Defined in src/pools/abstract-pool.ts:500
  • +
  • Defined in src/pools/cluster/fixed.ts:110
  • +
  • Defined in src/pools/abstract-pool.ts:517
  • +
  • Defined in src/pools/cluster/fixed.ts:115
  • Methods

    @@ -376,7 +376,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:879
  • +
  • Defined in src/pools/abstract-pool.ts:1151
  • +
  • Defined in src/pools/abstract-pool.ts:849
  • +
  • Defined in src/pools/abstract-pool.ts:185
  • +
  • Defined in src/pools/abstract-pool.ts:1094
  • +
  • Defined in src/pools/abstract-pool.ts:1050
  • +
  • Defined in src/pools/cluster/fixed.ts:105
  • +
  • Defined in src/pools/abstract-pool.ts:794
  • +
  • Defined in src/pools/cluster/fixed.ts:63
  • +
  • Defined in src/pools/abstract-pool.ts:636
  • +
  • Defined in src/pools/abstract-pool.ts:732
  • +
  • Defined in src/pools/abstract-pool.ts:1475
  • +
  • Defined in src/pools/abstract-pool.ts:1390
  • +
  • Defined in src/pools/abstract-pool.ts:1433
  • +
  • Defined in src/pools/abstract-pool.ts:698
  • +
  • Defined in src/pools/cluster/fixed.ts:58
  • +
  • Defined in src/pools/abstract-pool.ts:719
  • +
  • Defined in src/pools/cluster/fixed.ts:97
  • +
  • Defined in src/pools/abstract-pool.ts:804
  • +
  • Defined in src/pools/cluster/fixed.ts:89
  • +
  • Defined in src/pools/cluster/fixed.ts:81
  • +
  • Defined in src/pools/abstract-pool.ts:648
  • +
  • Defined in src/pools/abstract-pool.ts:603
  • +
  • Defined in src/pools/abstract-pool.ts:622
  • +
  • Defined in src/pools/cluster/fixed.ts:53
  • +
  • Defined in src/pools/abstract-pool.ts:1302
  • @@ -45,7 +45,7 @@ +
  • Defined in src/pools/thread/fixed.ts:35
  • @@ -145,7 +145,7 @@
    +
  • Defined in src/pools/thread/fixed.ts:46
  • Properties

    @@ -166,7 +166,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:66
  • filePath: string
    @@ -175,7 +175,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:115
  • max?: number
    @@ -184,7 +184,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:91
  • numberOfWorkers: number
    @@ -193,7 +193,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:114
  • @@ -202,7 +202,7 @@
    +
  • Defined in src/pools/thread/fixed.ts:49
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Response>> = ...
    @@ -216,7 +216,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:76
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -225,7 +225,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:82
  • workerNodes: IWorkerNode<Worker, Data>[] = []
    @@ -234,7 +234,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:63
  • Accessors

    @@ -249,7 +249,7 @@
    +
  • Defined in src/pools/thread/fixed.ts:132
  • +
  • Defined in src/pools/abstract-pool.ts:682
  • +
  • Defined in src/pools/abstract-pool.ts:354
  • +
  • Defined in src/pools/abstract-pool.ts:555
  • +
  • Defined in src/pools/abstract-pool.ts:548
  • +
  • Defined in src/pools/abstract-pool.ts:500
  • +
  • Defined in src/pools/thread/fixed.ts:122
  • +
  • Defined in src/pools/abstract-pool.ts:517
  • +
  • Defined in src/pools/thread/fixed.ts:127
  • Methods

    @@ -376,7 +376,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:879
  • +
  • Defined in src/pools/abstract-pool.ts:1151
  • +
  • Defined in src/pools/abstract-pool.ts:849
  • +
  • Defined in src/pools/abstract-pool.ts:185
  • +
  • Defined in src/pools/abstract-pool.ts:1094
  • +
  • Defined in src/pools/abstract-pool.ts:1050
  • +
  • Defined in src/pools/thread/fixed.ts:114
  • +
  • Defined in src/pools/abstract-pool.ts:794
  • +
  • Defined in src/pools/thread/fixed.ts:60
  • +
  • Defined in src/pools/abstract-pool.ts:636
  • +
  • Defined in src/pools/abstract-pool.ts:732
  • +
  • Defined in src/pools/abstract-pool.ts:1475
  • +
  • Defined in src/pools/abstract-pool.ts:1390
  • +
  • Defined in src/pools/abstract-pool.ts:1433
  • +
  • Defined in src/pools/abstract-pool.ts:698
  • +
  • Defined in src/pools/thread/fixed.ts:55
  • +
  • Defined in src/pools/abstract-pool.ts:719
  • +
  • Defined in src/pools/thread/fixed.ts:104
  • +
  • Defined in src/pools/abstract-pool.ts:804
  • +
  • Defined in src/pools/thread/fixed.ts:88
  • +
  • Defined in src/pools/thread/fixed.ts:77
  • +
  • Defined in src/pools/abstract-pool.ts:648
  • +
  • Defined in src/pools/abstract-pool.ts:603
  • +
  • Defined in src/pools/abstract-pool.ts:622
  • +
  • Defined in src/pools/abstract-pool.ts:833
  • +
  • Defined in src/pools/abstract-pool.ts:1302
  • @@ -26,7 +26,7 @@ +
  • Defined in src/pools/pool.ts:39
  • @@ -83,7 +83,7 @@

    Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:109
  • Properties

    @@ -97,7 +97,7 @@
    +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:390
  • captureRejections: boolean
    @@ -109,7 +109,7 @@
    +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:397
  • defaultMaxListeners: number
    @@ -140,7 +140,7 @@ Its name property is set to 'MaxListenersExceededWarning&
    +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:434
  • errorMonitor: typeof errorMonitor
    @@ -153,7 +153,7 @@ regular 'error' listener is installed.

    +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:383
  • Methods

    @@ -187,7 +187,7 @@ regular 'error' listener is installed.

    +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:454
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:716
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:779
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:631
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:725
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:644
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:604
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:486
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:516
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:743
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:759
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:675
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:615
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:599
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:625
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:375
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:296
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:325
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:268
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:250
  • @@ -844,7 +844,7 @@ special handling:

    Returns Promise<any[]>

  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:190
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/events.d.ts:340
  • @@ -47,7 +47,7 @@ but the minimum number of workers will be guaranteed.

    • ThreadWorker
    +
  • Defined in src/worker/thread-worker.ts:26
  • @@ -128,7 +128,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/thread-worker.ts:40
  • Properties

    @@ -139,7 +139,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:73
  • isMain: boolean
    @@ -148,7 +148,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:85
  • lastTaskTimestamp: number
    @@ -157,7 +157,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:65
  • opts: WorkerOptions = DEFAULT_WORKER_OPTIONS
    @@ -166,7 +166,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:88
  • port: MessagePort
    @@ -174,7 +174,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/thread-worker.ts:33
  • statistics: WorkerStatistics
    @@ -183,7 +183,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:69
  • taskFunctions: Map<string, TaskFunction<Data, Response>>
    @@ -192,7 +192,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/abstract-worker.ts:61
  • Accessors

    @@ -206,7 +206,7 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in src/worker/thread-worker.ts:86
  • Methods

    @@ -241,7 +241,7 @@ If a task function with the same name already exists, it is replaced.

    +
  • Defined in src/worker/abstract-worker.ts:183
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:306
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:283
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:302
  • +
  • Defined in src/worker/abstract-worker.ts:423
  • +
  • Defined in src/worker/thread-worker.ts:96
  • +
  • Defined in src/worker/thread-worker.ts:79
  • +
  • Defined in src/worker/thread-worker.ts:54
  • +
  • Defined in src/worker/abstract-worker.ts:167
  • +
  • Defined in src/worker/abstract-worker.ts:245
  • +
  • Defined in src/worker/abstract-worker.ts:319
  • +
  • Defined in src/worker/abstract-worker.ts:221
  • +
  • Defined in src/worker/abstract-worker.ts:465
  • +
  • Defined in src/worker/abstract-worker.ts:517
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:294
  • +
  • Defined in src/worker/abstract-worker.ts:480
  • +
  • Defined in src/worker/abstract-worker.ts:442
  • +
  • Defined in src/worker/thread-worker.ts:91
  • +
  • Defined in src/worker/abstract-worker.ts:275
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:311
  • +
  • Defined in node_modules/.pnpm/@types+node@20.5.4/node_modules/@types/node/async_hooks.d.ts:277
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:40
  • opts: WorkerChoiceStrategyOptions = DEFAULT_WORKER_CHOICE_STRATEGY_OPTIONS
    @@ -126,12 +126,12 @@
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:52
  • workerChoiceStrategies: Map<"ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN", IWorkerChoiceStrategy>
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:32
  • workerChoiceStrategy: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN" = WorkerChoiceStrategies.ROUND_ROBIN
    @@ -139,7 +139,7 @@
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:51
  • Methods

    @@ -155,7 +155,7 @@

    Throws

    https://nodejs.org/api/errors.html#class-error If after configured retries the worker node key is null or undefined .

    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:173
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:119
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:132
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:200
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:213
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:145
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:159
  • @@ -26,7 +26,7 @@ Always returns a value greater than zero.

    +
  • Defined in src/utils.ts:48
  • -

    poolifier - v2.6.32

    +

    poolifier - v2.6.33

    Index

    @@ -76,6 +76,7 @@ TaskSyncFunction WorkerChoiceStrategy WorkerType +Writable

    Variables

    @@ -106,7 +107,7 @@

    Theme

    @@ -26,7 +26,7 @@
    • ClusterPoolOptions
    +
  • Defined in src/pools/cluster/fixed.ts:10
  • @@ -59,7 +59,7 @@
    +
  • Defined in src/pools/pool.ts:161
  • enableTasksQueue?: boolean
    @@ -70,7 +70,7 @@
    +
  • Defined in src/pools/pool.ts:167
  • env?: Record<string, unknown>
    @@ -80,7 +80,7 @@

    See

    https://nodejs.org/api/cluster.html#cluster_cluster_fork_env

    +
  • Defined in src/pools/cluster/fixed.ts:16
  • errorHandler?: ErrorHandler<Worker>
    @@ -89,7 +89,7 @@
    +
  • Defined in src/pools/pool.ts:137
  • exitHandler?: ExitHandler<Worker>
    @@ -98,7 +98,7 @@
    +
  • Defined in src/pools/pool.ts:141
  • messageHandler?: MessageHandler<Worker>
    @@ -107,7 +107,7 @@
    +
  • Defined in src/pools/pool.ts:133
  • onlineHandler?: OnlineHandler<Worker>
    @@ -116,7 +116,7 @@
    +
  • Defined in src/pools/pool.ts:129
  • restartWorkerOnError?: boolean
    @@ -125,7 +125,7 @@
    +
  • Defined in src/pools/pool.ts:155
  • settings?: ClusterSettings
    @@ -135,7 +135,7 @@

    See

    https://nodejs.org/api/cluster.html#cluster_cluster_settings

    +
  • Defined in src/pools/cluster/fixed.ts:22
  • tasksQueueOptions?: TasksQueueOptions
    @@ -144,7 +144,7 @@
    +
  • Defined in src/pools/pool.ts:171
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    @@ -155,7 +155,7 @@
    +
  • Defined in src/pools/pool.ts:147
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -164,7 +164,7 @@
    +
  • Defined in src/pools/pool.ts:151
  • @@ -24,7 +24,7 @@
    • EventLoopUtilizationMeasurementStatistics
    +
  • Defined in src/pools/worker.ts:71
  • @@ -42,17 +42,17 @@
    +
  • Defined in src/pools/worker.ts:73
  • +
  • Defined in src/pools/worker.ts:72
  • utilization?: number
    +
  • Defined in src/pools/worker.ts:74
  • @@ -46,7 +46,7 @@ +
  • Defined in src/pools/pool.ts:181
  • @@ -83,7 +83,7 @@

    Returns Promise<void>

    +
  • Defined in src/pools/pool.ts:234
  • emitter?: PoolEmitter
    @@ -101,7 +101,7 @@
    +
  • Defined in src/pools/pool.ts:217
  • enableTasksQueue: ((enable, tasksQueueOptions?) => void)
    @@ -130,7 +130,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:265
  • execute: ((data?, name?, transferList?) => Promise<Response>)
    @@ -165,7 +165,7 @@
    +
  • Defined in src/pools/pool.ts:226
  • hasWorkerNodeBackPressure: ((workerNodeKey) => boolean)
    @@ -190,7 +190,7 @@
    +
  • Defined in src/pools/pool.ts:203
  • info: PoolInfo
    @@ -198,7 +198,7 @@
    +
  • Defined in src/pools/pool.ts:189
  • listTaskFunctions: (() => string[])
    @@ -215,7 +215,7 @@
    +
  • Defined in src/pools/pool.ts:240
  • setTasksQueueOptions: ((tasksQueueOptions) => void)
    @@ -239,7 +239,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:274
  • setWorkerChoiceStrategy: ((workerChoiceStrategy, workerChoiceStrategyOptions?) => void)
    @@ -268,7 +268,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:247
  • setWorkerChoiceStrategyOptions: ((workerChoiceStrategyOptions) => void)
    @@ -292,7 +292,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:256
  • workerNodes: IWorkerNode<Worker, Data>[]
    @@ -300,7 +300,7 @@
    +
  • Defined in src/pools/pool.ts:195
  • @@ -24,7 +24,7 @@
    • IWorker
    +
  • Defined in src/pools/worker.ts:173
  • @@ -46,7 +46,7 @@
    +
  • Defined in src/pools/worker.ts:177
  • on: ((event, handler) => void) & ((event, handler) => void) & ((event, handler) => void) & ((event, handler) => void)
    @@ -118,7 +118,7 @@

    Param

    The event handler.

    +
  • Defined in src/pools/worker.ts:185
  • once: ((event, handler) => void)
    @@ -147,12 +147,12 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:195
  • threadId?: number
    +
  • Defined in src/pools/worker.ts:178
  • @@ -24,7 +24,7 @@
    • IWorkerChoiceStrategy
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:168
  • @@ -59,7 +59,7 @@ If the worker node is not eligible, undefined is returned.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:195
  • remove: ((workerNodeKey) => boolean)
    @@ -84,7 +84,7 @@ If the worker node is not eligible, undefined is returned.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:202
  • reset: (() => boolean)
    @@ -101,7 +101,7 @@ If the worker node is not eligible, undefined is returned.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:182
  • setOptions: ((opts) => void)
    @@ -125,7 +125,7 @@ If the worker node is not eligible, undefined is returned.

    Returns void

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:208
  • strategyPolicy: StrategyPolicy
    @@ -133,7 +133,7 @@ If the worker node is not eligible, undefined is returned.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:172
  • taskStatisticsRequirements: TaskStatisticsRequirements
    @@ -141,7 +141,7 @@ If the worker node is not eligible, undefined is returned.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:176
  • update: ((workerNodeKey) => boolean)
    @@ -163,7 +163,7 @@ If the worker node is not eligible, undefined is returned.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:188
  • @@ -37,7 +37,7 @@
    • IWorkerNode
    +
  • Defined in src/pools/worker.ts:205
  • @@ -54,6 +54,7 @@ info messageChannel? onBackPressure? +onEmptyQueue? popTask resetUsage tasksQueueBackPressureSize @@ -79,7 +80,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:274
  • closeChannel: (() => void)
    @@ -95,7 +96,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:288
  • dequeueTask: (() => undefined | Task<Data>)
    @@ -112,7 +113,7 @@
    +
  • Defined in src/pools/worker.ts:264
  • enqueueTask: ((task) => number)
    @@ -137,7 +138,7 @@
    +
  • Defined in src/pools/worker.ts:251
  • getTaskFunctionWorkerUsage: ((name) => undefined | WorkerUsage)
    @@ -162,7 +163,7 @@
    +
  • Defined in src/pools/worker.ts:295
  • hasBackPressure: (() => boolean)
    @@ -179,7 +180,7 @@
    +
  • Defined in src/pools/worker.ts:280
  • @@ -187,7 +188,7 @@
    +
  • Defined in src/pools/worker.ts:213
  • messageChannel?: MessageChannel
    @@ -195,7 +196,7 @@
    +
  • Defined in src/pools/worker.ts:217
  • onBackPressure?: ((workerId) => void)
    @@ -219,7 +220,31 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:232
  • +
    + +
    onEmptyQueue?: ((workerId) => void)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (workerId): void
      • +
      • +

        Callback invoked when worker node tasks queue is empty.

        +
        +
        +

        Parameters

        +
          +
        • +
          workerId: number
          +

          The worker id.

          +
          +
        +

        Returns void

        +
    popTask: (() => undefined | Task<Data>)
    @@ -228,7 +253,7 @@
    +
  • Defined in src/pools/worker.ts:270
  • resetUsage: (() => void)
    @@ -245,14 +270,14 @@
    +
  • Defined in src/pools/worker.ts:284
  • tasksQueueBackPressureSize: number
    @@ -261,7 +286,7 @@ This is the number of tasks that can be enqueued before the worker node has back
    +
  • Defined in src/pools/worker.ts:226
  • tasksQueueSize: (() => number)
    @@ -270,7 +295,7 @@ This is the number of tasks that can be enqueued before the worker node has back
    +
  • Defined in src/pools/worker.ts:244
  • unshiftTask: ((task) => number)
    @@ -287,7 +312,7 @@ This is the number of tasks that can be enqueued before the worker node has back
    +
  • Defined in src/pools/worker.ts:258
  • @@ -311,7 +336,7 @@ This is the number of tasks that can be enqueued before the worker node has back
    +
  • Defined in src/pools/worker.ts:221
  • worker: Worker
    @@ -319,7 +344,7 @@ This is the number of tasks that can be enqueued before the worker node has back
    +
  • Defined in src/pools/worker.ts:209
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:63
  • @@ -24,7 +24,7 @@
    • MeasurementStatistics
    +
  • Defined in src/pools/worker.ts:39
  • @@ -48,7 +48,7 @@
    +
  • Defined in src/pools/worker.ts:43
  • average?: number
    @@ -56,7 +56,7 @@
    +
  • Defined in src/pools/worker.ts:55
  • history: CircularArray<number>
    @@ -64,7 +64,7 @@
    +
  • Defined in src/pools/worker.ts:63
  • maximum?: number
    @@ -72,7 +72,7 @@
    +
  • Defined in src/pools/worker.ts:51
  • median?: number
    @@ -80,7 +80,7 @@
    +
  • Defined in src/pools/worker.ts:59
  • minimum?: number
    @@ -88,7 +88,7 @@
    +
  • Defined in src/pools/worker.ts:47
  • @@ -24,7 +24,7 @@
    • MeasurementStatisticsRequirements
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:112
  • @@ -45,7 +45,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:116
  • average: boolean
    @@ -53,7 +53,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:120
  • median: boolean
    @@ -61,7 +61,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:124
  • @@ -39,7 +39,7 @@
    • MessageValue
    +
  • Defined in src/utility-types.ts:99
  • @@ -71,7 +71,7 @@
    +
  • Defined in src/utility-types.ts:128
  • data?: Data
    @@ -80,7 +80,7 @@
    +
  • Defined in src/utility-types.ts:77
  • kill?: true | "success" | "SOFT" | "HARD" | "failure"
    @@ -88,7 +88,7 @@
    +
  • Defined in src/utility-types.ts:104
  • name?: string
    @@ -97,7 +97,7 @@
    +
  • Defined in src/utility-types.ts:73
  • port?: MessagePort
    @@ -105,7 +105,7 @@
    +
  • Defined in src/utility-types.ts:132
  • ready?: boolean
    @@ -113,7 +113,7 @@
    +
  • Defined in src/utility-types.ts:124
  • statistics?: WorkerStatistics
    @@ -121,7 +121,7 @@
    +
  • Defined in src/utility-types.ts:120
  • taskError?: TaskError<ErrorData>
    @@ -129,7 +129,7 @@
    +
  • Defined in src/utility-types.ts:108
  • taskFunctions?: string[]
    @@ -137,7 +137,7 @@
    +
  • Defined in src/utility-types.ts:116
  • taskId?: string
    @@ -146,7 +146,7 @@
    +
  • Defined in src/utility-types.ts:89
  • taskPerformance?: TaskPerformance
    @@ -154,7 +154,7 @@
    +
  • Defined in src/utility-types.ts:112
  • timestamp?: number
    @@ -163,7 +163,7 @@
    +
  • Defined in src/utility-types.ts:85
  • transferList?: TransferListItem[]
    @@ -172,7 +172,7 @@
    +
  • Defined in src/utility-types.ts:81
  • workerId: number
    @@ -181,7 +181,7 @@
    +
  • Defined in src/utility-types.ts:69
  • @@ -24,7 +24,7 @@
    • PoolInfo
    +
  • Defined in src/pools/pool.ts:62
  • @@ -58,7 +58,7 @@
    backPressure?: boolean
    +
  • Defined in src/pools/pool.ts:82
  • busyWorkerNodes: number
    @@ -66,22 +66,22 @@
    +
  • Defined in src/pools/pool.ts:77
  • executedTasks: number
    +
  • Defined in src/pools/pool.ts:78
  • executingTasks: number
    +
  • Defined in src/pools/pool.ts:79
  • failedTasks: number
    +
  • Defined in src/pools/pool.ts:83
  • idleWorkerNodes: number
    @@ -89,32 +89,32 @@
    +
  • Defined in src/pools/pool.ts:75
  • maxQueuedTasks?: number
    +
  • Defined in src/pools/pool.ts:81
  • maxSize: number
    +
  • Defined in src/pools/pool.ts:69
  • minSize: number
    +
  • Defined in src/pools/pool.ts:68
  • queuedTasks?: number
    +
  • Defined in src/pools/pool.ts:80
  • ready: boolean
    +
  • Defined in src/pools/pool.ts:66
  • runTime?: {
        average: number;
        maximum: number;
        median?: number;
        minimum: number;
    }
    @@ -130,17 +130,17 @@
  • Readonly minimum: number
  • +
  • Defined in src/pools/pool.ts:84
  • strategy: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    +
  • Defined in src/pools/pool.ts:67
  • type: "fixed" | "dynamic"
    +
  • Defined in src/pools/pool.ts:64
  • utilization?: number
    @@ -148,12 +148,12 @@
    +
  • Defined in src/pools/pool.ts:71
  • version: string
    +
  • Defined in src/pools/pool.ts:63
  • waitTime?: {
        average: number;
        maximum: number;
        median?: number;
        minimum: number;
    }
    @@ -169,12 +169,12 @@
  • Readonly minimum: number
  • +
  • Defined in src/pools/pool.ts:90
  • worker: "thread" | "cluster"
    +
  • Defined in src/pools/pool.ts:65
  • workerNodes: number
    @@ -182,7 +182,7 @@
    +
  • Defined in src/pools/pool.ts:73
  • @@ -35,7 +35,7 @@
  • ClusterPoolOptions
  • ThreadPoolOptions
  • +
  • Defined in src/pools/pool.ts:125
  • @@ -65,7 +65,7 @@

    Default Value

    true

    +
  • Defined in src/pools/pool.ts:161
  • enableTasksQueue?: boolean
    @@ -75,7 +75,7 @@

    Default Value

    false

    +
  • Defined in src/pools/pool.ts:167
  • errorHandler?: ErrorHandler<Worker>
    @@ -83,7 +83,7 @@
    +
  • Defined in src/pools/pool.ts:137
  • exitHandler?: ExitHandler<Worker>
    @@ -91,7 +91,7 @@
    +
  • Defined in src/pools/pool.ts:141
  • messageHandler?: MessageHandler<Worker>
    @@ -99,7 +99,7 @@
    +
  • Defined in src/pools/pool.ts:133
  • onlineHandler?: OnlineHandler<Worker>
    @@ -107,7 +107,7 @@
    +
  • Defined in src/pools/pool.ts:129
  • restartWorkerOnError?: boolean
    @@ -115,7 +115,7 @@
    +
  • Defined in src/pools/pool.ts:155
  • tasksQueueOptions?: TasksQueueOptions
    @@ -123,7 +123,7 @@
    +
  • Defined in src/pools/pool.ts:171
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    @@ -133,7 +133,7 @@

    Default Value

    WorkerChoiceStrategies.ROUND_ROBIN

    +
  • Defined in src/pools/pool.ts:147
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -141,7 +141,7 @@
    +
  • Defined in src/pools/pool.ts:151
  • @@ -32,7 +32,7 @@
    • PromiseResponseWrapper
    +
  • Defined in src/utility-types.ts:141
  • @@ -66,7 +66,7 @@

    Returns void

    +
  • Defined in src/utility-types.ts:149
  • resolve: ((value) => void)
    @@ -87,7 +87,7 @@

    Returns void

    +
  • Defined in src/utility-types.ts:145
  • workerNodeKey: number
    @@ -95,7 +95,7 @@
    +
  • Defined in src/utility-types.ts:153
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:160
  • dynamicWorkerUsage: boolean
    @@ -52,7 +52,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:156
  • @@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:65
  • @@ -58,7 +58,7 @@
    +
  • Defined in src/utility-types.ts:77
  • name?: string
    @@ -66,7 +66,7 @@
    +
  • Defined in src/utility-types.ts:73
  • taskId?: string
    @@ -74,7 +74,7 @@
    +
  • Defined in src/utility-types.ts:89
  • timestamp?: number
    @@ -82,7 +82,7 @@
    +
  • Defined in src/utility-types.ts:85
  • transferList?: TransferListItem[]
    @@ -90,7 +90,7 @@
    +
  • Defined in src/utility-types.ts:81
  • workerId: number
    @@ -98,7 +98,7 @@
    +
  • Defined in src/utility-types.ts:69
  • @@ -32,7 +32,7 @@
    • TaskError
    +
  • Defined in src/utility-types.ts:10
  • @@ -53,7 +53,7 @@
    +
  • Defined in src/utility-types.ts:22
  • message: string
    @@ -61,7 +61,7 @@
    +
  • Defined in src/utility-types.ts:18
  • name: string
    @@ -69,7 +69,7 @@
    +
  • Defined in src/utility-types.ts:14
  • @@ -24,7 +24,7 @@
    • TaskPerformance
    +
  • Defined in src/utility-types.ts:30
  • @@ -46,7 +46,7 @@
    +
  • Defined in src/utility-types.ts:46
  • name: string
    @@ -54,7 +54,7 @@
    +
  • Defined in src/utility-types.ts:34
  • runTime?: number
    @@ -62,7 +62,7 @@
    +
  • Defined in src/utility-types.ts:42
  • timestamp: number
    @@ -70,7 +70,7 @@
    +
  • Defined in src/utility-types.ts:38
  • @@ -24,7 +24,7 @@
    • TaskStatistics
    +
  • Defined in src/pools/worker.ts:82
  • @@ -47,7 +47,7 @@
    +
  • Defined in src/pools/worker.ts:86
  • executing: number
    @@ -55,7 +55,7 @@
    +
  • Defined in src/pools/worker.ts:90
  • failed: number
    @@ -63,7 +63,7 @@
    +
  • Defined in src/pools/worker.ts:102
  • maxQueued?: number
    @@ -71,7 +71,7 @@
    +
  • Defined in src/pools/worker.ts:98
  • queued: number
    @@ -79,7 +79,7 @@
    +
  • Defined in src/pools/worker.ts:94
  • @@ -24,7 +24,7 @@
    • TaskStatisticsRequirements
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:132
  • @@ -45,7 +45,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:144
  • @@ -53,7 +53,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:136
  • @@ -61,7 +61,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:140
  • @@ -24,7 +24,7 @@
    • TasksQueueOptions
    +
  • Defined in src/pools/pool.ts:101
  • @@ -33,7 +33,8 @@

    Properties

    Properties

    @@ -46,17 +47,25 @@

    Default Value

    1

    +
  • Defined in src/pools/pool.ts:117
  • - +
    queueMaxSize?: number
    +
    +

    Deprecated

    Use size instead.

    +
    +
    + +
    size?: number

    Maximum tasks queue size per worker node flagging it as back pressured.

    Default Value

    (pool maximum size)^2

    +
  • Defined in src/pools/pool.ts:107
  • @@ -26,7 +26,7 @@
    • ThreadPoolOptions
    +
  • Defined in src/pools/thread/fixed.ts:18
  • @@ -58,7 +58,7 @@
    +
  • Defined in src/pools/pool.ts:161
  • enableTasksQueue?: boolean
    @@ -69,7 +69,7 @@
    +
  • Defined in src/pools/pool.ts:167
  • errorHandler?: ErrorHandler<Worker>
    @@ -78,7 +78,7 @@
    +
  • Defined in src/pools/pool.ts:137
  • exitHandler?: ExitHandler<Worker>
    @@ -87,7 +87,7 @@
    +
  • Defined in src/pools/pool.ts:141
  • messageHandler?: MessageHandler<Worker>
    @@ -96,7 +96,7 @@
    +
  • Defined in src/pools/pool.ts:133
  • onlineHandler?: OnlineHandler<Worker>
    @@ -105,7 +105,7 @@
    +
  • Defined in src/pools/pool.ts:129
  • restartWorkerOnError?: boolean
    @@ -114,7 +114,7 @@
    +
  • Defined in src/pools/pool.ts:155
  • tasksQueueOptions?: TasksQueueOptions
    @@ -123,7 +123,7 @@
    +
  • Defined in src/pools/pool.ts:171
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    @@ -134,7 +134,7 @@
    +
  • Defined in src/pools/pool.ts:147
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -143,7 +143,7 @@
    +
  • Defined in src/pools/pool.ts:151
  • workerOptions?: WorkerOptions
    @@ -153,7 +153,7 @@

    See

    https://nodejs.org/api/worker_threads.html#new-workerfilename-options

    +
  • Defined in src/pools/thread/fixed.ts:24
  • @@ -24,7 +24,7 @@
    • WorkerChoiceStrategyOptions
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:69
  • @@ -50,7 +50,7 @@

    Default Value

    6

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:75
  • @@ -60,7 +60,7 @@

    Default Value

    { median: false }

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:97
  • measurement?: "runTime" | "waitTime" | "elu"
    @@ -68,7 +68,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:79
  • @@ -78,7 +78,7 @@

    Default Value

    { median: false }

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:85
  • @@ -88,7 +88,7 @@

    Default Value

    { median: false }

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:91
  • weights?: Record<number, number>
    @@ -99,7 +99,7 @@ Weight is the tasks maximum average or median runtime in milliseconds.

    Default Value

    Computed worker weights automatically given the CPU performance.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:104
  • @@ -24,7 +24,7 @@
    • WorkerInfo
    +
  • Defined in src/pools/worker.ts:123
  • @@ -47,7 +47,7 @@
    +
  • Defined in src/pools/worker.ts:135
  • id: undefined | number
    @@ -55,7 +55,7 @@
    +
  • Defined in src/pools/worker.ts:127
  • ready: boolean
    @@ -63,7 +63,7 @@
    +
  • Defined in src/pools/worker.ts:139
  • taskFunctions?: string[]
    @@ -71,7 +71,7 @@
    +
  • Defined in src/pools/worker.ts:143
  • type: "thread" | "cluster"
    @@ -79,7 +79,7 @@
    +
  • Defined in src/pools/worker.ts:131
  • @@ -24,7 +24,7 @@
    • WorkerOptions
    +
  • Defined in src/worker/worker-options.ts:28
  • @@ -50,7 +50,7 @@

    Deprecated

    This option will be removed in the next major version.

    +
  • Defined in src/worker/worker-options.ts:63
  • killBehavior?: "SOFT" | "HARD"
    @@ -65,7 +65,7 @@

    Default Value

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:39
  • killHandler?: KillHandler
    @@ -73,7 +73,7 @@
    +
  • Defined in src/worker/worker-options.ts:56
  • maxInactiveTime?: number
    @@ -90,7 +90,7 @@ when this timeout expires your tasks is interrupted before completion and remove

    Default Value

    60000

    +
  • Defined in src/worker/worker-options.ts:52
  • @@ -24,7 +24,7 @@
    • WorkerStatistics
    +
  • Defined in src/utility-types.ts:54
  • @@ -41,12 +41,12 @@
    elu: boolean
    +
  • Defined in src/utility-types.ts:56
  • runTime: boolean
    +
  • Defined in src/utility-types.ts:55
  • @@ -24,7 +24,7 @@
    • WorkerUsage
    +
  • Defined in src/pools/worker.ts:151
  • @@ -46,7 +46,7 @@
    +
  • Defined in src/pools/worker.ts:167
  • @@ -54,7 +54,7 @@
    +
  • Defined in src/pools/worker.ts:159
  • @@ -62,7 +62,7 @@
    +
  • Defined in src/pools/worker.ts:155
  • @@ -70,7 +70,7 @@
    +
  • Defined in src/pools/worker.ts:163
  • @@ -40,7 +40,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:21
  • @@ -40,7 +40,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:29
  • @@ -20,7 +20,7 @@
    +
  • Defined in src/worker/worker-options.ts:18
  • @@ -28,7 +28,7 @@

    Returns void | Promise<void>

    +
  • Defined in src/worker/worker-options.ts:23
  • @@ -20,7 +20,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:54
  • @@ -40,7 +40,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:13
  • @@ -38,7 +38,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:8
  • @@ -20,7 +20,7 @@
    +
  • Defined in src/pools/pool.ts:57
  • @@ -20,7 +20,7 @@
    +
  • Defined in src/pools/pool.ts:34
  • @@ -47,7 +47,7 @@ This function must return a promise.

    Returns Promise<Response>

    +
  • Defined in src/worker/task-functions.ts:18
  • @@ -34,7 +34,7 @@ This function can be synchronous or asynchronous.

    +
  • Defined in src/worker/task-functions.ts:29
  • @@ -36,7 +36,7 @@ The value is the function itself.

    +
  • Defined in src/worker/task-functions.ts:42
  • @@ -46,7 +46,7 @@

    Returns Response

    +
  • Defined in src/worker/task-functions.ts:7
  • @@ -20,7 +20,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:40
  • @@ -20,7 +20,7 @@
    +
  • Defined in src/pools/worker.ts:116
  • @@ -33,7 +33,7 @@
    +
  • Defined in src/worker/worker-options.ts:4
  • @@ -29,7 +29,7 @@
    Readonly waitTime: "waitTime"
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:45
  • @@ -37,7 +37,7 @@
    Readonly taskError: "taskError"
    +
  • Defined in src/pools/pool.ts:44
  • @@ -33,7 +33,7 @@
    +
  • Defined in src/pools/pool.ts:20
  • @@ -58,7 +58,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:4
  • @@ -27,7 +27,7 @@
    Readonly thread: "thread"
    +
  • Defined in src/pools/worker.ts:108