From f05afd162e34836a52c48b05781750e3421424d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 18:58:54 +0000 Subject: [PATCH] chore: generate documentation --- docs/assets/search.js | 2 +- docs/classes/AbstractPool.html | 257 +++++++++--------- docs/classes/AbstractWorker.html | 67 ++--- docs/classes/CircularArray.html | 32 ++- docs/classes/ClusterWorker.html | 50 ++-- docs/classes/DynamicClusterPool.html | 99 ++++--- docs/classes/DynamicThreadPool.html | 99 ++++--- docs/classes/FixedClusterPool.html | 97 ++++--- docs/classes/FixedThreadPool.html | 97 ++++--- docs/classes/PoolEmitter.html | 12 +- docs/classes/Queue.html | 32 ++- docs/classes/ThreadWorker.html | 50 ++-- docs/classes/WorkerChoiceStrategyContext.html | 52 ++-- docs/index.html | 20 +- docs/interfaces/ClusterPoolOptions.html | 40 +-- ...tLoopUtilizationMeasurementStatistics.html | 141 ++++++++++ docs/interfaces/IPool.html | 32 ++- docs/interfaces/IWorker.html | 16 +- docs/interfaces/IWorkerChoiceStrategy.html | 36 ++- docs/interfaces/MeasurementOptions.html | 130 +++++++++ docs/interfaces/MeasurementStatistics.html | 160 +++++++++++ .../MeasurementStatisticsRequirements.html | 150 ++++++++++ docs/interfaces/MessageValue.html | 109 ++++---- docs/interfaces/PoolInfo.html | 58 ++-- docs/interfaces/PoolOptions.html | 34 ++- docs/interfaces/PromiseResponseWrapper.html | 18 +- docs/interfaces/Task.html | 20 +- docs/interfaces/TaskError.html | 148 ++++++++++ docs/interfaces/TaskPerformance.html | 42 +-- docs/interfaces/TaskStatistics.html | 100 +++---- .../TaskStatisticsRequirements.html | 150 ++++++++++ docs/interfaces/TasksQueueOptions.html | 14 +- docs/interfaces/ThreadPoolOptions.html | 36 ++- .../WorkerChoiceStrategyOptions.html | 68 +++-- docs/interfaces/WorkerNode.html | 38 ++- docs/interfaces/WorkerOptions.html | 22 +- docs/interfaces/WorkerStatistics.html | 25 +- .../{TasksUsage.html => WorkerUsage.html} | 144 +++------- docs/types/Draft.html | 12 +- docs/types/ErrorHandler.html | 12 +- docs/types/ExitHandler.html | 12 +- docs/types/KillBehavior.html | 12 +- docs/types/Measurement.html | 102 +++++++ docs/types/MessageHandler.html | 12 +- docs/types/OnlineHandler.html | 12 +- docs/types/PoolEvent.html | 12 +- docs/types/PoolType.html | 12 +- docs/types/TaskFunctions.html | 12 +- .../types/ThreadWorkerWithMessageChannel.html | 12 +- docs/types/WorkerAsyncFunction.html | 12 +- docs/types/WorkerChoiceStrategy.html | 12 +- docs/types/WorkerFunction.html | 12 +- docs/types/WorkerSyncFunction.html | 12 +- docs/types/WorkerType.html | 12 +- docs/variables/KillBehaviors.html | 16 +- docs/variables/Measurements.html | 111 ++++++++ docs/variables/PoolEvents.html | 12 +- docs/variables/PoolTypes.html | 12 +- docs/variables/WorkerChoiceStrategies.html | 19 +- docs/variables/WorkerTypes.html | 12 +- 60 files changed, 2292 insertions(+), 869 deletions(-) create mode 100644 docs/interfaces/EventLoopUtilizationMeasurementStatistics.html create mode 100644 docs/interfaces/MeasurementOptions.html create mode 100644 docs/interfaces/MeasurementStatistics.html create mode 100644 docs/interfaces/MeasurementStatisticsRequirements.html create mode 100644 docs/interfaces/TaskError.html create mode 100644 docs/interfaces/TaskStatisticsRequirements.html rename docs/interfaces/{TasksUsage.html => WorkerUsage.html} (59%) create mode 100644 docs/types/Measurement.html create mode 100644 docs/variables/Measurements.html diff --git a/docs/assets/search.js b/docs/assets/search.js index dc59271c..37cbd7f7 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\":\"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\":\"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\":262144,\"name\":\"info\",\"url\":\"classes/AbstractPool.html#info\",\"classes\":\"\",\"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\":\"getWorkerNodeKey\",\"url\":\"classes/AbstractPool.html#getWorkerNodeKey\",\"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\":\"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\":\"execute\",\"url\":\"classes/AbstractPool.html#execute\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AbstractPool.html#destroy\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroyWorker\",\"url\":\"classes/AbstractPool.html#destroyWorker\",\"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\":\"updateRunTimeTasksUsage\",\"url\":\"classes/AbstractPool.html#updateRunTimeTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateWaitTimeTasksUsage\",\"url\":\"classes/AbstractPool.html#updateWaitTimeTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"updateEluTasksUsage\",\"url\":\"classes/AbstractPool.html#updateEluTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/AbstractPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/AbstractPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/AbstractPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/AbstractPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/AbstractPool.html#afterWorkerSetup\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/AbstractPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected\",\"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\":\"checkAndEmitEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNodeTasksUsage\",\"url\":\"classes/AbstractPool.html#setWorkerNodeTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"pushWorkerNode\",\"url\":\"classes/AbstractPool.html#pushWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNode\",\"url\":\"classes/AbstractPool.html#setWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"removeWorkerNode\",\"url\":\"classes/AbstractPool.html#removeWorkerNode\",\"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-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueues\",\"url\":\"classes/AbstractPool.html#flushTasksQueues\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerStatistics\",\"url\":\"classes/AbstractPool.html#setWorkerStatistics\",\"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\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicClusterPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicClusterPool.html#maxSize\",\"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\":\"destroyWorker\",\"url\":\"classes/DynamicClusterPool.html#destroyWorker\",\"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\":\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/DynamicClusterPool.html#afterWorkerSetup\",\"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\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicClusterPool.html#minSize\",\"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\":262144,\"name\":\"info\",\"url\":\"classes/DynamicClusterPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupWorker\",\"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\":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\":\"destroyWorker\",\"url\":\"classes/FixedClusterPool.html#destroyWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedClusterPool.html#sendToWorker\",\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/FixedClusterPool.html#afterWorkerSetup\",\"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\":\"minSize\",\"url\":\"classes/FixedClusterPool.html#minSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedClusterPool.html#maxSize\",\"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\":\"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\":262144,\"name\":\"info\",\"url\":\"classes/FixedClusterPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/FixedClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedClusterPool.html#createAndSetupWorker\",\"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\":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\":\"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\":\"onlineHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#onlineHandler\",\"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\":32,\"name\":\"WorkerTypes\",\"url\":\"variables/WorkerTypes.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\":\"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\":\"setWorkerChoiceStrategy\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy.__type-8\",\"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-10\",\"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-6\",\"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\":\"type\",\"url\":\"interfaces/PoolInfo.html#type\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/PoolInfo.html#worker\",\"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\":\"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\":\"runningTasks\",\"url\":\"interfaces/PoolInfo.html#runningTasks\",\"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\":256,\"name\":\"PoolOptions\",\"url\":\"interfaces/PoolOptions.html\",\"classes\":\"\"},{\"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\":\"onlineHandler\",\"url\":\"interfaces/PoolOptions.html#onlineHandler\",\"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\":\"concurrency\",\"url\":\"interfaces/TasksQueueOptions.html#concurrency\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":4194304,\"name\":\"WorkerType\",\"url\":\"types/WorkerType.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"ErrorHandler\",\"url\":\"types/ErrorHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ErrorHandler.html#__type\",\"classes\":\"\",\"parent\":\"ErrorHandler\"},{\"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\":\"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\":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\":\"Task\",\"url\":\"interfaces/Task.html\",\"classes\":\"\"},{\"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\":\"timestamp\",\"url\":\"interfaces/Task.html#timestamp\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Task.html#id\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":256,\"name\":\"TasksUsage\",\"url\":\"interfaces/TasksUsage.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"ran\",\"url\":\"interfaces/TasksUsage.html#ran\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"running\",\"url\":\"interfaces/TasksUsage.html#running\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TasksUsage.html#runTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"runTimeHistory\",\"url\":\"interfaces/TasksUsage.html#runTimeHistory\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"avgRunTime\",\"url\":\"interfaces/TasksUsage.html#avgRunTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/TasksUsage.html#medRunTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/TasksUsage.html#waitTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"waitTimeHistory\",\"url\":\"interfaces/TasksUsage.html#waitTimeHistory\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"avgWaitTime\",\"url\":\"interfaces/TasksUsage.html#avgWaitTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"medWaitTime\",\"url\":\"interfaces/TasksUsage.html#medWaitTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TasksUsage.html#error\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/TasksUsage.html#elu\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":256,\"name\":\"WorkerNode\",\"url\":\"interfaces/WorkerNode.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/WorkerNode.html#worker\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksUsage\",\"url\":\"interfaces/WorkerNode.html#tasksUsage\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksQueue\",\"url\":\"interfaces/WorkerNode.html#tasksQueue\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":32,\"name\":\"WorkerChoiceStrategies\",\"url\":\"variables/WorkerChoiceStrategies.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IWorkerChoiceStrategy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"taskStatistics\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#taskStatistics\",\"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\":256,\"name\":\"TaskStatistics\",\"url\":\"interfaces/TaskStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TaskStatistics.html#runTime\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"avgRunTime\",\"url\":\"interfaces/TaskStatistics.html#avgRunTime\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/TaskStatistics.html#medRunTime\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/TaskStatistics.html#waitTime\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"avgWaitTime\",\"url\":\"interfaces/TaskStatistics.html#avgWaitTime\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"medWaitTime\",\"url\":\"interfaces/TaskStatistics.html#medWaitTime\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/TaskStatistics.html#elu\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":4194304,\"name\":\"WorkerChoiceStrategy\",\"url\":\"types/WorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerChoiceStrategyOptions\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#medRunTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"medWaitTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#medWaitTime\",\"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\":\"workerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#workerChoiceStrategy\",\"classes\":\"tsd-is-private\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"getTaskStatistics\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getTaskStatistics\",\"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\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicThreadPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicThreadPool.html#maxSize\",\"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\":\"destroyWorker\",\"url\":\"classes/DynamicThreadPool.html#destroyWorker\",\"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\":\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/DynamicThreadPool.html#afterWorkerSetup\",\"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\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicThreadPool.html#minSize\",\"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\":262144,\"name\":\"info\",\"url\":\"classes/DynamicThreadPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupWorker\",\"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\":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\":\"destroyWorker\",\"url\":\"classes/FixedThreadPool.html#destroyWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedThreadPool.html#sendToWorker\",\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/FixedThreadPool.html#afterWorkerSetup\",\"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\":\"minSize\",\"url\":\"classes/FixedThreadPool.html#minSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedThreadPool.html#maxSize\",\"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\":\"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\":262144,\"name\":\"info\",\"url\":\"classes/FixedThreadPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/FixedThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedThreadPool.html#createAndSetupWorker\",\"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\":256,\"name\":\"ThreadPoolOptions\",\"url\":\"interfaces/ThreadPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"workerOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#workerOptions\",\"classes\":\"\",\"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\":\"onlineHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#onlineHandler\",\"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\":4194304,\"name\":\"ThreadWorkerWithMessageChannel\",\"url\":\"types/ThreadWorkerWithMessageChannel.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AbstractWorker\",\"url\":\"classes/AbstractWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractWorker.html#constructor\",\"classes\":\"\",\"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\":\"aliveInterval\",\"url\":\"classes/AbstractWorker.html#aliveInterval\",\"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-protected\",\"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\":\"messageListener\",\"url\":\"classes/AbstractWorker.html#messageListener\",\"classes\":\"tsd-is-protected\",\"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\":\"checkAlive\",\"url\":\"classes/AbstractWorker.html#checkAlive\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/AbstractWorker.html#handleError\",\"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\":256,\"name\":\"TaskPerformance\",\"url\":\"interfaces/TaskPerformance.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/TaskPerformance.html#timestamp\",\"classes\":\"\",\"parent\":\"TaskPerformance\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/TaskPerformance.html#waitTime\",\"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\":128,\"name\":\"ClusterWorker\",\"url\":\"classes/ClusterWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClusterWorker.html#constructor\",\"classes\":\"\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ClusterWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ClusterWorker.html#handleError\",\"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\":\"aliveInterval\",\"url\":\"classes/ClusterWorker.html#aliveInterval\",\"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\":\"mainWorker\",\"url\":\"classes/ClusterWorker.html#mainWorker\",\"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\":\"messageListener\",\"url\":\"classes/ClusterWorker.html#messageListener\",\"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\":\"checkAlive\",\"url\":\"classes/ClusterWorker.html#checkAlive\",\"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\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ThreadWorker.html#sendToMainWorker\",\"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\":\"aliveInterval\",\"url\":\"classes/ThreadWorker.html#aliveInterval\",\"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\":\"mainWorker\",\"url\":\"classes/ThreadWorker.html#mainWorker\",\"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\":\"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\":\"checkAlive\",\"url\":\"classes/ThreadWorker.html#checkAlive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ThreadWorker.html#handleError\",\"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\":\"maxInactiveTime\",\"url\":\"interfaces/WorkerOptions.html#maxInactiveTime\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"async\",\"url\":\"interfaces/WorkerOptions.html#async\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"killBehavior\",\"url\":\"interfaces/WorkerOptions.html#killBehavior\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":4194304,\"name\":\"TaskFunctions\",\"url\":\"types/TaskFunctions.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WorkerAsyncFunction\",\"url\":\"types/WorkerAsyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/WorkerAsyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"WorkerAsyncFunction\"},{\"kind\":4194304,\"name\":\"WorkerFunction\",\"url\":\"types/WorkerFunction.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WorkerSyncFunction\",\"url\":\"types/WorkerSyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/WorkerSyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"WorkerSyncFunction\"},{\"kind\":4194304,\"name\":\"Draft\",\"url\":\"types/Draft.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"MessageValue\",\"url\":\"interfaces/MessageValue.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"kill\",\"url\":\"interfaces/MessageValue.html#kill\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/MessageValue.html#error\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"errorData\",\"url\":\"interfaces/MessageValue.html#errorData\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/MessageValue.html#runTime\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/MessageValue.html#waitTime\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"elu\",\"url\":\"interfaces/MessageValue.html#elu\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"interfaces/MessageValue.html#parent\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"interfaces/MessageValue.html#statistics\",\"classes\":\"\",\"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\":\"timestamp\",\"url\":\"interfaces/MessageValue.html#timestamp\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MessageValue.html#id\",\"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\":\"worker\",\"url\":\"interfaces/PromiseResponseWrapper.html#worker\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":256,\"name\":\"WorkerStatistics\",\"url\":\"interfaces/WorkerStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/WorkerStatistics.html#runTime\",\"classes\":\"\",\"parent\":\"WorkerStatistics\"},{\"kind\":1024,\"name\":\"waitTime\",\"url\":\"interfaces/WorkerStatistics.html#waitTime\",\"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\":\"Queue\",\"url\":\"classes/Queue.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Queue.html#constructor\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"items\",\"url\":\"classes/Queue.html#items\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"head\",\"url\":\"classes/Queue.html#head\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"tail\",\"url\":\"classes/Queue.html#tail\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/Queue.html#max\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/Queue.html#size\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/Queue.html#maxSize\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":2048,\"name\":\"enqueue\",\"url\":\"classes/Queue.html#enqueue\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":2048,\"name\":\"dequeue\",\"url\":\"classes/Queue.html#dequeue\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":2048,\"name\":\"peek\",\"url\":\"classes/Queue.html#peek\",\"classes\":\"\",\"parent\":\"Queue\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,57.366]],[\"comment/0\",[]],[\"name/1\",[1,36.997]],[\"comment/1\",[]],[\"name/2\",[2,41.271]],[\"comment/2\",[]],[\"name/3\",[3,42.702]],[\"comment/3\",[]],[\"name/4\",[4,44.373]],[\"comment/4\",[]],[\"name/5\",[5,42.702]],[\"comment/5\",[]],[\"name/6\",[6,44.373]],[\"comment/6\",[]],[\"name/7\",[7,44.373]],[\"comment/7\",[]],[\"name/8\",[8,40.02]],[\"comment/8\",[]],[\"name/9\",[9,57.366]],[\"comment/9\",[]],[\"name/10\",[10,57.366]],[\"comment/10\",[]],[\"name/11\",[11,57.366]],[\"comment/11\",[]],[\"name/12\",[12,57.366]],[\"comment/12\",[]],[\"name/13\",[13,57.366]],[\"comment/13\",[]],[\"name/14\",[14,57.366]],[\"comment/14\",[]],[\"name/15\",[15,42.702]],[\"comment/15\",[]],[\"name/16\",[16,42.702]],[\"comment/16\",[]],[\"name/17\",[17,40.02]],[\"comment/17\",[]],[\"name/18\",[18,42.702]],[\"comment/18\",[]],[\"name/19\",[19,41.271]],[\"comment/19\",[]],[\"name/20\",[20,57.366]],[\"comment/20\",[]],[\"name/21\",[21,41.271]],[\"comment/21\",[]],[\"name/22\",[22,42.702]],[\"comment/22\",[]],[\"name/23\",[23,38.907]],[\"comment/23\",[]],[\"name/24\",[24,42.702]],[\"comment/24\",[]],[\"name/25\",[25,57.366]],[\"comment/25\",[]],[\"name/26\",[26,42.702]],[\"comment/26\",[]],[\"name/27\",[27,44.373]],[\"comment/27\",[]],[\"name/28\",[28,44.373]],[\"comment/28\",[]],[\"name/29\",[29,41.271]],[\"comment/29\",[]],[\"name/30\",[30,42.702]],[\"comment/30\",[]],[\"name/31\",[31,44.373]],[\"comment/31\",[]],[\"name/32\",[32,44.373]],[\"comment/32\",[]],[\"name/33\",[33,40.02]],[\"comment/33\",[]],[\"name/34\",[34,44.373]],[\"comment/34\",[]],[\"name/35\",[35,44.373]],[\"comment/35\",[]],[\"name/36\",[36,57.366]],[\"comment/36\",[]],[\"name/37\",[37,57.366]],[\"comment/37\",[]],[\"name/38\",[38,57.366]],[\"comment/38\",[]],[\"name/39\",[39,44.373]],[\"comment/39\",[]],[\"name/40\",[40,44.373]],[\"comment/40\",[]],[\"name/41\",[41,44.373]],[\"comment/41\",[]],[\"name/42\",[42,44.373]],[\"comment/42\",[]],[\"name/43\",[43,44.373]],[\"comment/43\",[]],[\"name/44\",[44,44.373]],[\"comment/44\",[]],[\"name/45\",[45,44.373]],[\"comment/45\",[]],[\"name/46\",[46,29.034]],[\"comment/46\",[]],[\"name/47\",[47,57.366]],[\"comment/47\",[]],[\"name/48\",[48,57.366]],[\"comment/48\",[]],[\"name/49\",[49,57.366]],[\"comment/49\",[]],[\"name/50\",[50,57.366]],[\"comment/50\",[]],[\"name/51\",[51,57.366]],[\"comment/51\",[]],[\"name/52\",[52,57.366]],[\"comment/52\",[]],[\"name/53\",[53,57.366]],[\"comment/53\",[]],[\"name/54\",[54,57.366]],[\"comment/54\",[]],[\"name/55\",[55,57.366]],[\"comment/55\",[]],[\"name/56\",[56,57.366]],[\"comment/56\",[]],[\"name/57\",[57,57.366]],[\"comment/57\",[]],[\"name/58\",[58,57.366]],[\"comment/58\",[]],[\"name/59\",[59,57.366]],[\"comment/59\",[]],[\"name/60\",[1,36.997]],[\"comment/60\",[]],[\"name/61\",[60,48.893]],[\"comment/61\",[]],[\"name/62\",[16,42.702]],[\"comment/62\",[]],[\"name/63\",[19,41.271]],[\"comment/63\",[]],[\"name/64\",[27,44.373]],[\"comment/64\",[]],[\"name/65\",[8,40.02]],[\"comment/65\",[]],[\"name/66\",[32,44.373]],[\"comment/66\",[]],[\"name/67\",[33,40.02]],[\"comment/67\",[]],[\"name/68\",[31,44.373]],[\"comment/68\",[]],[\"name/69\",[40,44.373]],[\"comment/69\",[]],[\"name/70\",[41,44.373]],[\"comment/70\",[]],[\"name/71\",[42,44.373]],[\"comment/71\",[]],[\"name/72\",[43,44.373]],[\"comment/72\",[]],[\"name/73\",[17,40.02]],[\"comment/73\",[]],[\"name/74\",[18,42.702]],[\"comment/74\",[]],[\"name/75\",[2,41.271]],[\"comment/75\",[]],[\"name/76\",[3,42.702]],[\"comment/76\",[]],[\"name/77\",[4,44.373]],[\"comment/77\",[]],[\"name/78\",[5,42.702]],[\"comment/78\",[]],[\"name/79\",[6,44.373]],[\"comment/79\",[]],[\"name/80\",[7,44.373]],[\"comment/80\",[]],[\"name/81\",[15,42.702]],[\"comment/81\",[]],[\"name/82\",[21,41.271]],[\"comment/82\",[]],[\"name/83\",[22,42.702]],[\"comment/83\",[]],[\"name/84\",[23,38.907]],[\"comment/84\",[]],[\"name/85\",[24,42.702]],[\"comment/85\",[]],[\"name/86\",[26,42.702]],[\"comment/86\",[]],[\"name/87\",[28,44.373]],[\"comment/87\",[]],[\"name/88\",[29,41.271]],[\"comment/88\",[]],[\"name/89\",[30,42.702]],[\"comment/89\",[]],[\"name/90\",[34,44.373]],[\"comment/90\",[]],[\"name/91\",[35,44.373]],[\"comment/91\",[]],[\"name/92\",[39,44.373]],[\"comment/92\",[]],[\"name/93\",[44,44.373]],[\"comment/93\",[]],[\"name/94\",[45,44.373]],[\"comment/94\",[]],[\"name/95\",[46,29.034]],[\"comment/95\",[]],[\"name/96\",[61,57.366]],[\"comment/96\",[]],[\"name/97\",[1,36.997]],[\"comment/97\",[]],[\"name/98\",[8,40.02]],[\"comment/98\",[]],[\"name/99\",[32,44.373]],[\"comment/99\",[]],[\"name/100\",[33,40.02]],[\"comment/100\",[]],[\"name/101\",[31,44.373]],[\"comment/101\",[]],[\"name/102\",[40,44.373]],[\"comment/102\",[]],[\"name/103\",[41,44.373]],[\"comment/103\",[]],[\"name/104\",[42,44.373]],[\"comment/104\",[]],[\"name/105\",[43,44.373]],[\"comment/105\",[]],[\"name/106\",[16,42.702]],[\"comment/106\",[]],[\"name/107\",[17,40.02]],[\"comment/107\",[]],[\"name/108\",[18,42.702]],[\"comment/108\",[]],[\"name/109\",[19,41.271]],[\"comment/109\",[]],[\"name/110\",[27,44.373]],[\"comment/110\",[]],[\"name/111\",[2,41.271]],[\"comment/111\",[]],[\"name/112\",[3,42.702]],[\"comment/112\",[]],[\"name/113\",[4,44.373]],[\"comment/113\",[]],[\"name/114\",[5,42.702]],[\"comment/114\",[]],[\"name/115\",[6,44.373]],[\"comment/115\",[]],[\"name/116\",[7,44.373]],[\"comment/116\",[]],[\"name/117\",[15,42.702]],[\"comment/117\",[]],[\"name/118\",[21,41.271]],[\"comment/118\",[]],[\"name/119\",[22,42.702]],[\"comment/119\",[]],[\"name/120\",[23,38.907]],[\"comment/120\",[]],[\"name/121\",[24,42.702]],[\"comment/121\",[]],[\"name/122\",[26,42.702]],[\"comment/122\",[]],[\"name/123\",[28,44.373]],[\"comment/123\",[]],[\"name/124\",[29,41.271]],[\"comment/124\",[]],[\"name/125\",[30,42.702]],[\"comment/125\",[]],[\"name/126\",[34,44.373]],[\"comment/126\",[]],[\"name/127\",[35,44.373]],[\"comment/127\",[]],[\"name/128\",[39,44.373]],[\"comment/128\",[]],[\"name/129\",[44,44.373]],[\"comment/129\",[]],[\"name/130\",[45,44.373]],[\"comment/130\",[]],[\"name/131\",[46,29.034]],[\"comment/131\",[]],[\"name/132\",[62,57.366]],[\"comment/132\",[]],[\"name/133\",[63,57.366]],[\"comment/133\",[]],[\"name/134\",[64,57.366]],[\"comment/134\",[]],[\"name/135\",[65,46.38]],[\"comment/135\",[]],[\"name/136\",[66,46.38]],[\"comment/136\",[]],[\"name/137\",[67,46.38]],[\"comment/137\",[]],[\"name/138\",[68,46.38]],[\"comment/138\",[]],[\"name/139\",[69,44.373]],[\"comment/139\",[]],[\"name/140\",[70,46.38]],[\"comment/140\",[]],[\"name/141\",[71,48.893]],[\"comment/141\",[]],[\"name/142\",[72,48.893]],[\"comment/142\",[]],[\"name/143\",[23,38.907]],[\"comment/143\",[]],[\"name/144\",[73,46.38]],[\"comment/144\",[]],[\"name/145\",[74,57.366]],[\"comment/145\",[]],[\"name/146\",[75,57.366]],[\"comment/146\",[]],[\"name/147\",[76,57.366]],[\"comment/147\",[]],[\"name/148\",[77,57.366]],[\"comment/148\",[]],[\"name/149\",[15,42.702]],[\"comment/149\",[]],[\"name/150\",[2,41.271]],[\"comment/150\",[]],[\"name/151\",[3,42.702]],[\"comment/151\",[]],[\"name/152\",[29,41.271]],[\"comment/152\",[]],[\"name/153\",[46,29.034]],[\"comment/153\",[]],[\"name/154\",[30,42.702]],[\"comment/154\",[]],[\"name/155\",[46,29.034]],[\"comment/155\",[]],[\"name/156\",[21,41.271]],[\"comment/156\",[]],[\"name/157\",[46,29.034]],[\"comment/157\",[]],[\"name/158\",[22,42.702]],[\"comment/158\",[]],[\"name/159\",[46,29.034]],[\"comment/159\",[]],[\"name/160\",[23,38.907]],[\"comment/160\",[]],[\"name/161\",[46,29.034]],[\"comment/161\",[]],[\"name/162\",[24,42.702]],[\"comment/162\",[]],[\"name/163\",[46,29.034]],[\"comment/163\",[]],[\"name/164\",[78,57.366]],[\"comment/164\",[]],[\"name/165\",[79,57.366]],[\"comment/165\",[]],[\"name/166\",[80,57.366]],[\"comment/166\",[]],[\"name/167\",[16,42.702]],[\"comment/167\",[]],[\"name/168\",[17,40.02]],[\"comment/168\",[]],[\"name/169\",[18,42.702]],[\"comment/169\",[]],[\"name/170\",[19,41.271]],[\"comment/170\",[]],[\"name/171\",[2,41.271]],[\"comment/171\",[]],[\"name/172\",[81,57.366]],[\"comment/172\",[]],[\"name/173\",[82,57.366]],[\"comment/173\",[]],[\"name/174\",[83,57.366]],[\"comment/174\",[]],[\"name/175\",[84,57.366]],[\"comment/175\",[]],[\"name/176\",[85,57.366]],[\"comment/176\",[]],[\"name/177\",[86,57.366]],[\"comment/177\",[]],[\"name/178\",[65,46.38]],[\"comment/178\",[]],[\"name/179\",[66,46.38]],[\"comment/179\",[]],[\"name/180\",[67,46.38]],[\"comment/180\",[]],[\"name/181\",[68,46.38]],[\"comment/181\",[]],[\"name/182\",[69,44.373]],[\"comment/182\",[]],[\"name/183\",[70,46.38]],[\"comment/183\",[]],[\"name/184\",[71,48.893]],[\"comment/184\",[]],[\"name/185\",[72,48.893]],[\"comment/185\",[]],[\"name/186\",[23,38.907]],[\"comment/186\",[]],[\"name/187\",[73,46.38]],[\"comment/187\",[]],[\"name/188\",[87,57.366]],[\"comment/188\",[]],[\"name/189\",[73,46.38]],[\"comment/189\",[]],[\"name/190\",[88,57.366]],[\"comment/190\",[]],[\"name/191\",[89,57.366]],[\"comment/191\",[]],[\"name/192\",[66,46.38]],[\"comment/192\",[]],[\"name/193\",[46,29.034]],[\"comment/193\",[]],[\"name/194\",[68,46.38]],[\"comment/194\",[]],[\"name/195\",[46,29.034]],[\"comment/195\",[]],[\"name/196\",[90,57.366]],[\"comment/196\",[]],[\"name/197\",[91,57.366]],[\"comment/197\",[]],[\"name/198\",[92,57.366]],[\"comment/198\",[]],[\"name/199\",[46,29.034]],[\"comment/199\",[]],[\"name/200\",[65,46.38]],[\"comment/200\",[]],[\"name/201\",[46,29.034]],[\"comment/201\",[]],[\"name/202\",[67,46.38]],[\"comment/202\",[]],[\"name/203\",[46,29.034]],[\"comment/203\",[]],[\"name/204\",[93,57.366]],[\"comment/204\",[]],[\"name/205\",[94,52.257]],[\"comment/205\",[]],[\"name/206\",[95,52.257]],[\"comment/206\",[]],[\"name/207\",[96,48.893]],[\"comment/207\",[]],[\"name/208\",[97,52.257]],[\"comment/208\",[]],[\"name/209\",[98,52.257]],[\"comment/209\",[]],[\"name/210\",[99,57.366]],[\"comment/210\",[]],[\"name/211\",[100,57.366]],[\"comment/211\",[]],[\"name/212\",[101,44.373]],[\"comment/212\",[]],[\"name/213\",[102,57.366]],[\"comment/213\",[]],[\"name/214\",[103,52.257]],[\"comment/214\",[]],[\"name/215\",[104,48.893]],[\"comment/215\",[]],[\"name/216\",[105,44.373]],[\"comment/216\",[]],[\"name/217\",[106,57.366]],[\"comment/217\",[]],[\"name/218\",[107,52.257]],[\"comment/218\",[]],[\"name/219\",[108,48.893]],[\"comment/219\",[]],[\"name/220\",[109,52.257]],[\"comment/220\",[]],[\"name/221\",[110,44.373]],[\"comment/221\",[]],[\"name/222\",[111,57.366]],[\"comment/222\",[]],[\"name/223\",[17,40.02]],[\"comment/223\",[]],[\"name/224\",[98,52.257]],[\"comment/224\",[]],[\"name/225\",[112,57.366]],[\"comment/225\",[]],[\"name/226\",[113,52.257]],[\"comment/226\",[]],[\"name/227\",[114,57.366]],[\"comment/227\",[]],[\"name/228\",[115,52.257]],[\"comment/228\",[]],[\"name/229\",[116,57.366]],[\"comment/229\",[]],[\"name/230\",[46,29.034]],[\"comment/230\",[]],[\"name/231\",[117,52.257]],[\"comment/231\",[]],[\"name/232\",[46,29.034]],[\"comment/232\",[]],[\"name/233\",[118,57.366]],[\"comment/233\",[]],[\"name/234\",[46,29.034]],[\"comment/234\",[]],[\"name/235\",[119,52.257]],[\"comment/235\",[]],[\"name/236\",[46,29.034]],[\"comment/236\",[]],[\"name/237\",[120,52.257]],[\"comment/237\",[]],[\"name/238\",[46,29.034]],[\"comment/238\",[]],[\"name/239\",[115,52.257]],[\"comment/239\",[]],[\"name/240\",[101,44.373]],[\"comment/240\",[]],[\"name/241\",[103,52.257]],[\"comment/241\",[]],[\"name/242\",[104,48.893]],[\"comment/242\",[]],[\"name/243\",[105,44.373]],[\"comment/243\",[]],[\"name/244\",[107,52.257]],[\"comment/244\",[]],[\"name/245\",[108,48.893]],[\"comment/245\",[]],[\"name/246\",[110,44.373]],[\"comment/246\",[]],[\"name/247\",[69,44.373]],[\"comment/247\",[]],[\"name/248\",[70,46.38]],[\"comment/248\",[]],[\"name/249\",[104,48.893]],[\"comment/249\",[]],[\"name/250\",[108,48.893]],[\"comment/250\",[]],[\"name/251\",[121,57.366]],[\"comment/251\",[]],[\"name/252\",[5,42.702]],[\"comment/252\",[]],[\"name/253\",[1,36.997]],[\"comment/253\",[]],[\"name/254\",[113,52.257]],[\"comment/254\",[]],[\"name/255\",[69,44.373]],[\"comment/255\",[]],[\"name/256\",[122,57.366]],[\"comment/256\",[]],[\"name/257\",[21,41.271]],[\"comment/257\",[]],[\"name/258\",[117,52.257]],[\"comment/258\",[]],[\"name/259\",[29,41.271]],[\"comment/259\",[]],[\"name/260\",[119,52.257]],[\"comment/260\",[]],[\"name/261\",[120,52.257]],[\"comment/261\",[]],[\"name/262\",[123,57.366]],[\"comment/262\",[]],[\"name/263\",[1,36.997]],[\"comment/263\",[]],[\"name/264\",[60,48.893]],[\"comment/264\",[]],[\"name/265\",[16,42.702]],[\"comment/265\",[]],[\"name/266\",[19,41.271]],[\"comment/266\",[]],[\"name/267\",[27,44.373]],[\"comment/267\",[]],[\"name/268\",[8,40.02]],[\"comment/268\",[]],[\"name/269\",[33,40.02]],[\"comment/269\",[]],[\"name/270\",[31,44.373]],[\"comment/270\",[]],[\"name/271\",[40,44.373]],[\"comment/271\",[]],[\"name/272\",[41,44.373]],[\"comment/272\",[]],[\"name/273\",[42,44.373]],[\"comment/273\",[]],[\"name/274\",[43,44.373]],[\"comment/274\",[]],[\"name/275\",[17,40.02]],[\"comment/275\",[]],[\"name/276\",[18,42.702]],[\"comment/276\",[]],[\"name/277\",[2,41.271]],[\"comment/277\",[]],[\"name/278\",[3,42.702]],[\"comment/278\",[]],[\"name/279\",[4,44.373]],[\"comment/279\",[]],[\"name/280\",[5,42.702]],[\"comment/280\",[]],[\"name/281\",[6,44.373]],[\"comment/281\",[]],[\"name/282\",[7,44.373]],[\"comment/282\",[]],[\"name/283\",[15,42.702]],[\"comment/283\",[]],[\"name/284\",[21,41.271]],[\"comment/284\",[]],[\"name/285\",[22,42.702]],[\"comment/285\",[]],[\"name/286\",[23,38.907]],[\"comment/286\",[]],[\"name/287\",[24,42.702]],[\"comment/287\",[]],[\"name/288\",[26,42.702]],[\"comment/288\",[]],[\"name/289\",[28,44.373]],[\"comment/289\",[]],[\"name/290\",[29,41.271]],[\"comment/290\",[]],[\"name/291\",[30,42.702]],[\"comment/291\",[]],[\"name/292\",[32,44.373]],[\"comment/292\",[]],[\"name/293\",[34,44.373]],[\"comment/293\",[]],[\"name/294\",[35,44.373]],[\"comment/294\",[]],[\"name/295\",[39,44.373]],[\"comment/295\",[]],[\"name/296\",[44,44.373]],[\"comment/296\",[]],[\"name/297\",[45,44.373]],[\"comment/297\",[]],[\"name/298\",[46,29.034]],[\"comment/298\",[]],[\"name/299\",[124,57.366]],[\"comment/299\",[]],[\"name/300\",[1,36.997]],[\"comment/300\",[]],[\"name/301\",[8,40.02]],[\"comment/301\",[]],[\"name/302\",[33,40.02]],[\"comment/302\",[]],[\"name/303\",[31,44.373]],[\"comment/303\",[]],[\"name/304\",[40,44.373]],[\"comment/304\",[]],[\"name/305\",[41,44.373]],[\"comment/305\",[]],[\"name/306\",[42,44.373]],[\"comment/306\",[]],[\"name/307\",[43,44.373]],[\"comment/307\",[]],[\"name/308\",[16,42.702]],[\"comment/308\",[]],[\"name/309\",[17,40.02]],[\"comment/309\",[]],[\"name/310\",[18,42.702]],[\"comment/310\",[]],[\"name/311\",[19,41.271]],[\"comment/311\",[]],[\"name/312\",[27,44.373]],[\"comment/312\",[]],[\"name/313\",[2,41.271]],[\"comment/313\",[]],[\"name/314\",[3,42.702]],[\"comment/314\",[]],[\"name/315\",[4,44.373]],[\"comment/315\",[]],[\"name/316\",[5,42.702]],[\"comment/316\",[]],[\"name/317\",[6,44.373]],[\"comment/317\",[]],[\"name/318\",[7,44.373]],[\"comment/318\",[]],[\"name/319\",[15,42.702]],[\"comment/319\",[]],[\"name/320\",[21,41.271]],[\"comment/320\",[]],[\"name/321\",[22,42.702]],[\"comment/321\",[]],[\"name/322\",[23,38.907]],[\"comment/322\",[]],[\"name/323\",[24,42.702]],[\"comment/323\",[]],[\"name/324\",[26,42.702]],[\"comment/324\",[]],[\"name/325\",[28,44.373]],[\"comment/325\",[]],[\"name/326\",[29,41.271]],[\"comment/326\",[]],[\"name/327\",[30,42.702]],[\"comment/327\",[]],[\"name/328\",[32,44.373]],[\"comment/328\",[]],[\"name/329\",[34,44.373]],[\"comment/329\",[]],[\"name/330\",[35,44.373]],[\"comment/330\",[]],[\"name/331\",[39,44.373]],[\"comment/331\",[]],[\"name/332\",[44,44.373]],[\"comment/332\",[]],[\"name/333\",[45,44.373]],[\"comment/333\",[]],[\"name/334\",[46,29.034]],[\"comment/334\",[]],[\"name/335\",[125,57.366]],[\"comment/335\",[]],[\"name/336\",[126,52.257]],[\"comment/336\",[]],[\"name/337\",[65,46.38]],[\"comment/337\",[]],[\"name/338\",[66,46.38]],[\"comment/338\",[]],[\"name/339\",[67,46.38]],[\"comment/339\",[]],[\"name/340\",[68,46.38]],[\"comment/340\",[]],[\"name/341\",[69,44.373]],[\"comment/341\",[]],[\"name/342\",[70,46.38]],[\"comment/342\",[]],[\"name/343\",[71,48.893]],[\"comment/343\",[]],[\"name/344\",[72,48.893]],[\"comment/344\",[]],[\"name/345\",[23,38.907]],[\"comment/345\",[]],[\"name/346\",[73,46.38]],[\"comment/346\",[]],[\"name/347\",[127,57.366]],[\"comment/347\",[]],[\"name/348\",[128,57.366]],[\"comment/348\",[]],[\"name/349\",[1,36.997]],[\"comment/349\",[]],[\"name/350\",[129,46.38]],[\"comment/350\",[]],[\"name/351\",[130,48.893]],[\"comment/351\",[]],[\"name/352\",[131,46.38]],[\"comment/352\",[]],[\"name/353\",[132,48.893]],[\"comment/353\",[]],[\"name/354\",[33,40.02]],[\"comment/354\",[]],[\"name/355\",[133,48.893]],[\"comment/355\",[]],[\"name/356\",[8,40.02]],[\"comment/356\",[]],[\"name/357\",[134,57.366]],[\"comment/357\",[]],[\"name/358\",[135,57.366]],[\"comment/358\",[]],[\"name/359\",[136,48.893]],[\"comment/359\",[]],[\"name/360\",[137,48.893]],[\"comment/360\",[]],[\"name/361\",[138,48.893]],[\"comment/361\",[]],[\"name/362\",[139,48.893]],[\"comment/362\",[]],[\"name/363\",[140,48.893]],[\"comment/363\",[]],[\"name/364\",[141,48.893]],[\"comment/364\",[]],[\"name/365\",[142,48.893]],[\"comment/365\",[]],[\"name/366\",[143,57.366]],[\"comment/366\",[]],[\"name/367\",[144,57.366]],[\"comment/367\",[]],[\"name/368\",[145,57.366]],[\"comment/368\",[]],[\"name/369\",[146,57.366]],[\"comment/369\",[]],[\"name/370\",[96,48.893]],[\"comment/370\",[]],[\"name/371\",[105,44.373]],[\"comment/371\",[]],[\"name/372\",[101,44.373]],[\"comment/372\",[]],[\"name/373\",[110,44.373]],[\"comment/373\",[]],[\"name/374\",[147,57.366]],[\"comment/374\",[]],[\"name/375\",[1,36.997]],[\"comment/375\",[]],[\"name/376\",[138,48.893]],[\"comment/376\",[]],[\"name/377\",[140,48.893]],[\"comment/377\",[]],[\"name/378\",[129,46.38]],[\"comment/378\",[]],[\"name/379\",[130,48.893]],[\"comment/379\",[]],[\"name/380\",[131,46.38]],[\"comment/380\",[]],[\"name/381\",[132,48.893]],[\"comment/381\",[]],[\"name/382\",[33,40.02]],[\"comment/382\",[]],[\"name/383\",[133,48.893]],[\"comment/383\",[]],[\"name/384\",[8,40.02]],[\"comment/384\",[]],[\"name/385\",[136,48.893]],[\"comment/385\",[]],[\"name/386\",[137,48.893]],[\"comment/386\",[]],[\"name/387\",[139,48.893]],[\"comment/387\",[]],[\"name/388\",[141,48.893]],[\"comment/388\",[]],[\"name/389\",[142,48.893]],[\"comment/389\",[]],[\"name/390\",[148,57.366]],[\"comment/390\",[]],[\"name/391\",[1,36.997]],[\"comment/391\",[]],[\"name/392\",[138,48.893]],[\"comment/392\",[]],[\"name/393\",[129,46.38]],[\"comment/393\",[]],[\"name/394\",[130,48.893]],[\"comment/394\",[]],[\"name/395\",[131,46.38]],[\"comment/395\",[]],[\"name/396\",[132,48.893]],[\"comment/396\",[]],[\"name/397\",[33,40.02]],[\"comment/397\",[]],[\"name/398\",[133,48.893]],[\"comment/398\",[]],[\"name/399\",[8,40.02]],[\"comment/399\",[]],[\"name/400\",[136,48.893]],[\"comment/400\",[]],[\"name/401\",[137,48.893]],[\"comment/401\",[]],[\"name/402\",[139,48.893]],[\"comment/402\",[]],[\"name/403\",[140,48.893]],[\"comment/403\",[]],[\"name/404\",[141,48.893]],[\"comment/404\",[]],[\"name/405\",[142,48.893]],[\"comment/405\",[]],[\"name/406\",[149,57.366]],[\"comment/406\",[]],[\"name/407\",[150,52.257]],[\"comment/407\",[]],[\"name/408\",[126,52.257]],[\"comment/408\",[]],[\"name/409\",[151,57.366]],[\"comment/409\",[]],[\"name/410\",[152,57.366]],[\"comment/410\",[]],[\"name/411\",[150,52.257]],[\"comment/411\",[]],[\"name/412\",[129,46.38]],[\"comment/412\",[]],[\"name/413\",[153,57.366]],[\"comment/413\",[]],[\"name/414\",[46,29.034]],[\"comment/414\",[]],[\"name/415\",[154,57.366]],[\"comment/415\",[]],[\"name/416\",[155,57.366]],[\"comment/416\",[]],[\"name/417\",[46,29.034]],[\"comment/417\",[]],[\"name/418\",[156,57.366]],[\"comment/418\",[]],[\"name/419\",[157,57.366]],[\"comment/419\",[]],[\"name/420\",[158,57.366]],[\"comment/420\",[]],[\"name/421\",[109,52.257]],[\"comment/421\",[]],[\"name/422\",[159,57.366]],[\"comment/422\",[]],[\"name/423\",[101,44.373]],[\"comment/423\",[]],[\"name/424\",[105,44.373]],[\"comment/424\",[]],[\"name/425\",[110,44.373]],[\"comment/425\",[]],[\"name/426\",[160,57.366]],[\"comment/426\",[]],[\"name/427\",[131,46.38]],[\"comment/427\",[]],[\"name/428\",[94,52.257]],[\"comment/428\",[]],[\"name/429\",[95,52.257]],[\"comment/429\",[]],[\"name/430\",[96,48.893]],[\"comment/430\",[]],[\"name/431\",[97,52.257]],[\"comment/431\",[]],[\"name/432\",[161,57.366]],[\"comment/432\",[]],[\"name/433\",[162,57.366]],[\"comment/433\",[]],[\"name/434\",[46,29.034]],[\"comment/434\",[]],[\"name/435\",[163,57.366]],[\"comment/435\",[]],[\"name/436\",[46,29.034]],[\"comment/436\",[]],[\"name/437\",[17,40.02]],[\"comment/437\",[]],[\"name/438\",[164,57.366]],[\"comment/438\",[]],[\"name/439\",[101,44.373]],[\"comment/439\",[]],[\"name/440\",[105,44.373]],[\"comment/440\",[]],[\"name/441\",[110,44.373]],[\"comment/441\",[]],[\"name/442\",[165,57.366]],[\"comment/442\",[]],[\"name/443\",[1,36.997]],[\"comment/443\",[]],[\"name/444\",[166,52.257]],[\"comment/444\",[]],[\"name/445\",[167,57.366]],[\"comment/445\",[]],[\"name/446\",[168,57.366]],[\"comment/446\",[]],[\"name/447\",[169,57.366]],[\"comment/447\",[]],[\"name/448\",[170,57.366]],[\"comment/448\",[]],[\"name/449\",[171,57.366]],[\"comment/449\",[]],[\"name/450\",[172,57.366]],[\"comment/450\",[]],[\"name/451\",[26,42.702]],[\"comment/451\",[]],[\"name/452\",[173,57.366]],[\"comment/452\",[]],[\"name/453\",[174,57.366]],[\"comment/453\",[]],[\"name/454\",[1,36.997]],[\"comment/454\",[]],[\"name/455\",[175,57.366]],[\"comment/455\",[]],[\"name/456\",[176,57.366]],[\"comment/456\",[]],[\"name/457\",[177,57.366]],[\"comment/457\",[]],[\"name/458\",[60,48.893]],[\"comment/458\",[]],[\"name/459\",[166,52.257]],[\"comment/459\",[]],[\"name/460\",[19,41.271]],[\"comment/460\",[]],[\"name/461\",[178,57.366]],[\"comment/461\",[]],[\"name/462\",[179,57.366]],[\"comment/462\",[]],[\"name/463\",[180,57.366]],[\"comment/463\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":46,\"name\":{\"46\":{},\"95\":{},\"131\":{},\"153\":{},\"155\":{},\"157\":{},\"159\":{},\"161\":{},\"163\":{},\"193\":{},\"195\":{},\"199\":{},\"201\":{},\"203\":{},\"230\":{},\"232\":{},\"234\":{},\"236\":{},\"238\":{},\"298\":{},\"334\":{},\"414\":{},\"417\":{},\"434\":{},\"436\":{}},\"comment\":{}}],[\"abstractpool\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"abstractworker\",{\"_index\":128,\"name\":{\"348\":{}},\"comment\":{}}],[\"aftertaskexecutionhook\",{\"_index\":35,\"name\":{\"35\":{},\"91\":{},\"127\":{},\"294\":{},\"330\":{}},\"comment\":{}}],[\"afterworkersetup\",{\"_index\":43,\"name\":{\"43\":{},\"72\":{},\"105\":{},\"274\":{},\"307\":{}},\"comment\":{}}],[\"aliveinterval\",{\"_index\":132,\"name\":{\"353\":{},\"381\":{},\"396\":{}},\"comment\":{}}],[\"async\",{\"_index\":152,\"name\":{\"410\":{}},\"comment\":{}}],[\"avgruntime\",{\"_index\":103,\"name\":{\"214\":{},\"241\":{}},\"comment\":{}}],[\"avgwaittime\",{\"_index\":107,\"name\":{\"218\":{},\"244\":{}},\"comment\":{}}],[\"beforetaskexecutionhook\",{\"_index\":34,\"name\":{\"34\":{},\"90\":{},\"126\":{},\"293\":{},\"329\":{}},\"comment\":{}}],[\"begintaskperformance\",{\"_index\":144,\"name\":{\"367\":{}},\"comment\":{}}],[\"buildtasksqueueoptions\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"busy\",{\"_index\":27,\"name\":{\"27\":{},\"64\":{},\"110\":{},\"267\":{},\"312\":{}},\"comment\":{}}],[\"busyworkernodes\",{\"_index\":82,\"name\":{\"173\":{}},\"comment\":{}}],[\"checkalive\",{\"_index\":139,\"name\":{\"362\":{},\"387\":{},\"402\":{}},\"comment\":{}}],[\"checkandemitevents\",{\"_index\":47,\"name\":{\"47\":{}},\"comment\":{}}],[\"checkfilepath\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"checknumberofworkers\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"checkpooloptions\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"checksize\",{\"_index\":173,\"name\":{\"452\":{}},\"comment\":{}}],[\"checktaskfunctions\",{\"_index\":135,\"name\":{\"358\":{}},\"comment\":{}}],[\"checkvalidtasksqueueoptions\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategy\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategyoptions\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"checkworkeroptions\",{\"_index\":134,\"name\":{\"357\":{}},\"comment\":{}}],[\"choose\",{\"_index\":118,\"name\":{\"233\":{}},\"comment\":{}}],[\"chooseworkernode\",{\"_index\":39,\"name\":{\"39\":{},\"92\":{},\"128\":{},\"295\":{},\"331\":{}},\"comment\":{}}],[\"circulararray\",{\"_index\":165,\"name\":{\"442\":{}},\"comment\":{}}],[\"clusterpooloptions\",{\"_index\":62,\"name\":{\"132\":{}},\"comment\":{}}],[\"clusterworker\",{\"_index\":147,\"name\":{\"374\":{}},\"comment\":{}}],[\"concat\",{\"_index\":169,\"name\":{\"447\":{}},\"comment\":{}}],[\"concurrency\",{\"_index\":88,\"name\":{\"190\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"60\":{},\"97\":{},\"253\":{},\"263\":{},\"300\":{},\"349\":{},\"375\":{},\"391\":{},\"443\":{},\"454\":{}},\"comment\":{}}],[\"createandsetupworker\",{\"_index\":44,\"name\":{\"44\":{},\"93\":{},\"129\":{},\"296\":{},\"332\":{}},\"comment\":{}}],[\"createworker\",{\"_index\":42,\"name\":{\"42\":{},\"71\":{},\"104\":{},\"273\":{},\"306\":{}},\"comment\":{}}],[\"data\",{\"_index\":95,\"name\":{\"206\":{},\"429\":{}},\"comment\":{}}],[\"dequeue\",{\"_index\":179,\"name\":{\"462\":{}},\"comment\":{}}],[\"dequeuetask\",{\"_index\":54,\"name\":{\"54\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":30,\"name\":{\"30\":{},\"89\":{},\"125\":{},\"154\":{},\"291\":{},\"327\":{}},\"comment\":{}}],[\"destroyworker\",{\"_index\":31,\"name\":{\"31\":{},\"68\":{},\"101\":{},\"270\":{},\"303\":{}},\"comment\":{}}],[\"draft\",{\"_index\":156,\"name\":{\"418\":{}},\"comment\":{}}],[\"dynamicclusterpool\",{\"_index\":59,\"name\":{\"59\":{}},\"comment\":{}}],[\"dynamicthreadpool\",{\"_index\":123,\"name\":{\"262\":{}},\"comment\":{}}],[\"elu\",{\"_index\":110,\"name\":{\"221\":{},\"246\":{},\"373\":{},\"425\":{},\"441\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":3,\"name\":{\"3\":{},\"76\":{},\"112\":{},\"151\":{},\"278\":{},\"314\":{}},\"comment\":{}}],[\"empty\",{\"_index\":172,\"name\":{\"450\":{}},\"comment\":{}}],[\"enableevents\",{\"_index\":72,\"name\":{\"142\":{},\"185\":{},\"344\":{}},\"comment\":{}}],[\"enabletasksqueue\",{\"_index\":23,\"name\":{\"23\":{},\"84\":{},\"120\":{},\"143\":{},\"160\":{},\"186\":{},\"286\":{},\"322\":{},\"345\":{}},\"comment\":{}}],[\"endtaskperformance\",{\"_index\":145,\"name\":{\"368\":{}},\"comment\":{}}],[\"enqueue\",{\"_index\":178,\"name\":{\"461\":{}},\"comment\":{}}],[\"enqueuetask\",{\"_index\":53,\"name\":{\"53\":{}},\"comment\":{}}],[\"env\",{\"_index\":63,\"name\":{\"133\":{}},\"comment\":{}}],[\"error\",{\"_index\":109,\"name\":{\"220\":{},\"421\":{}},\"comment\":{}}],[\"errordata\",{\"_index\":159,\"name\":{\"422\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":66,\"name\":{\"136\":{},\"179\":{},\"192\":{},\"338\":{}},\"comment\":{}}],[\"execute\",{\"_index\":29,\"name\":{\"29\":{},\"88\":{},\"124\":{},\"152\":{},\"259\":{},\"290\":{},\"326\":{}},\"comment\":{}}],[\"executetask\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"exithandler\",{\"_index\":68,\"name\":{\"138\":{},\"181\":{},\"194\":{},\"340\":{}},\"comment\":{}}],[\"filepath\",{\"_index\":7,\"name\":{\"7\":{},\"80\":{},\"116\":{},\"282\":{},\"318\":{}},\"comment\":{}}],[\"fixedclusterpool\",{\"_index\":61,\"name\":{\"96\":{}},\"comment\":{}}],[\"fixedthreadpool\",{\"_index\":124,\"name\":{\"299\":{}},\"comment\":{}}],[\"flushtasksqueue\",{\"_index\":56,\"name\":{\"56\":{}},\"comment\":{}}],[\"flushtasksqueues\",{\"_index\":57,\"name\":{\"57\":{}},\"comment\":{}}],[\"full\",{\"_index\":26,\"name\":{\"26\":{},\"86\":{},\"122\":{},\"288\":{},\"324\":{},\"451\":{}},\"comment\":{}}],[\"getmainworker\",{\"_index\":137,\"name\":{\"360\":{},\"386\":{},\"401\":{}},\"comment\":{}}],[\"gettaskfunction\",{\"_index\":143,\"name\":{\"366\":{}},\"comment\":{}}],[\"gettaskstatistics\",{\"_index\":122,\"name\":{\"256\":{}},\"comment\":{}}],[\"getworkernodekey\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"handleerror\",{\"_index\":140,\"name\":{\"363\":{},\"377\":{},\"403\":{}},\"comment\":{}}],[\"head\",{\"_index\":176,\"name\":{\"456\":{}},\"comment\":{}}],[\"id\",{\"_index\":97,\"name\":{\"208\":{},\"431\":{}},\"comment\":{}}],[\"idleworkernodes\",{\"_index\":81,\"name\":{\"172\":{}},\"comment\":{}}],[\"info\",{\"_index\":15,\"name\":{\"15\":{},\"81\":{},\"117\":{},\"149\":{},\"283\":{},\"319\":{}},\"comment\":{}}],[\"internalbusy\",{\"_index\":28,\"name\":{\"28\":{},\"87\":{},\"123\":{},\"289\":{},\"325\":{}},\"comment\":{}}],[\"ipool\",{\"_index\":77,\"name\":{\"148\":{}},\"comment\":{}}],[\"ismain\",{\"_index\":33,\"name\":{\"33\":{},\"67\":{},\"100\":{},\"269\":{},\"302\":{},\"354\":{},\"382\":{},\"397\":{}},\"comment\":{}}],[\"items\",{\"_index\":175,\"name\":{\"455\":{}},\"comment\":{}}],[\"iworker\",{\"_index\":90,\"name\":{\"196\":{}},\"comment\":{}}],[\"iworkerchoicestrategy\",{\"_index\":114,\"name\":{\"227\":{}},\"comment\":{}}],[\"kill\",{\"_index\":158,\"name\":{\"420\":{}},\"comment\":{}}],[\"killbehavior\",{\"_index\":150,\"name\":{\"407\":{},\"411\":{}},\"comment\":{}}],[\"killbehaviors\",{\"_index\":149,\"name\":{\"406\":{}},\"comment\":{}}],[\"lasttasktimestamp\",{\"_index\":130,\"name\":{\"351\":{},\"379\":{},\"394\":{}},\"comment\":{}}],[\"mainworker\",{\"_index\":133,\"name\":{\"355\":{},\"383\":{},\"398\":{}},\"comment\":{}}],[\"max\",{\"_index\":60,\"name\":{\"61\":{},\"264\":{},\"458\":{}},\"comment\":{}}],[\"maxinactivetime\",{\"_index\":151,\"name\":{\"409\":{}},\"comment\":{}}],[\"maxqueuedtasks\",{\"_index\":85,\"name\":{\"176\":{}},\"comment\":{}}],[\"maxsize\",{\"_index\":19,\"name\":{\"19\":{},\"63\":{},\"109\":{},\"170\":{},\"266\":{},\"311\":{},\"460\":{}},\"comment\":{}}],[\"medruntime\",{\"_index\":104,\"name\":{\"215\":{},\"242\":{},\"249\":{}},\"comment\":{}}],[\"medwaittime\",{\"_index\":108,\"name\":{\"219\":{},\"245\":{},\"250\":{}},\"comment\":{}}],[\"messagehandler\",{\"_index\":65,\"name\":{\"135\":{},\"178\":{},\"200\":{},\"337\":{}},\"comment\":{}}],[\"messagelistener\",{\"_index\":136,\"name\":{\"359\":{},\"385\":{},\"400\":{}},\"comment\":{}}],[\"messagevalue\",{\"_index\":157,\"name\":{\"419\":{}},\"comment\":{}}],[\"minsize\",{\"_index\":18,\"name\":{\"18\":{},\"74\":{},\"108\":{},\"169\":{},\"276\":{},\"310\":{}},\"comment\":{}}],[\"name\",{\"_index\":94,\"name\":{\"205\":{},\"428\":{}},\"comment\":{}}],[\"numberofworkers\",{\"_index\":6,\"name\":{\"6\":{},\"79\":{},\"115\":{},\"281\":{},\"317\":{}},\"comment\":{}}],[\"on\",{\"_index\":91,\"name\":{\"197\":{}},\"comment\":{}}],[\"once\",{\"_index\":92,\"name\":{\"198\":{}},\"comment\":{}}],[\"onlinehandler\",{\"_index\":67,\"name\":{\"137\":{},\"180\":{},\"202\":{},\"339\":{}},\"comment\":{}}],[\"opts\",{\"_index\":8,\"name\":{\"8\":{},\"65\":{},\"98\":{},\"268\":{},\"301\":{},\"356\":{},\"384\":{},\"399\":{}},\"comment\":{}}],[\"parent\",{\"_index\":160,\"name\":{\"426\":{}},\"comment\":{}}],[\"peek\",{\"_index\":180,\"name\":{\"463\":{}},\"comment\":{}}],[\"poolemitter\",{\"_index\":78,\"name\":{\"164\":{}},\"comment\":{}}],[\"poolevent\",{\"_index\":79,\"name\":{\"165\":{}},\"comment\":{}}],[\"poolevents\",{\"_index\":74,\"name\":{\"145\":{}},\"comment\":{}}],[\"poolinfo\",{\"_index\":80,\"name\":{\"166\":{}},\"comment\":{}}],[\"pooloptions\",{\"_index\":86,\"name\":{\"177\":{}},\"comment\":{}}],[\"pooltype\",{\"_index\":87,\"name\":{\"188\":{}},\"comment\":{}}],[\"pooltypes\",{\"_index\":75,\"name\":{\"146\":{}},\"comment\":{}}],[\"promiseresponsemap\",{\"_index\":4,\"name\":{\"4\":{},\"77\":{},\"113\":{},\"279\":{},\"315\":{}},\"comment\":{}}],[\"promiseresponsewrapper\",{\"_index\":161,\"name\":{\"432\":{}},\"comment\":{}}],[\"push\",{\"_index\":167,\"name\":{\"445\":{}},\"comment\":{}}],[\"pushworkernode\",{\"_index\":49,\"name\":{\"49\":{}},\"comment\":{}}],[\"queue\",{\"_index\":174,\"name\":{\"453\":{}},\"comment\":{}}],[\"queuedtasks\",{\"_index\":84,\"name\":{\"175\":{}},\"comment\":{}}],[\"ran\",{\"_index\":99,\"name\":{\"210\":{}},\"comment\":{}}],[\"registerworkermessagelistener\",{\"_index\":41,\"name\":{\"41\":{},\"70\":{},\"103\":{},\"272\":{},\"305\":{}},\"comment\":{}}],[\"reject\",{\"_index\":163,\"name\":{\"435\":{}},\"comment\":{}}],[\"remove\",{\"_index\":119,\"name\":{\"235\":{},\"260\":{}},\"comment\":{}}],[\"removeworkernode\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"reset\",{\"_index\":116,\"name\":{\"229\":{}},\"comment\":{}}],[\"resize\",{\"_index\":171,\"name\":{\"449\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":162,\"name\":{\"433\":{}},\"comment\":{}}],[\"restartworkeronerror\",{\"_index\":71,\"name\":{\"141\":{},\"184\":{},\"343\":{}},\"comment\":{}}],[\"runasync\",{\"_index\":142,\"name\":{\"365\":{},\"389\":{},\"405\":{}},\"comment\":{}}],[\"running\",{\"_index\":100,\"name\":{\"211\":{}},\"comment\":{}}],[\"runningtasks\",{\"_index\":83,\"name\":{\"174\":{}},\"comment\":{}}],[\"runsync\",{\"_index\":141,\"name\":{\"364\":{},\"388\":{},\"404\":{}},\"comment\":{}}],[\"runtime\",{\"_index\":101,\"name\":{\"212\":{},\"240\":{},\"372\":{},\"423\":{},\"439\":{}},\"comment\":{}}],[\"runtimehistory\",{\"_index\":102,\"name\":{\"213\":{}},\"comment\":{}}],[\"sendtomainworker\",{\"_index\":138,\"name\":{\"361\":{},\"376\":{},\"392\":{}},\"comment\":{}}],[\"sendtoworker\",{\"_index\":40,\"name\":{\"40\":{},\"69\":{},\"102\":{},\"271\":{},\"304\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":120,\"name\":{\"237\":{},\"261\":{}},\"comment\":{}}],[\"settasksqueueoptions\",{\"_index\":24,\"name\":{\"24\":{},\"85\":{},\"121\":{},\"162\":{},\"287\":{},\"323\":{}},\"comment\":{}}],[\"settings\",{\"_index\":64,\"name\":{\"134\":{}},\"comment\":{}}],[\"setuphook\",{\"_index\":32,\"name\":{\"32\":{},\"66\":{},\"99\":{},\"292\":{},\"328\":{}},\"comment\":{}}],[\"setworkerchoicestrategy\",{\"_index\":21,\"name\":{\"21\":{},\"82\":{},\"118\":{},\"156\":{},\"257\":{},\"284\":{},\"320\":{}},\"comment\":{}}],[\"setworkerchoicestrategyoptions\",{\"_index\":22,\"name\":{\"22\":{},\"83\":{},\"119\":{},\"158\":{},\"285\":{},\"321\":{}},\"comment\":{}}],[\"setworkernode\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"setworkernodetasksusage\",{\"_index\":48,\"name\":{\"48\":{}},\"comment\":{}}],[\"setworkerstatistics\",{\"_index\":58,\"name\":{\"58\":{}},\"comment\":{}}],[\"size\",{\"_index\":166,\"name\":{\"444\":{},\"459\":{}},\"comment\":{}}],[\"splice\",{\"_index\":170,\"name\":{\"448\":{}},\"comment\":{}}],[\"statistics\",{\"_index\":131,\"name\":{\"352\":{},\"380\":{},\"395\":{},\"427\":{}},\"comment\":{}}],[\"tail\",{\"_index\":177,\"name\":{\"457\":{}},\"comment\":{}}],[\"task\",{\"_index\":93,\"name\":{\"204\":{}},\"comment\":{}}],[\"taskfunctions\",{\"_index\":129,\"name\":{\"350\":{},\"378\":{},\"393\":{},\"412\":{}},\"comment\":{}}],[\"taskperformance\",{\"_index\":146,\"name\":{\"369\":{}},\"comment\":{}}],[\"tasksqueue\",{\"_index\":112,\"name\":{\"225\":{}},\"comment\":{}}],[\"tasksqueueoptions\",{\"_index\":73,\"name\":{\"144\":{},\"187\":{},\"189\":{},\"346\":{}},\"comment\":{}}],[\"tasksqueuesize\",{\"_index\":55,\"name\":{\"55\":{}},\"comment\":{}}],[\"taskstatistics\",{\"_index\":115,\"name\":{\"228\":{},\"239\":{}},\"comment\":{}}],[\"tasksusage\",{\"_index\":98,\"name\":{\"209\":{},\"224\":{}},\"comment\":{}}],[\"threadpooloptions\",{\"_index\":125,\"name\":{\"335\":{}},\"comment\":{}}],[\"threadworker\",{\"_index\":148,\"name\":{\"390\":{}},\"comment\":{}}],[\"threadworkerwithmessagechannel\",{\"_index\":127,\"name\":{\"347\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":96,\"name\":{\"207\":{},\"370\":{},\"430\":{}},\"comment\":{}}],[\"type\",{\"_index\":16,\"name\":{\"16\":{},\"62\":{},\"106\":{},\"167\":{},\"265\":{},\"308\":{}},\"comment\":{}}],[\"unshift\",{\"_index\":168,\"name\":{\"446\":{}},\"comment\":{}}],[\"update\",{\"_index\":117,\"name\":{\"231\":{},\"258\":{}},\"comment\":{}}],[\"updateelutasksusage\",{\"_index\":38,\"name\":{\"38\":{}},\"comment\":{}}],[\"updateruntimetasksusage\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"updatewaittimetasksusage\",{\"_index\":37,\"name\":{\"37\":{}},\"comment\":{}}],[\"waittime\",{\"_index\":105,\"name\":{\"216\":{},\"243\":{},\"371\":{},\"424\":{},\"440\":{}},\"comment\":{}}],[\"waittimehistory\",{\"_index\":106,\"name\":{\"217\":{}},\"comment\":{}}],[\"weights\",{\"_index\":121,\"name\":{\"251\":{}},\"comment\":{}}],[\"worker\",{\"_index\":17,\"name\":{\"17\":{},\"73\":{},\"107\":{},\"168\":{},\"223\":{},\"275\":{},\"309\":{},\"437\":{}},\"comment\":{}}],[\"workerasyncfunction\",{\"_index\":153,\"name\":{\"413\":{}},\"comment\":{}}],[\"workerchoicestrategies\",{\"_index\":113,\"name\":{\"226\":{},\"254\":{}},\"comment\":{}}],[\"workerchoicestrategy\",{\"_index\":69,\"name\":{\"139\":{},\"182\":{},\"247\":{},\"255\":{},\"341\":{}},\"comment\":{}}],[\"workerchoicestrategycontext\",{\"_index\":5,\"name\":{\"5\":{},\"78\":{},\"114\":{},\"252\":{},\"280\":{},\"316\":{}},\"comment\":{}}],[\"workerchoicestrategyoptions\",{\"_index\":70,\"name\":{\"140\":{},\"183\":{},\"248\":{},\"342\":{}},\"comment\":{}}],[\"workerfunction\",{\"_index\":154,\"name\":{\"415\":{}},\"comment\":{}}],[\"workerlistener\",{\"_index\":45,\"name\":{\"45\":{},\"94\":{},\"130\":{},\"297\":{},\"333\":{}},\"comment\":{}}],[\"workernode\",{\"_index\":111,\"name\":{\"222\":{}},\"comment\":{}}],[\"workernodes\",{\"_index\":2,\"name\":{\"2\":{},\"75\":{},\"111\":{},\"150\":{},\"171\":{},\"277\":{},\"313\":{}},\"comment\":{}}],[\"workeroptions\",{\"_index\":126,\"name\":{\"336\":{},\"408\":{}},\"comment\":{}}],[\"workerstatistics\",{\"_index\":164,\"name\":{\"438\":{}},\"comment\":{}}],[\"workersyncfunction\",{\"_index\":155,\"name\":{\"416\":{}},\"comment\":{}}],[\"workertype\",{\"_index\":89,\"name\":{\"191\":{}},\"comment\":{}}],[\"workertypes\",{\"_index\":76,\"name\":{\"147\":{}},\"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\":\"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\":\"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\":262144,\"name\":\"info\",\"url\":\"classes/AbstractPool.html#info\",\"classes\":\"\",\"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\":\"getWorkerNodeKey\",\"url\":\"classes/AbstractPool.html#getWorkerNodeKey\",\"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\":\"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\":\"execute\",\"url\":\"classes/AbstractPool.html#execute\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/AbstractPool.html#destroy\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"destroyWorker\",\"url\":\"classes/AbstractPool.html#destroyWorker\",\"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\":\"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-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/AbstractPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/AbstractPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/AbstractPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/AbstractPool.html#afterWorkerSetup\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/AbstractPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected\",\"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\":\"checkAndEmitEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNodeTasksUsage\",\"url\":\"classes/AbstractPool.html#setWorkerNodeTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"pushWorkerNode\",\"url\":\"classes/AbstractPool.html#pushWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"removeWorkerNode\",\"url\":\"classes/AbstractPool.html#removeWorkerNode\",\"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-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueues\",\"url\":\"classes/AbstractPool.html#flushTasksQueues\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerStatistics\",\"url\":\"classes/AbstractPool.html#setWorkerStatistics\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerUsage\",\"url\":\"classes/AbstractPool.html#getWorkerUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getTaskStatistics\",\"url\":\"classes/AbstractPool.html#getTaskStatistics\",\"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\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicClusterPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicClusterPool.html#maxSize\",\"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\":\"destroyWorker\",\"url\":\"classes/DynamicClusterPool.html#destroyWorker\",\"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\":\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/DynamicClusterPool.html#afterWorkerSetup\",\"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\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicClusterPool.html#minSize\",\"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\":262144,\"name\":\"info\",\"url\":\"classes/DynamicClusterPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupWorker\",\"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\":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\":\"destroyWorker\",\"url\":\"classes/FixedClusterPool.html#destroyWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedClusterPool.html#sendToWorker\",\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/FixedClusterPool.html#afterWorkerSetup\",\"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\":\"minSize\",\"url\":\"classes/FixedClusterPool.html#minSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedClusterPool.html#maxSize\",\"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\":\"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\":262144,\"name\":\"info\",\"url\":\"classes/FixedClusterPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/FixedClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedClusterPool.html#createAndSetupWorker\",\"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\":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\":\"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\":\"onlineHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#onlineHandler\",\"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\":32,\"name\":\"WorkerTypes\",\"url\":\"variables/WorkerTypes.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\":\"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\":\"setWorkerChoiceStrategy\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IPool.html#setWorkerChoiceStrategy.__type-8\",\"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-10\",\"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-6\",\"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\":\"type\",\"url\":\"interfaces/PoolInfo.html#type\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/PoolInfo.html#worker\",\"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\":\"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\":\"failedTasks\",\"url\":\"interfaces/PoolInfo.html#failedTasks\",\"classes\":\"\",\"parent\":\"PoolInfo\"},{\"kind\":256,\"name\":\"PoolOptions\",\"url\":\"interfaces/PoolOptions.html\",\"classes\":\"\"},{\"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\":\"onlineHandler\",\"url\":\"interfaces/PoolOptions.html#onlineHandler\",\"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\":\"concurrency\",\"url\":\"interfaces/TasksQueueOptions.html#concurrency\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":4194304,\"name\":\"WorkerType\",\"url\":\"types/WorkerType.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\":\"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\":\"MeasurementStatistics\",\"url\":\"interfaces/MeasurementStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"aggregate\",\"url\":\"interfaces/MeasurementStatistics.html#aggregate\",\"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\":\"Task\",\"url\":\"interfaces/Task.html\",\"classes\":\"\"},{\"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\":\"timestamp\",\"url\":\"interfaces/Task.html#timestamp\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Task.html#id\",\"classes\":\"\",\"parent\":\"Task\"},{\"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\":\"failed\",\"url\":\"interfaces/TaskStatistics.html#failed\",\"classes\":\"\",\"parent\":\"TaskStatistics\"},{\"kind\":256,\"name\":\"WorkerNode\",\"url\":\"interfaces/WorkerNode.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/WorkerNode.html#worker\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"workerUsage\",\"url\":\"interfaces/WorkerNode.html#workerUsage\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksQueue\",\"url\":\"interfaces/WorkerNode.html#tasksQueue\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"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\":\"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\":\"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\":\"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\":\"workerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#workerChoiceStrategy\",\"classes\":\"tsd-is-private\",\"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\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicThreadPool.html#type\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/DynamicThreadPool.html#maxSize\",\"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\":\"destroyWorker\",\"url\":\"classes/DynamicThreadPool.html#destroyWorker\",\"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\":\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/DynamicThreadPool.html#afterWorkerSetup\",\"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\":262144,\"name\":\"minSize\",\"url\":\"classes/DynamicThreadPool.html#minSize\",\"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\":262144,\"name\":\"info\",\"url\":\"classes/DynamicThreadPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupWorker\",\"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\":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\":\"destroyWorker\",\"url\":\"classes/FixedThreadPool.html#destroyWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/FixedThreadPool.html#sendToWorker\",\"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\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/FixedThreadPool.html#afterWorkerSetup\",\"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\":\"minSize\",\"url\":\"classes/FixedThreadPool.html#minSize\",\"classes\":\"tsd-is-protected\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/FixedThreadPool.html#maxSize\",\"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\":\"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\":262144,\"name\":\"info\",\"url\":\"classes/FixedThreadPool.html#info\",\"classes\":\"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\":\"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\":\"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\":\"chooseWorkerNode\",\"url\":\"classes/FixedThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedThreadPool.html#createAndSetupWorker\",\"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\":256,\"name\":\"ThreadPoolOptions\",\"url\":\"interfaces/ThreadPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"workerOptions\",\"url\":\"interfaces/ThreadPoolOptions.html#workerOptions\",\"classes\":\"\",\"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\":\"onlineHandler\",\"url\":\"interfaces/ThreadPoolOptions.html#onlineHandler\",\"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\":4194304,\"name\":\"ThreadWorkerWithMessageChannel\",\"url\":\"types/ThreadWorkerWithMessageChannel.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AbstractWorker\",\"url\":\"classes/AbstractWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AbstractWorker.html#constructor\",\"classes\":\"\",\"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\":\"aliveInterval\",\"url\":\"classes/AbstractWorker.html#aliveInterval\",\"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-protected\",\"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\":\"messageListener\",\"url\":\"classes/AbstractWorker.html#messageListener\",\"classes\":\"tsd-is-protected\",\"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\":\"checkAlive\",\"url\":\"classes/AbstractWorker.html#checkAlive\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/AbstractWorker.html#handleError\",\"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\":128,\"name\":\"ClusterWorker\",\"url\":\"classes/ClusterWorker.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClusterWorker.html#constructor\",\"classes\":\"\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ClusterWorker.html#sendToMainWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"ClusterWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ClusterWorker.html#handleError\",\"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\":\"aliveInterval\",\"url\":\"classes/ClusterWorker.html#aliveInterval\",\"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\":\"mainWorker\",\"url\":\"classes/ClusterWorker.html#mainWorker\",\"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\":\"messageListener\",\"url\":\"classes/ClusterWorker.html#messageListener\",\"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\":\"checkAlive\",\"url\":\"classes/ClusterWorker.html#checkAlive\",\"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\":2048,\"name\":\"sendToMainWorker\",\"url\":\"classes/ThreadWorker.html#sendToMainWorker\",\"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\":\"aliveInterval\",\"url\":\"classes/ThreadWorker.html#aliveInterval\",\"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\":\"mainWorker\",\"url\":\"classes/ThreadWorker.html#mainWorker\",\"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\":\"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\":\"checkAlive\",\"url\":\"classes/ThreadWorker.html#checkAlive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ThreadWorker\"},{\"kind\":2048,\"name\":\"handleError\",\"url\":\"classes/ThreadWorker.html#handleError\",\"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\":\"maxInactiveTime\",\"url\":\"interfaces/WorkerOptions.html#maxInactiveTime\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"async\",\"url\":\"interfaces/WorkerOptions.html#async\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":1024,\"name\":\"killBehavior\",\"url\":\"interfaces/WorkerOptions.html#killBehavior\",\"classes\":\"\",\"parent\":\"WorkerOptions\"},{\"kind\":4194304,\"name\":\"TaskFunctions\",\"url\":\"types/TaskFunctions.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WorkerAsyncFunction\",\"url\":\"types/WorkerAsyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/WorkerAsyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"WorkerAsyncFunction\"},{\"kind\":4194304,\"name\":\"WorkerFunction\",\"url\":\"types/WorkerFunction.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WorkerSyncFunction\",\"url\":\"types/WorkerSyncFunction.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/WorkerSyncFunction.html#__type\",\"classes\":\"\",\"parent\":\"WorkerSyncFunction\"},{\"kind\":4194304,\"name\":\"Draft\",\"url\":\"types/Draft.html\",\"classes\":\"\"},{\"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\":\"parent\",\"url\":\"interfaces/MessageValue.html#parent\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"statistics\",\"url\":\"interfaces/MessageValue.html#statistics\",\"classes\":\"\",\"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\":\"timestamp\",\"url\":\"interfaces/MessageValue.html#timestamp\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MessageValue.html#id\",\"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\":\"worker\",\"url\":\"interfaces/PromiseResponseWrapper.html#worker\",\"classes\":\"\",\"parent\":\"PromiseResponseWrapper\"},{\"kind\":256,\"name\":\"TaskError\",\"url\":\"interfaces/TaskError.html\",\"classes\":\"\"},{\"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\":\"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\":\"Queue\",\"url\":\"classes/Queue.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Queue.html#constructor\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"items\",\"url\":\"classes/Queue.html#items\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"head\",\"url\":\"classes/Queue.html#head\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"tail\",\"url\":\"classes/Queue.html#tail\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":1024,\"name\":\"max\",\"url\":\"classes/Queue.html#max\",\"classes\":\"tsd-is-private\",\"parent\":\"Queue\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/Queue.html#size\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":262144,\"name\":\"maxSize\",\"url\":\"classes/Queue.html#maxSize\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":2048,\"name\":\"enqueue\",\"url\":\"classes/Queue.html#enqueue\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":2048,\"name\":\"dequeue\",\"url\":\"classes/Queue.html#dequeue\",\"classes\":\"\",\"parent\":\"Queue\"},{\"kind\":2048,\"name\":\"peek\",\"url\":\"classes/Queue.html#peek\",\"classes\":\"\",\"parent\":\"Queue\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,57.641]],[\"comment/0\",[]],[\"name/1\",[1,37.273]],[\"comment/1\",[]],[\"name/2\",[2,41.547]],[\"comment/2\",[]],[\"name/3\",[3,42.978]],[\"comment/3\",[]],[\"name/4\",[4,44.649]],[\"comment/4\",[]],[\"name/5\",[5,42.978]],[\"comment/5\",[]],[\"name/6\",[6,44.649]],[\"comment/6\",[]],[\"name/7\",[7,44.649]],[\"comment/7\",[]],[\"name/8\",[8,40.295]],[\"comment/8\",[]],[\"name/9\",[9,57.641]],[\"comment/9\",[]],[\"name/10\",[10,57.641]],[\"comment/10\",[]],[\"name/11\",[11,57.641]],[\"comment/11\",[]],[\"name/12\",[12,57.641]],[\"comment/12\",[]],[\"name/13\",[13,57.641]],[\"comment/13\",[]],[\"name/14\",[14,57.641]],[\"comment/14\",[]],[\"name/15\",[15,42.978]],[\"comment/15\",[]],[\"name/16\",[16,42.978]],[\"comment/16\",[]],[\"name/17\",[17,40.295]],[\"comment/17\",[]],[\"name/18\",[18,42.978]],[\"comment/18\",[]],[\"name/19\",[19,41.547]],[\"comment/19\",[]],[\"name/20\",[20,57.641]],[\"comment/20\",[]],[\"name/21\",[21,41.547]],[\"comment/21\",[]],[\"name/22\",[22,42.978]],[\"comment/22\",[]],[\"name/23\",[23,39.183]],[\"comment/23\",[]],[\"name/24\",[24,42.978]],[\"comment/24\",[]],[\"name/25\",[25,57.641]],[\"comment/25\",[]],[\"name/26\",[26,42.978]],[\"comment/26\",[]],[\"name/27\",[27,44.649]],[\"comment/27\",[]],[\"name/28\",[28,44.649]],[\"comment/28\",[]],[\"name/29\",[29,41.547]],[\"comment/29\",[]],[\"name/30\",[30,42.978]],[\"comment/30\",[]],[\"name/31\",[31,44.649]],[\"comment/31\",[]],[\"name/32\",[32,44.649]],[\"comment/32\",[]],[\"name/33\",[33,40.295]],[\"comment/33\",[]],[\"name/34\",[34,44.649]],[\"comment/34\",[]],[\"name/35\",[35,44.649]],[\"comment/35\",[]],[\"name/36\",[36,57.641]],[\"comment/36\",[]],[\"name/37\",[37,57.641]],[\"comment/37\",[]],[\"name/38\",[38,57.641]],[\"comment/38\",[]],[\"name/39\",[39,44.649]],[\"comment/39\",[]],[\"name/40\",[40,44.649]],[\"comment/40\",[]],[\"name/41\",[41,44.649]],[\"comment/41\",[]],[\"name/42\",[42,44.649]],[\"comment/42\",[]],[\"name/43\",[43,44.649]],[\"comment/43\",[]],[\"name/44\",[44,44.649]],[\"comment/44\",[]],[\"name/45\",[45,44.649]],[\"comment/45\",[]],[\"name/46\",[46,29.309]],[\"comment/46\",[]],[\"name/47\",[47,57.641]],[\"comment/47\",[]],[\"name/48\",[48,57.641]],[\"comment/48\",[]],[\"name/49\",[49,57.641]],[\"comment/49\",[]],[\"name/50\",[50,57.641]],[\"comment/50\",[]],[\"name/51\",[51,57.641]],[\"comment/51\",[]],[\"name/52\",[52,57.641]],[\"comment/52\",[]],[\"name/53\",[53,57.641]],[\"comment/53\",[]],[\"name/54\",[54,57.641]],[\"comment/54\",[]],[\"name/55\",[55,57.641]],[\"comment/55\",[]],[\"name/56\",[56,57.641]],[\"comment/56\",[]],[\"name/57\",[57,57.641]],[\"comment/57\",[]],[\"name/58\",[58,57.641]],[\"comment/58\",[]],[\"name/59\",[59,57.641]],[\"comment/59\",[]],[\"name/60\",[60,57.641]],[\"comment/60\",[]],[\"name/61\",[1,37.273]],[\"comment/61\",[]],[\"name/62\",[61,49.168]],[\"comment/62\",[]],[\"name/63\",[16,42.978]],[\"comment/63\",[]],[\"name/64\",[19,41.547]],[\"comment/64\",[]],[\"name/65\",[27,44.649]],[\"comment/65\",[]],[\"name/66\",[8,40.295]],[\"comment/66\",[]],[\"name/67\",[32,44.649]],[\"comment/67\",[]],[\"name/68\",[33,40.295]],[\"comment/68\",[]],[\"name/69\",[31,44.649]],[\"comment/69\",[]],[\"name/70\",[40,44.649]],[\"comment/70\",[]],[\"name/71\",[41,44.649]],[\"comment/71\",[]],[\"name/72\",[42,44.649]],[\"comment/72\",[]],[\"name/73\",[43,44.649]],[\"comment/73\",[]],[\"name/74\",[17,40.295]],[\"comment/74\",[]],[\"name/75\",[18,42.978]],[\"comment/75\",[]],[\"name/76\",[2,41.547]],[\"comment/76\",[]],[\"name/77\",[3,42.978]],[\"comment/77\",[]],[\"name/78\",[4,44.649]],[\"comment/78\",[]],[\"name/79\",[5,42.978]],[\"comment/79\",[]],[\"name/80\",[6,44.649]],[\"comment/80\",[]],[\"name/81\",[7,44.649]],[\"comment/81\",[]],[\"name/82\",[15,42.978]],[\"comment/82\",[]],[\"name/83\",[21,41.547]],[\"comment/83\",[]],[\"name/84\",[22,42.978]],[\"comment/84\",[]],[\"name/85\",[23,39.183]],[\"comment/85\",[]],[\"name/86\",[24,42.978]],[\"comment/86\",[]],[\"name/87\",[26,42.978]],[\"comment/87\",[]],[\"name/88\",[28,44.649]],[\"comment/88\",[]],[\"name/89\",[29,41.547]],[\"comment/89\",[]],[\"name/90\",[30,42.978]],[\"comment/90\",[]],[\"name/91\",[34,44.649]],[\"comment/91\",[]],[\"name/92\",[35,44.649]],[\"comment/92\",[]],[\"name/93\",[39,44.649]],[\"comment/93\",[]],[\"name/94\",[44,44.649]],[\"comment/94\",[]],[\"name/95\",[45,44.649]],[\"comment/95\",[]],[\"name/96\",[46,29.309]],[\"comment/96\",[]],[\"name/97\",[62,57.641]],[\"comment/97\",[]],[\"name/98\",[1,37.273]],[\"comment/98\",[]],[\"name/99\",[8,40.295]],[\"comment/99\",[]],[\"name/100\",[32,44.649]],[\"comment/100\",[]],[\"name/101\",[33,40.295]],[\"comment/101\",[]],[\"name/102\",[31,44.649]],[\"comment/102\",[]],[\"name/103\",[40,44.649]],[\"comment/103\",[]],[\"name/104\",[41,44.649]],[\"comment/104\",[]],[\"name/105\",[42,44.649]],[\"comment/105\",[]],[\"name/106\",[43,44.649]],[\"comment/106\",[]],[\"name/107\",[16,42.978]],[\"comment/107\",[]],[\"name/108\",[17,40.295]],[\"comment/108\",[]],[\"name/109\",[18,42.978]],[\"comment/109\",[]],[\"name/110\",[19,41.547]],[\"comment/110\",[]],[\"name/111\",[27,44.649]],[\"comment/111\",[]],[\"name/112\",[2,41.547]],[\"comment/112\",[]],[\"name/113\",[3,42.978]],[\"comment/113\",[]],[\"name/114\",[4,44.649]],[\"comment/114\",[]],[\"name/115\",[5,42.978]],[\"comment/115\",[]],[\"name/116\",[6,44.649]],[\"comment/116\",[]],[\"name/117\",[7,44.649]],[\"comment/117\",[]],[\"name/118\",[15,42.978]],[\"comment/118\",[]],[\"name/119\",[21,41.547]],[\"comment/119\",[]],[\"name/120\",[22,42.978]],[\"comment/120\",[]],[\"name/121\",[23,39.183]],[\"comment/121\",[]],[\"name/122\",[24,42.978]],[\"comment/122\",[]],[\"name/123\",[26,42.978]],[\"comment/123\",[]],[\"name/124\",[28,44.649]],[\"comment/124\",[]],[\"name/125\",[29,41.547]],[\"comment/125\",[]],[\"name/126\",[30,42.978]],[\"comment/126\",[]],[\"name/127\",[34,44.649]],[\"comment/127\",[]],[\"name/128\",[35,44.649]],[\"comment/128\",[]],[\"name/129\",[39,44.649]],[\"comment/129\",[]],[\"name/130\",[44,44.649]],[\"comment/130\",[]],[\"name/131\",[45,44.649]],[\"comment/131\",[]],[\"name/132\",[46,29.309]],[\"comment/132\",[]],[\"name/133\",[63,57.641]],[\"comment/133\",[]],[\"name/134\",[64,57.641]],[\"comment/134\",[]],[\"name/135\",[65,57.641]],[\"comment/135\",[]],[\"name/136\",[66,46.655]],[\"comment/136\",[]],[\"name/137\",[67,46.655]],[\"comment/137\",[]],[\"name/138\",[68,46.655]],[\"comment/138\",[]],[\"name/139\",[69,46.655]],[\"comment/139\",[]],[\"name/140\",[70,44.649]],[\"comment/140\",[]],[\"name/141\",[71,46.655]],[\"comment/141\",[]],[\"name/142\",[72,49.168]],[\"comment/142\",[]],[\"name/143\",[73,49.168]],[\"comment/143\",[]],[\"name/144\",[23,39.183]],[\"comment/144\",[]],[\"name/145\",[74,46.655]],[\"comment/145\",[]],[\"name/146\",[75,57.641]],[\"comment/146\",[]],[\"name/147\",[76,57.641]],[\"comment/147\",[]],[\"name/148\",[77,57.641]],[\"comment/148\",[]],[\"name/149\",[78,57.641]],[\"comment/149\",[]],[\"name/150\",[15,42.978]],[\"comment/150\",[]],[\"name/151\",[2,41.547]],[\"comment/151\",[]],[\"name/152\",[3,42.978]],[\"comment/152\",[]],[\"name/153\",[29,41.547]],[\"comment/153\",[]],[\"name/154\",[46,29.309]],[\"comment/154\",[]],[\"name/155\",[30,42.978]],[\"comment/155\",[]],[\"name/156\",[46,29.309]],[\"comment/156\",[]],[\"name/157\",[21,41.547]],[\"comment/157\",[]],[\"name/158\",[46,29.309]],[\"comment/158\",[]],[\"name/159\",[22,42.978]],[\"comment/159\",[]],[\"name/160\",[46,29.309]],[\"comment/160\",[]],[\"name/161\",[23,39.183]],[\"comment/161\",[]],[\"name/162\",[46,29.309]],[\"comment/162\",[]],[\"name/163\",[24,42.978]],[\"comment/163\",[]],[\"name/164\",[46,29.309]],[\"comment/164\",[]],[\"name/165\",[79,57.641]],[\"comment/165\",[]],[\"name/166\",[80,57.641]],[\"comment/166\",[]],[\"name/167\",[81,57.641]],[\"comment/167\",[]],[\"name/168\",[16,42.978]],[\"comment/168\",[]],[\"name/169\",[17,40.295]],[\"comment/169\",[]],[\"name/170\",[18,42.978]],[\"comment/170\",[]],[\"name/171\",[19,41.547]],[\"comment/171\",[]],[\"name/172\",[2,41.547]],[\"comment/172\",[]],[\"name/173\",[82,57.641]],[\"comment/173\",[]],[\"name/174\",[83,57.641]],[\"comment/174\",[]],[\"name/175\",[84,57.641]],[\"comment/175\",[]],[\"name/176\",[85,57.641]],[\"comment/176\",[]],[\"name/177\",[86,57.641]],[\"comment/177\",[]],[\"name/178\",[87,57.641]],[\"comment/178\",[]],[\"name/179\",[88,57.641]],[\"comment/179\",[]],[\"name/180\",[89,57.641]],[\"comment/180\",[]],[\"name/181\",[66,46.655]],[\"comment/181\",[]],[\"name/182\",[67,46.655]],[\"comment/182\",[]],[\"name/183\",[68,46.655]],[\"comment/183\",[]],[\"name/184\",[69,46.655]],[\"comment/184\",[]],[\"name/185\",[70,44.649]],[\"comment/185\",[]],[\"name/186\",[71,46.655]],[\"comment/186\",[]],[\"name/187\",[72,49.168]],[\"comment/187\",[]],[\"name/188\",[73,49.168]],[\"comment/188\",[]],[\"name/189\",[23,39.183]],[\"comment/189\",[]],[\"name/190\",[74,46.655]],[\"comment/190\",[]],[\"name/191\",[90,57.641]],[\"comment/191\",[]],[\"name/192\",[74,46.655]],[\"comment/192\",[]],[\"name/193\",[91,57.641]],[\"comment/193\",[]],[\"name/194\",[92,57.641]],[\"comment/194\",[]],[\"name/195\",[67,46.655]],[\"comment/195\",[]],[\"name/196\",[46,29.309]],[\"comment/196\",[]],[\"name/197\",[93,57.641]],[\"comment/197\",[]],[\"name/198\",[94,57.641]],[\"comment/198\",[]],[\"name/199\",[95,57.641]],[\"comment/199\",[]],[\"name/200\",[96,57.641]],[\"comment/200\",[]],[\"name/201\",[69,46.655]],[\"comment/201\",[]],[\"name/202\",[46,29.309]],[\"comment/202\",[]],[\"name/203\",[97,57.641]],[\"comment/203\",[]],[\"name/204\",[98,57.641]],[\"comment/204\",[]],[\"name/205\",[99,57.641]],[\"comment/205\",[]],[\"name/206\",[46,29.309]],[\"comment/206\",[]],[\"name/207\",[100,57.641]],[\"comment/207\",[]],[\"name/208\",[101,52.533]],[\"comment/208\",[]],[\"name/209\",[102,52.533]],[\"comment/209\",[]],[\"name/210\",[103,49.168]],[\"comment/210\",[]],[\"name/211\",[104,57.641]],[\"comment/211\",[]],[\"name/212\",[66,46.655]],[\"comment/212\",[]],[\"name/213\",[46,29.309]],[\"comment/213\",[]],[\"name/214\",[68,46.655]],[\"comment/214\",[]],[\"name/215\",[46,29.309]],[\"comment/215\",[]],[\"name/216\",[105,57.641]],[\"comment/216\",[]],[\"name/217\",[106,52.533]],[\"comment/217\",[]],[\"name/218\",[107,49.168]],[\"comment/218\",[]],[\"name/219\",[108,49.168]],[\"comment/219\",[]],[\"name/220\",[109,52.533]],[\"comment/220\",[]],[\"name/221\",[110,57.641]],[\"comment/221\",[]],[\"name/222\",[111,57.641]],[\"comment/222\",[]],[\"name/223\",[112,57.641]],[\"comment/223\",[]],[\"name/224\",[113,57.641]],[\"comment/224\",[]],[\"name/225\",[114,57.641]],[\"comment/225\",[]],[\"name/226\",[115,57.641]],[\"comment/226\",[]],[\"name/227\",[17,40.295]],[\"comment/227\",[]],[\"name/228\",[116,52.533]],[\"comment/228\",[]],[\"name/229\",[117,57.641]],[\"comment/229\",[]],[\"name/230\",[116,52.533]],[\"comment/230\",[]],[\"name/231\",[118,57.641]],[\"comment/231\",[]],[\"name/232\",[119,44.649]],[\"comment/232\",[]],[\"name/233\",[120,49.168]],[\"comment/233\",[]],[\"name/234\",[121,44.649]],[\"comment/234\",[]],[\"name/235\",[122,57.641]],[\"comment/235\",[]],[\"name/236\",[123,52.533]],[\"comment/236\",[]],[\"name/237\",[124,57.641]],[\"comment/237\",[]],[\"name/238\",[125,52.533]],[\"comment/238\",[]],[\"name/239\",[126,57.641]],[\"comment/239\",[]],[\"name/240\",[46,29.309]],[\"comment/240\",[]],[\"name/241\",[127,52.533]],[\"comment/241\",[]],[\"name/242\",[46,29.309]],[\"comment/242\",[]],[\"name/243\",[128,57.641]],[\"comment/243\",[]],[\"name/244\",[46,29.309]],[\"comment/244\",[]],[\"name/245\",[129,52.533]],[\"comment/245\",[]],[\"name/246\",[46,29.309]],[\"comment/246\",[]],[\"name/247\",[130,52.533]],[\"comment/247\",[]],[\"name/248\",[46,29.309]],[\"comment/248\",[]],[\"name/249\",[131,52.533]],[\"comment/249\",[]],[\"name/250\",[132,57.641]],[\"comment/250\",[]],[\"name/251\",[103,49.168]],[\"comment/251\",[]],[\"name/252\",[133,57.641]],[\"comment/252\",[]],[\"name/253\",[101,52.533]],[\"comment/253\",[]],[\"name/254\",[102,52.533]],[\"comment/254\",[]],[\"name/255\",[103,49.168]],[\"comment/255\",[]],[\"name/256\",[125,52.533]],[\"comment/256\",[]],[\"name/257\",[119,44.649]],[\"comment/257\",[]],[\"name/258\",[120,49.168]],[\"comment/258\",[]],[\"name/259\",[121,44.649]],[\"comment/259\",[]],[\"name/260\",[70,44.649]],[\"comment/260\",[]],[\"name/261\",[71,46.655]],[\"comment/261\",[]],[\"name/262\",[131,52.533]],[\"comment/262\",[]],[\"name/263\",[119,44.649]],[\"comment/263\",[]],[\"name/264\",[120,49.168]],[\"comment/264\",[]],[\"name/265\",[121,44.649]],[\"comment/265\",[]],[\"name/266\",[134,57.641]],[\"comment/266\",[]],[\"name/267\",[5,42.978]],[\"comment/267\",[]],[\"name/268\",[1,37.273]],[\"comment/268\",[]],[\"name/269\",[123,52.533]],[\"comment/269\",[]],[\"name/270\",[70,44.649]],[\"comment/270\",[]],[\"name/271\",[135,57.641]],[\"comment/271\",[]],[\"name/272\",[21,41.547]],[\"comment/272\",[]],[\"name/273\",[127,52.533]],[\"comment/273\",[]],[\"name/274\",[29,41.547]],[\"comment/274\",[]],[\"name/275\",[129,52.533]],[\"comment/275\",[]],[\"name/276\",[130,52.533]],[\"comment/276\",[]],[\"name/277\",[136,57.641]],[\"comment/277\",[]],[\"name/278\",[1,37.273]],[\"comment/278\",[]],[\"name/279\",[61,49.168]],[\"comment/279\",[]],[\"name/280\",[16,42.978]],[\"comment/280\",[]],[\"name/281\",[19,41.547]],[\"comment/281\",[]],[\"name/282\",[27,44.649]],[\"comment/282\",[]],[\"name/283\",[8,40.295]],[\"comment/283\",[]],[\"name/284\",[33,40.295]],[\"comment/284\",[]],[\"name/285\",[31,44.649]],[\"comment/285\",[]],[\"name/286\",[40,44.649]],[\"comment/286\",[]],[\"name/287\",[41,44.649]],[\"comment/287\",[]],[\"name/288\",[42,44.649]],[\"comment/288\",[]],[\"name/289\",[43,44.649]],[\"comment/289\",[]],[\"name/290\",[17,40.295]],[\"comment/290\",[]],[\"name/291\",[18,42.978]],[\"comment/291\",[]],[\"name/292\",[2,41.547]],[\"comment/292\",[]],[\"name/293\",[3,42.978]],[\"comment/293\",[]],[\"name/294\",[4,44.649]],[\"comment/294\",[]],[\"name/295\",[5,42.978]],[\"comment/295\",[]],[\"name/296\",[6,44.649]],[\"comment/296\",[]],[\"name/297\",[7,44.649]],[\"comment/297\",[]],[\"name/298\",[15,42.978]],[\"comment/298\",[]],[\"name/299\",[21,41.547]],[\"comment/299\",[]],[\"name/300\",[22,42.978]],[\"comment/300\",[]],[\"name/301\",[23,39.183]],[\"comment/301\",[]],[\"name/302\",[24,42.978]],[\"comment/302\",[]],[\"name/303\",[26,42.978]],[\"comment/303\",[]],[\"name/304\",[28,44.649]],[\"comment/304\",[]],[\"name/305\",[29,41.547]],[\"comment/305\",[]],[\"name/306\",[30,42.978]],[\"comment/306\",[]],[\"name/307\",[32,44.649]],[\"comment/307\",[]],[\"name/308\",[34,44.649]],[\"comment/308\",[]],[\"name/309\",[35,44.649]],[\"comment/309\",[]],[\"name/310\",[39,44.649]],[\"comment/310\",[]],[\"name/311\",[44,44.649]],[\"comment/311\",[]],[\"name/312\",[45,44.649]],[\"comment/312\",[]],[\"name/313\",[46,29.309]],[\"comment/313\",[]],[\"name/314\",[137,57.641]],[\"comment/314\",[]],[\"name/315\",[1,37.273]],[\"comment/315\",[]],[\"name/316\",[8,40.295]],[\"comment/316\",[]],[\"name/317\",[33,40.295]],[\"comment/317\",[]],[\"name/318\",[31,44.649]],[\"comment/318\",[]],[\"name/319\",[40,44.649]],[\"comment/319\",[]],[\"name/320\",[41,44.649]],[\"comment/320\",[]],[\"name/321\",[42,44.649]],[\"comment/321\",[]],[\"name/322\",[43,44.649]],[\"comment/322\",[]],[\"name/323\",[16,42.978]],[\"comment/323\",[]],[\"name/324\",[17,40.295]],[\"comment/324\",[]],[\"name/325\",[18,42.978]],[\"comment/325\",[]],[\"name/326\",[19,41.547]],[\"comment/326\",[]],[\"name/327\",[27,44.649]],[\"comment/327\",[]],[\"name/328\",[2,41.547]],[\"comment/328\",[]],[\"name/329\",[3,42.978]],[\"comment/329\",[]],[\"name/330\",[4,44.649]],[\"comment/330\",[]],[\"name/331\",[5,42.978]],[\"comment/331\",[]],[\"name/332\",[6,44.649]],[\"comment/332\",[]],[\"name/333\",[7,44.649]],[\"comment/333\",[]],[\"name/334\",[15,42.978]],[\"comment/334\",[]],[\"name/335\",[21,41.547]],[\"comment/335\",[]],[\"name/336\",[22,42.978]],[\"comment/336\",[]],[\"name/337\",[23,39.183]],[\"comment/337\",[]],[\"name/338\",[24,42.978]],[\"comment/338\",[]],[\"name/339\",[26,42.978]],[\"comment/339\",[]],[\"name/340\",[28,44.649]],[\"comment/340\",[]],[\"name/341\",[29,41.547]],[\"comment/341\",[]],[\"name/342\",[30,42.978]],[\"comment/342\",[]],[\"name/343\",[32,44.649]],[\"comment/343\",[]],[\"name/344\",[34,44.649]],[\"comment/344\",[]],[\"name/345\",[35,44.649]],[\"comment/345\",[]],[\"name/346\",[39,44.649]],[\"comment/346\",[]],[\"name/347\",[44,44.649]],[\"comment/347\",[]],[\"name/348\",[45,44.649]],[\"comment/348\",[]],[\"name/349\",[46,29.309]],[\"comment/349\",[]],[\"name/350\",[138,57.641]],[\"comment/350\",[]],[\"name/351\",[139,52.533]],[\"comment/351\",[]],[\"name/352\",[66,46.655]],[\"comment/352\",[]],[\"name/353\",[67,46.655]],[\"comment/353\",[]],[\"name/354\",[68,46.655]],[\"comment/354\",[]],[\"name/355\",[69,46.655]],[\"comment/355\",[]],[\"name/356\",[70,44.649]],[\"comment/356\",[]],[\"name/357\",[71,46.655]],[\"comment/357\",[]],[\"name/358\",[72,49.168]],[\"comment/358\",[]],[\"name/359\",[73,49.168]],[\"comment/359\",[]],[\"name/360\",[23,39.183]],[\"comment/360\",[]],[\"name/361\",[74,46.655]],[\"comment/361\",[]],[\"name/362\",[140,57.641]],[\"comment/362\",[]],[\"name/363\",[141,57.641]],[\"comment/363\",[]],[\"name/364\",[1,37.273]],[\"comment/364\",[]],[\"name/365\",[142,46.655]],[\"comment/365\",[]],[\"name/366\",[143,49.168]],[\"comment/366\",[]],[\"name/367\",[144,46.655]],[\"comment/367\",[]],[\"name/368\",[145,49.168]],[\"comment/368\",[]],[\"name/369\",[33,40.295]],[\"comment/369\",[]],[\"name/370\",[146,49.168]],[\"comment/370\",[]],[\"name/371\",[8,40.295]],[\"comment/371\",[]],[\"name/372\",[147,57.641]],[\"comment/372\",[]],[\"name/373\",[148,57.641]],[\"comment/373\",[]],[\"name/374\",[149,49.168]],[\"comment/374\",[]],[\"name/375\",[150,49.168]],[\"comment/375\",[]],[\"name/376\",[151,49.168]],[\"comment/376\",[]],[\"name/377\",[152,49.168]],[\"comment/377\",[]],[\"name/378\",[153,49.168]],[\"comment/378\",[]],[\"name/379\",[154,49.168]],[\"comment/379\",[]],[\"name/380\",[155,49.168]],[\"comment/380\",[]],[\"name/381\",[156,57.641]],[\"comment/381\",[]],[\"name/382\",[157,57.641]],[\"comment/382\",[]],[\"name/383\",[158,57.641]],[\"comment/383\",[]],[\"name/384\",[159,57.641]],[\"comment/384\",[]],[\"name/385\",[1,37.273]],[\"comment/385\",[]],[\"name/386\",[151,49.168]],[\"comment/386\",[]],[\"name/387\",[153,49.168]],[\"comment/387\",[]],[\"name/388\",[142,46.655]],[\"comment/388\",[]],[\"name/389\",[143,49.168]],[\"comment/389\",[]],[\"name/390\",[144,46.655]],[\"comment/390\",[]],[\"name/391\",[145,49.168]],[\"comment/391\",[]],[\"name/392\",[33,40.295]],[\"comment/392\",[]],[\"name/393\",[146,49.168]],[\"comment/393\",[]],[\"name/394\",[8,40.295]],[\"comment/394\",[]],[\"name/395\",[149,49.168]],[\"comment/395\",[]],[\"name/396\",[150,49.168]],[\"comment/396\",[]],[\"name/397\",[152,49.168]],[\"comment/397\",[]],[\"name/398\",[154,49.168]],[\"comment/398\",[]],[\"name/399\",[155,49.168]],[\"comment/399\",[]],[\"name/400\",[160,57.641]],[\"comment/400\",[]],[\"name/401\",[1,37.273]],[\"comment/401\",[]],[\"name/402\",[151,49.168]],[\"comment/402\",[]],[\"name/403\",[142,46.655]],[\"comment/403\",[]],[\"name/404\",[143,49.168]],[\"comment/404\",[]],[\"name/405\",[144,46.655]],[\"comment/405\",[]],[\"name/406\",[145,49.168]],[\"comment/406\",[]],[\"name/407\",[33,40.295]],[\"comment/407\",[]],[\"name/408\",[146,49.168]],[\"comment/408\",[]],[\"name/409\",[8,40.295]],[\"comment/409\",[]],[\"name/410\",[149,49.168]],[\"comment/410\",[]],[\"name/411\",[150,49.168]],[\"comment/411\",[]],[\"name/412\",[152,49.168]],[\"comment/412\",[]],[\"name/413\",[153,49.168]],[\"comment/413\",[]],[\"name/414\",[154,49.168]],[\"comment/414\",[]],[\"name/415\",[155,49.168]],[\"comment/415\",[]],[\"name/416\",[161,57.641]],[\"comment/416\",[]],[\"name/417\",[162,52.533]],[\"comment/417\",[]],[\"name/418\",[139,52.533]],[\"comment/418\",[]],[\"name/419\",[163,57.641]],[\"comment/419\",[]],[\"name/420\",[164,57.641]],[\"comment/420\",[]],[\"name/421\",[162,52.533]],[\"comment/421\",[]],[\"name/422\",[142,46.655]],[\"comment/422\",[]],[\"name/423\",[165,57.641]],[\"comment/423\",[]],[\"name/424\",[46,29.309]],[\"comment/424\",[]],[\"name/425\",[166,57.641]],[\"comment/425\",[]],[\"name/426\",[167,57.641]],[\"comment/426\",[]],[\"name/427\",[46,29.309]],[\"comment/427\",[]],[\"name/428\",[168,57.641]],[\"comment/428\",[]],[\"name/429\",[169,57.641]],[\"comment/429\",[]],[\"name/430\",[170,57.641]],[\"comment/430\",[]],[\"name/431\",[171,52.533]],[\"comment/431\",[]],[\"name/432\",[172,52.533]],[\"comment/432\",[]],[\"name/433\",[173,57.641]],[\"comment/433\",[]],[\"name/434\",[144,46.655]],[\"comment/434\",[]],[\"name/435\",[106,52.533]],[\"comment/435\",[]],[\"name/436\",[107,49.168]],[\"comment/436\",[]],[\"name/437\",[108,49.168]],[\"comment/437\",[]],[\"name/438\",[109,52.533]],[\"comment/438\",[]],[\"name/439\",[174,57.641]],[\"comment/439\",[]],[\"name/440\",[175,57.641]],[\"comment/440\",[]],[\"name/441\",[46,29.309]],[\"comment/441\",[]],[\"name/442\",[176,57.641]],[\"comment/442\",[]],[\"name/443\",[46,29.309]],[\"comment/443\",[]],[\"name/444\",[17,40.295]],[\"comment/444\",[]],[\"name/445\",[171,52.533]],[\"comment/445\",[]],[\"name/446\",[177,57.641]],[\"comment/446\",[]],[\"name/447\",[107,49.168]],[\"comment/447\",[]],[\"name/448\",[172,52.533]],[\"comment/448\",[]],[\"name/449\",[108,49.168]],[\"comment/449\",[]],[\"name/450\",[119,44.649]],[\"comment/450\",[]],[\"name/451\",[121,44.649]],[\"comment/451\",[]],[\"name/452\",[178,57.641]],[\"comment/452\",[]],[\"name/453\",[119,44.649]],[\"comment/453\",[]],[\"name/454\",[121,44.649]],[\"comment/454\",[]],[\"name/455\",[179,57.641]],[\"comment/455\",[]],[\"name/456\",[1,37.273]],[\"comment/456\",[]],[\"name/457\",[180,52.533]],[\"comment/457\",[]],[\"name/458\",[181,57.641]],[\"comment/458\",[]],[\"name/459\",[182,57.641]],[\"comment/459\",[]],[\"name/460\",[183,57.641]],[\"comment/460\",[]],[\"name/461\",[184,57.641]],[\"comment/461\",[]],[\"name/462\",[185,57.641]],[\"comment/462\",[]],[\"name/463\",[186,57.641]],[\"comment/463\",[]],[\"name/464\",[26,42.978]],[\"comment/464\",[]],[\"name/465\",[187,57.641]],[\"comment/465\",[]],[\"name/466\",[188,57.641]],[\"comment/466\",[]],[\"name/467\",[1,37.273]],[\"comment/467\",[]],[\"name/468\",[189,57.641]],[\"comment/468\",[]],[\"name/469\",[190,57.641]],[\"comment/469\",[]],[\"name/470\",[191,57.641]],[\"comment/470\",[]],[\"name/471\",[61,49.168]],[\"comment/471\",[]],[\"name/472\",[180,52.533]],[\"comment/472\",[]],[\"name/473\",[19,41.547]],[\"comment/473\",[]],[\"name/474\",[192,57.641]],[\"comment/474\",[]],[\"name/475\",[193,57.641]],[\"comment/475\",[]],[\"name/476\",[194,57.641]],[\"comment/476\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":46,\"name\":{\"46\":{},\"96\":{},\"132\":{},\"154\":{},\"156\":{},\"158\":{},\"160\":{},\"162\":{},\"164\":{},\"196\":{},\"202\":{},\"206\":{},\"213\":{},\"215\":{},\"240\":{},\"242\":{},\"244\":{},\"246\":{},\"248\":{},\"313\":{},\"349\":{},\"424\":{},\"427\":{},\"441\":{},\"443\":{}},\"comment\":{}}],[\"abstractpool\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"abstractworker\",{\"_index\":141,\"name\":{\"363\":{}},\"comment\":{}}],[\"active\",{\"_index\":95,\"name\":{\"199\":{}},\"comment\":{}}],[\"aftertaskexecutionhook\",{\"_index\":35,\"name\":{\"35\":{},\"92\":{},\"128\":{},\"309\":{},\"345\":{}},\"comment\":{}}],[\"afterworkersetup\",{\"_index\":43,\"name\":{\"43\":{},\"73\":{},\"106\":{},\"289\":{},\"322\":{}},\"comment\":{}}],[\"aggregate\",{\"_index\":101,\"name\":{\"208\":{},\"253\":{}},\"comment\":{}}],[\"aliveinterval\",{\"_index\":145,\"name\":{\"368\":{},\"391\":{},\"406\":{}},\"comment\":{}}],[\"async\",{\"_index\":164,\"name\":{\"420\":{}},\"comment\":{}}],[\"average\",{\"_index\":102,\"name\":{\"209\":{},\"254\":{}},\"comment\":{}}],[\"beforetaskexecutionhook\",{\"_index\":34,\"name\":{\"34\":{},\"91\":{},\"127\":{},\"308\":{},\"344\":{}},\"comment\":{}}],[\"begintaskperformance\",{\"_index\":157,\"name\":{\"382\":{}},\"comment\":{}}],[\"buildtasksqueueoptions\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"busy\",{\"_index\":27,\"name\":{\"27\":{},\"65\":{},\"111\":{},\"282\":{},\"327\":{}},\"comment\":{}}],[\"busyworkernodes\",{\"_index\":83,\"name\":{\"174\":{}},\"comment\":{}}],[\"checkalive\",{\"_index\":152,\"name\":{\"377\":{},\"397\":{},\"412\":{}},\"comment\":{}}],[\"checkandemitevents\",{\"_index\":47,\"name\":{\"47\":{}},\"comment\":{}}],[\"checkfilepath\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"checknumberofworkers\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"checkpooloptions\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"checksize\",{\"_index\":187,\"name\":{\"465\":{}},\"comment\":{}}],[\"checktaskfunctions\",{\"_index\":148,\"name\":{\"373\":{}},\"comment\":{}}],[\"checkvalidtasksqueueoptions\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategy\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategyoptions\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"checkworkeroptions\",{\"_index\":147,\"name\":{\"372\":{}},\"comment\":{}}],[\"choose\",{\"_index\":128,\"name\":{\"243\":{}},\"comment\":{}}],[\"chooseworkernode\",{\"_index\":39,\"name\":{\"39\":{},\"93\":{},\"129\":{},\"310\":{},\"346\":{}},\"comment\":{}}],[\"circulararray\",{\"_index\":179,\"name\":{\"455\":{}},\"comment\":{}}],[\"clusterpooloptions\",{\"_index\":63,\"name\":{\"133\":{}},\"comment\":{}}],[\"clusterworker\",{\"_index\":159,\"name\":{\"384\":{}},\"comment\":{}}],[\"concat\",{\"_index\":183,\"name\":{\"460\":{}},\"comment\":{}}],[\"concurrency\",{\"_index\":91,\"name\":{\"193\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"61\":{},\"98\":{},\"268\":{},\"278\":{},\"315\":{},\"364\":{},\"385\":{},\"401\":{},\"456\":{},\"467\":{}},\"comment\":{}}],[\"createandsetupworker\",{\"_index\":44,\"name\":{\"44\":{},\"94\":{},\"130\":{},\"311\":{},\"347\":{}},\"comment\":{}}],[\"createworker\",{\"_index\":42,\"name\":{\"42\":{},\"72\":{},\"105\":{},\"288\":{},\"321\":{}},\"comment\":{}}],[\"data\",{\"_index\":107,\"name\":{\"218\":{},\"436\":{},\"447\":{}},\"comment\":{}}],[\"dequeue\",{\"_index\":193,\"name\":{\"475\":{}},\"comment\":{}}],[\"dequeuetask\",{\"_index\":53,\"name\":{\"53\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":30,\"name\":{\"30\":{},\"90\":{},\"126\":{},\"155\":{},\"306\":{},\"342\":{}},\"comment\":{}}],[\"destroyworker\",{\"_index\":31,\"name\":{\"31\":{},\"69\":{},\"102\":{},\"285\":{},\"318\":{}},\"comment\":{}}],[\"draft\",{\"_index\":168,\"name\":{\"428\":{}},\"comment\":{}}],[\"dynamicclusterpool\",{\"_index\":60,\"name\":{\"60\":{}},\"comment\":{}}],[\"dynamicthreadpool\",{\"_index\":136,\"name\":{\"277\":{}},\"comment\":{}}],[\"elu\",{\"_index\":121,\"name\":{\"234\":{},\"259\":{},\"265\":{},\"451\":{},\"454\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":3,\"name\":{\"3\":{},\"77\":{},\"113\":{},\"152\":{},\"293\":{},\"329\":{}},\"comment\":{}}],[\"empty\",{\"_index\":186,\"name\":{\"463\":{}},\"comment\":{}}],[\"enableevents\",{\"_index\":73,\"name\":{\"143\":{},\"188\":{},\"359\":{}},\"comment\":{}}],[\"enabletasksqueue\",{\"_index\":23,\"name\":{\"23\":{},\"85\":{},\"121\":{},\"144\":{},\"161\":{},\"189\":{},\"301\":{},\"337\":{},\"360\":{}},\"comment\":{}}],[\"endtaskperformance\",{\"_index\":158,\"name\":{\"383\":{}},\"comment\":{}}],[\"enqueue\",{\"_index\":192,\"name\":{\"474\":{}},\"comment\":{}}],[\"enqueuetask\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"env\",{\"_index\":64,\"name\":{\"134\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":67,\"name\":{\"137\":{},\"182\":{},\"195\":{},\"353\":{}},\"comment\":{}}],[\"eventlooputilizationmeasurementstatistics\",{\"_index\":93,\"name\":{\"197\":{}},\"comment\":{}}],[\"execute\",{\"_index\":29,\"name\":{\"29\":{},\"89\":{},\"125\":{},\"153\":{},\"274\":{},\"305\":{},\"341\":{}},\"comment\":{}}],[\"executed\",{\"_index\":111,\"name\":{\"222\":{}},\"comment\":{}}],[\"executedtasks\",{\"_index\":84,\"name\":{\"175\":{}},\"comment\":{}}],[\"executetask\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"executing\",{\"_index\":112,\"name\":{\"223\":{}},\"comment\":{}}],[\"executingtasks\",{\"_index\":85,\"name\":{\"176\":{}},\"comment\":{}}],[\"exithandler\",{\"_index\":69,\"name\":{\"139\":{},\"184\":{},\"201\":{},\"355\":{}},\"comment\":{}}],[\"failed\",{\"_index\":114,\"name\":{\"225\":{}},\"comment\":{}}],[\"failedtasks\",{\"_index\":88,\"name\":{\"179\":{}},\"comment\":{}}],[\"filepath\",{\"_index\":7,\"name\":{\"7\":{},\"81\":{},\"117\":{},\"297\":{},\"333\":{}},\"comment\":{}}],[\"fixedclusterpool\",{\"_index\":62,\"name\":{\"97\":{}},\"comment\":{}}],[\"fixedthreadpool\",{\"_index\":137,\"name\":{\"314\":{}},\"comment\":{}}],[\"flushtasksqueue\",{\"_index\":55,\"name\":{\"55\":{}},\"comment\":{}}],[\"flushtasksqueues\",{\"_index\":56,\"name\":{\"56\":{}},\"comment\":{}}],[\"full\",{\"_index\":26,\"name\":{\"26\":{},\"87\":{},\"123\":{},\"303\":{},\"339\":{},\"464\":{}},\"comment\":{}}],[\"getmainworker\",{\"_index\":150,\"name\":{\"375\":{},\"396\":{},\"411\":{}},\"comment\":{}}],[\"gettaskfunction\",{\"_index\":156,\"name\":{\"381\":{}},\"comment\":{}}],[\"gettaskstatistics\",{\"_index\":59,\"name\":{\"59\":{}},\"comment\":{}}],[\"gettaskstatisticsrequirements\",{\"_index\":135,\"name\":{\"271\":{}},\"comment\":{}}],[\"getworkernodekey\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"getworkerusage\",{\"_index\":58,\"name\":{\"58\":{}},\"comment\":{}}],[\"handleerror\",{\"_index\":153,\"name\":{\"378\":{},\"387\":{},\"413\":{}},\"comment\":{}}],[\"head\",{\"_index\":190,\"name\":{\"469\":{}},\"comment\":{}}],[\"history\",{\"_index\":104,\"name\":{\"211\":{}},\"comment\":{}}],[\"id\",{\"_index\":109,\"name\":{\"220\":{},\"438\":{}},\"comment\":{}}],[\"idle\",{\"_index\":94,\"name\":{\"198\":{}},\"comment\":{}}],[\"idleworkernodes\",{\"_index\":82,\"name\":{\"173\":{}},\"comment\":{}}],[\"info\",{\"_index\":15,\"name\":{\"15\":{},\"82\":{},\"118\":{},\"150\":{},\"298\":{},\"334\":{}},\"comment\":{}}],[\"internalbusy\",{\"_index\":28,\"name\":{\"28\":{},\"88\":{},\"124\":{},\"304\":{},\"340\":{}},\"comment\":{}}],[\"ipool\",{\"_index\":78,\"name\":{\"149\":{}},\"comment\":{}}],[\"ismain\",{\"_index\":33,\"name\":{\"33\":{},\"68\":{},\"101\":{},\"284\":{},\"317\":{},\"369\":{},\"392\":{},\"407\":{}},\"comment\":{}}],[\"items\",{\"_index\":189,\"name\":{\"468\":{}},\"comment\":{}}],[\"iworker\",{\"_index\":97,\"name\":{\"203\":{}},\"comment\":{}}],[\"iworkerchoicestrategy\",{\"_index\":124,\"name\":{\"237\":{}},\"comment\":{}}],[\"kill\",{\"_index\":170,\"name\":{\"430\":{}},\"comment\":{}}],[\"killbehavior\",{\"_index\":162,\"name\":{\"417\":{},\"421\":{}},\"comment\":{}}],[\"killbehaviors\",{\"_index\":161,\"name\":{\"416\":{}},\"comment\":{}}],[\"lasttasktimestamp\",{\"_index\":143,\"name\":{\"366\":{},\"389\":{},\"404\":{}},\"comment\":{}}],[\"mainworker\",{\"_index\":146,\"name\":{\"370\":{},\"393\":{},\"408\":{}},\"comment\":{}}],[\"max\",{\"_index\":61,\"name\":{\"62\":{},\"279\":{},\"471\":{}},\"comment\":{}}],[\"maxinactivetime\",{\"_index\":163,\"name\":{\"419\":{}},\"comment\":{}}],[\"maxqueuedtasks\",{\"_index\":87,\"name\":{\"178\":{}},\"comment\":{}}],[\"maxsize\",{\"_index\":19,\"name\":{\"19\":{},\"64\":{},\"110\":{},\"171\":{},\"281\":{},\"326\":{},\"473\":{}},\"comment\":{}}],[\"measurement\",{\"_index\":131,\"name\":{\"249\":{},\"262\":{}},\"comment\":{}}],[\"measurementoptions\",{\"_index\":132,\"name\":{\"250\":{}},\"comment\":{}}],[\"measurements\",{\"_index\":122,\"name\":{\"235\":{}},\"comment\":{}}],[\"measurementstatistics\",{\"_index\":100,\"name\":{\"207\":{}},\"comment\":{}}],[\"measurementstatisticsrequirements\",{\"_index\":133,\"name\":{\"252\":{}},\"comment\":{}}],[\"median\",{\"_index\":103,\"name\":{\"210\":{},\"251\":{},\"255\":{}},\"comment\":{}}],[\"message\",{\"_index\":177,\"name\":{\"446\":{}},\"comment\":{}}],[\"messagehandler\",{\"_index\":66,\"name\":{\"136\":{},\"181\":{},\"212\":{},\"352\":{}},\"comment\":{}}],[\"messagelistener\",{\"_index\":149,\"name\":{\"374\":{},\"395\":{},\"410\":{}},\"comment\":{}}],[\"messagevalue\",{\"_index\":169,\"name\":{\"429\":{}},\"comment\":{}}],[\"minsize\",{\"_index\":18,\"name\":{\"18\":{},\"75\":{},\"109\":{},\"170\":{},\"291\":{},\"325\":{}},\"comment\":{}}],[\"name\",{\"_index\":106,\"name\":{\"217\":{},\"435\":{}},\"comment\":{}}],[\"numberofworkers\",{\"_index\":6,\"name\":{\"6\":{},\"80\":{},\"116\":{},\"296\":{},\"332\":{}},\"comment\":{}}],[\"on\",{\"_index\":98,\"name\":{\"204\":{}},\"comment\":{}}],[\"once\",{\"_index\":99,\"name\":{\"205\":{}},\"comment\":{}}],[\"onlinehandler\",{\"_index\":68,\"name\":{\"138\":{},\"183\":{},\"214\":{},\"354\":{}},\"comment\":{}}],[\"opts\",{\"_index\":8,\"name\":{\"8\":{},\"66\":{},\"99\":{},\"283\":{},\"316\":{},\"371\":{},\"394\":{},\"409\":{}},\"comment\":{}}],[\"parent\",{\"_index\":173,\"name\":{\"433\":{}},\"comment\":{}}],[\"peek\",{\"_index\":194,\"name\":{\"476\":{}},\"comment\":{}}],[\"poolemitter\",{\"_index\":79,\"name\":{\"165\":{}},\"comment\":{}}],[\"poolevent\",{\"_index\":80,\"name\":{\"166\":{}},\"comment\":{}}],[\"poolevents\",{\"_index\":75,\"name\":{\"146\":{}},\"comment\":{}}],[\"poolinfo\",{\"_index\":81,\"name\":{\"167\":{}},\"comment\":{}}],[\"pooloptions\",{\"_index\":89,\"name\":{\"180\":{}},\"comment\":{}}],[\"pooltype\",{\"_index\":90,\"name\":{\"191\":{}},\"comment\":{}}],[\"pooltypes\",{\"_index\":76,\"name\":{\"147\":{}},\"comment\":{}}],[\"promiseresponsemap\",{\"_index\":4,\"name\":{\"4\":{},\"78\":{},\"114\":{},\"294\":{},\"330\":{}},\"comment\":{}}],[\"promiseresponsewrapper\",{\"_index\":174,\"name\":{\"439\":{}},\"comment\":{}}],[\"push\",{\"_index\":181,\"name\":{\"458\":{}},\"comment\":{}}],[\"pushworkernode\",{\"_index\":49,\"name\":{\"49\":{}},\"comment\":{}}],[\"queue\",{\"_index\":188,\"name\":{\"466\":{}},\"comment\":{}}],[\"queued\",{\"_index\":113,\"name\":{\"224\":{}},\"comment\":{}}],[\"queuedtasks\",{\"_index\":86,\"name\":{\"177\":{}},\"comment\":{}}],[\"registerworkermessagelistener\",{\"_index\":41,\"name\":{\"41\":{},\"71\":{},\"104\":{},\"287\":{},\"320\":{}},\"comment\":{}}],[\"reject\",{\"_index\":176,\"name\":{\"442\":{}},\"comment\":{}}],[\"remove\",{\"_index\":129,\"name\":{\"245\":{},\"275\":{}},\"comment\":{}}],[\"removeworkernode\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"reset\",{\"_index\":126,\"name\":{\"239\":{}},\"comment\":{}}],[\"resize\",{\"_index\":185,\"name\":{\"462\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":175,\"name\":{\"440\":{}},\"comment\":{}}],[\"restartworkeronerror\",{\"_index\":72,\"name\":{\"142\":{},\"187\":{},\"358\":{}},\"comment\":{}}],[\"runasync\",{\"_index\":155,\"name\":{\"380\":{},\"399\":{},\"415\":{}},\"comment\":{}}],[\"runsync\",{\"_index\":154,\"name\":{\"379\":{},\"398\":{},\"414\":{}},\"comment\":{}}],[\"runtime\",{\"_index\":119,\"name\":{\"232\":{},\"257\":{},\"263\":{},\"450\":{},\"453\":{}},\"comment\":{}}],[\"sendtomainworker\",{\"_index\":151,\"name\":{\"376\":{},\"386\":{},\"402\":{}},\"comment\":{}}],[\"sendtoworker\",{\"_index\":40,\"name\":{\"40\":{},\"70\":{},\"103\":{},\"286\":{},\"319\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":130,\"name\":{\"247\":{},\"276\":{}},\"comment\":{}}],[\"settasksqueueoptions\",{\"_index\":24,\"name\":{\"24\":{},\"86\":{},\"122\":{},\"163\":{},\"302\":{},\"338\":{}},\"comment\":{}}],[\"settings\",{\"_index\":65,\"name\":{\"135\":{}},\"comment\":{}}],[\"setuphook\",{\"_index\":32,\"name\":{\"32\":{},\"67\":{},\"100\":{},\"307\":{},\"343\":{}},\"comment\":{}}],[\"setworkerchoicestrategy\",{\"_index\":21,\"name\":{\"21\":{},\"83\":{},\"119\":{},\"157\":{},\"272\":{},\"299\":{},\"335\":{}},\"comment\":{}}],[\"setworkerchoicestrategyoptions\",{\"_index\":22,\"name\":{\"22\":{},\"84\":{},\"120\":{},\"159\":{},\"300\":{},\"336\":{}},\"comment\":{}}],[\"setworkernodetasksusage\",{\"_index\":48,\"name\":{\"48\":{}},\"comment\":{}}],[\"setworkerstatistics\",{\"_index\":57,\"name\":{\"57\":{}},\"comment\":{}}],[\"size\",{\"_index\":180,\"name\":{\"457\":{},\"472\":{}},\"comment\":{}}],[\"splice\",{\"_index\":184,\"name\":{\"461\":{}},\"comment\":{}}],[\"statistics\",{\"_index\":144,\"name\":{\"367\":{},\"390\":{},\"405\":{},\"434\":{}},\"comment\":{}}],[\"tail\",{\"_index\":191,\"name\":{\"470\":{}},\"comment\":{}}],[\"task\",{\"_index\":105,\"name\":{\"216\":{}},\"comment\":{}}],[\"taskerror\",{\"_index\":171,\"name\":{\"431\":{},\"445\":{}},\"comment\":{}}],[\"taskfunctions\",{\"_index\":142,\"name\":{\"365\":{},\"388\":{},\"403\":{},\"422\":{}},\"comment\":{}}],[\"taskperformance\",{\"_index\":172,\"name\":{\"432\":{},\"448\":{}},\"comment\":{}}],[\"tasks\",{\"_index\":118,\"name\":{\"231\":{}},\"comment\":{}}],[\"tasksqueue\",{\"_index\":117,\"name\":{\"229\":{}},\"comment\":{}}],[\"tasksqueueoptions\",{\"_index\":74,\"name\":{\"145\":{},\"190\":{},\"192\":{},\"361\":{}},\"comment\":{}}],[\"tasksqueuesize\",{\"_index\":54,\"name\":{\"54\":{}},\"comment\":{}}],[\"taskstatistics\",{\"_index\":110,\"name\":{\"221\":{}},\"comment\":{}}],[\"taskstatisticsrequirements\",{\"_index\":125,\"name\":{\"238\":{},\"256\":{}},\"comment\":{}}],[\"threadpooloptions\",{\"_index\":138,\"name\":{\"350\":{}},\"comment\":{}}],[\"threadworker\",{\"_index\":160,\"name\":{\"400\":{}},\"comment\":{}}],[\"threadworkerwithmessagechannel\",{\"_index\":140,\"name\":{\"362\":{}},\"comment\":{}}],[\"timestamp\",{\"_index\":108,\"name\":{\"219\":{},\"437\":{},\"449\":{}},\"comment\":{}}],[\"type\",{\"_index\":16,\"name\":{\"16\":{},\"63\":{},\"107\":{},\"168\":{},\"280\":{},\"323\":{}},\"comment\":{}}],[\"unshift\",{\"_index\":182,\"name\":{\"459\":{}},\"comment\":{}}],[\"update\",{\"_index\":127,\"name\":{\"241\":{},\"273\":{}},\"comment\":{}}],[\"updateeluworkerusage\",{\"_index\":38,\"name\":{\"38\":{}},\"comment\":{}}],[\"updateruntimeworkerusage\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"updatewaittimeworkerusage\",{\"_index\":37,\"name\":{\"37\":{}},\"comment\":{}}],[\"utilization\",{\"_index\":96,\"name\":{\"200\":{}},\"comment\":{}}],[\"waittime\",{\"_index\":120,\"name\":{\"233\":{},\"258\":{},\"264\":{}},\"comment\":{}}],[\"weights\",{\"_index\":134,\"name\":{\"266\":{}},\"comment\":{}}],[\"worker\",{\"_index\":17,\"name\":{\"17\":{},\"74\":{},\"108\":{},\"169\":{},\"227\":{},\"290\":{},\"324\":{},\"444\":{}},\"comment\":{}}],[\"workerasyncfunction\",{\"_index\":165,\"name\":{\"423\":{}},\"comment\":{}}],[\"workerchoicestrategies\",{\"_index\":123,\"name\":{\"236\":{},\"269\":{}},\"comment\":{}}],[\"workerchoicestrategy\",{\"_index\":70,\"name\":{\"140\":{},\"185\":{},\"260\":{},\"270\":{},\"356\":{}},\"comment\":{}}],[\"workerchoicestrategycontext\",{\"_index\":5,\"name\":{\"5\":{},\"79\":{},\"115\":{},\"267\":{},\"295\":{},\"331\":{}},\"comment\":{}}],[\"workerchoicestrategyoptions\",{\"_index\":71,\"name\":{\"141\":{},\"186\":{},\"261\":{},\"357\":{}},\"comment\":{}}],[\"workerfunction\",{\"_index\":166,\"name\":{\"425\":{}},\"comment\":{}}],[\"workerlistener\",{\"_index\":45,\"name\":{\"45\":{},\"95\":{},\"131\":{},\"312\":{},\"348\":{}},\"comment\":{}}],[\"workernode\",{\"_index\":115,\"name\":{\"226\":{}},\"comment\":{}}],[\"workernodes\",{\"_index\":2,\"name\":{\"2\":{},\"76\":{},\"112\":{},\"151\":{},\"172\":{},\"292\":{},\"328\":{}},\"comment\":{}}],[\"workeroptions\",{\"_index\":139,\"name\":{\"351\":{},\"418\":{}},\"comment\":{}}],[\"workerstatistics\",{\"_index\":178,\"name\":{\"452\":{}},\"comment\":{}}],[\"workersyncfunction\",{\"_index\":167,\"name\":{\"426\":{}},\"comment\":{}}],[\"workertype\",{\"_index\":92,\"name\":{\"194\":{}},\"comment\":{}}],[\"workertypes\",{\"_index\":77,\"name\":{\"148\":{}},\"comment\":{}}],[\"workerusage\",{\"_index\":116,\"name\":{\"228\":{},\"230\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/classes/AbstractPool.html b/docs/classes/AbstractPool.html index 51fda18c..01b34541 100644 --- a/docs/classes/AbstractPool.html +++ b/docs/classes/AbstractPool.html @@ -49,7 +49,7 @@ +
  • Defined in src/pools/abstract-pool.ts:45
  • @@ -104,7 +104,9 @@ executeTask flushTasksQueue flushTasksQueues +getTaskStatistics getWorkerNodeKey +getWorkerUsage internalBusy isMain pushWorkerNode @@ -114,14 +116,13 @@ setTasksQueueOptions setWorkerChoiceStrategy setWorkerChoiceStrategyOptions -setWorkerNode setWorkerNodeTasksUsage setWorkerStatistics setupHook tasksQueueSize -updateEluTasksUsage -updateRunTimeTasksUsage -updateWaitTimeTasksUsage +updateEluWorkerUsage +updateRunTimeWorkerUsage +updateWaitTimeWorkerUsage workerListener
    @@ -163,7 +164,7 @@

    Returns AbstractPool<Worker, Data, Response>

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

    @@ -181,7 +182,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:54
  • filePath: string
    @@ -189,7 +190,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:89
  • numberOfWorkers: number
    @@ -197,7 +198,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:88
  • opts: PoolOptions<Worker>
    @@ -205,7 +206,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:90
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Worker, Response>> = ...
    @@ -218,7 +219,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -227,7 +228,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:74
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -236,7 +237,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:51
  • Accessors

    @@ -250,7 +251,7 @@

    Returns boolean

    +
  • Defined in src/pools/abstract-pool.ts:382
  • +
  • Defined in src/pools/abstract-pool.ts:373
  • +
  • Defined in src/pools/abstract-pool.ts:222
  • +
  • Defined in src/pools/abstract-pool.ts:290
  • +
  • Defined in src/pools/abstract-pool.ts:285
  • +
  • Defined in src/pools/abstract-pool.ts:275
  • +
  • Defined in src/pools/abstract-pool.ts:280
  • Methods

    @@ -339,14 +340,14 @@ Can be overridden.

  • -
    message: MessageValue<Response, Worker | MessagePort>
    +
    message: MessageValue<Response, unknown, Worker | MessagePort>

    The received message.

  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:467
  • Returns TasksQueueOptions

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

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

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

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

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

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

    +
  • Defined in src/pools/abstract-pool.ts:188
  • +
  • Defined in src/pools/abstract-pool.ts:607
  • +
  • Defined in src/pools/abstract-pool.ts:672
  • +
  • Defined in src/pools/abstract-pool.ts:656
  • Returns undefined | Task<Data>

    +
  • Defined in src/pools/abstract-pool.ts:819
  • +
  • Defined in src/pools/abstract-pool.ts:428
  • +
  • Defined in src/pools/abstract-pool.ts:443
  • +
  • Defined in src/pools/abstract-pool.ts:338
  • Returns number

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

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

    +
  • Defined in src/pools/abstract-pool.ts:827
  • +
  • Defined in src/pools/abstract-pool.ts:838
  • +
    + +
    +
  • Defined in src/pools/abstract-pool.ts:298
  • +
    + +
    +
  • Defined in src/pools/abstract-pool.ts:384
  • +
  • Defined in src/pools/abstract-pool.ts:458
  • +
  • Defined in src/pools/abstract-pool.ts:768
  • Returns void

    Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:638
  • +
  • Defined in src/pools/abstract-pool.ts:350
  • +
  • Defined in src/pools/abstract-pool.ts:305
  • -
    - -
    +
  • Defined in src/pools/abstract-pool.ts:327
  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:844
  • +
  • Defined in src/pools/abstract-pool.ts:451
  • Returns number

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

    Returns void

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

    Returns void

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

    Returns void

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

    The listener function to execute when a message is received from a worker.

    +
  • Defined in src/pools/abstract-pool.ts:707
  • +
  • Defined in src/worker/abstract-worker.ts:54
  • isMain: boolean
    @@ -156,7 +156,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:66
  • lastTaskTimestamp: number
    @@ -164,7 +164,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:46
  • mainWorker: undefined | null | MainWorker
    @@ -172,7 +172,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:70
  • opts: WorkerOptions = ...
    @@ -180,7 +180,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:71
  • statistics: WorkerStatistics
    @@ -188,7 +188,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:50
  • taskFunctions: Map<string, WorkerFunction<Data, Response>>
    @@ -196,7 +196,7 @@
    +
  • Defined in src/worker/abstract-worker.ts:42
  • Methods

    @@ -213,16 +213,11 @@
    +
  • Defined in src/worker/abstract-worker.ts:300
  • +
  • Defined in src/worker/abstract-worker.ts:197
  • +
  • Defined in src/worker/abstract-worker.ts:109
  • Returns void

    +
  • Defined in src/worker/abstract-worker.ts:97
  • Returns TaskPerformance

    +
  • Defined in src/worker/abstract-worker.ts:307
  • +
  • Defined in src/worker/abstract-worker.ts:178
  • +
  • Defined in src/worker/abstract-worker.ts:291
  • +
  • Defined in src/worker/abstract-worker.ts:212
  • +
  • Defined in src/worker/abstract-worker.ts:149
  • Returns void

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

    +
  • Defined in src/worker/abstract-worker.ts:222
  • +
  • Defined in src/worker/abstract-worker.ts:190
  • +
  • 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
    +
  • Defined in src/circular-array.ts:88
  • +
  • Defined in src/circular-array.ts:39
  • +
  • Defined in src/circular-array.ts:80
  • +
  • Defined in src/circular-array.ts:84
  • +
  • Defined in src/circular-array.ts:21
  • Returns void

    +
  • Defined in src/circular-array.ts:68
  • +
  • Defined in src/circular-array.ts:54
  • +
  • Defined in src/circular-array.ts:30
  • +
  • Defined in src/worker/cluster-worker.ts:21
  • @@ -116,7 +116,7 @@ but the minimum number of workers will be guaranteed.

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

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

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

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

    +
  • Defined in src/worker/abstract-worker.ts:46
  • mainWorker: undefined | null | Worker
    @@ -154,7 +154,7 @@ but the minimum number of workers will be guaranteed.

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

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

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

    +
  • Defined in src/worker/abstract-worker.ts:42
  • Methods

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

    +
  • Defined in src/worker/abstract-worker.ts:197
  • +
  • Defined in src/worker/abstract-worker.ts:178
  • +
  • Defined in src/worker/cluster-worker.ts:52
  • +
  • Defined in src/worker/abstract-worker.ts:149
  • @@ -328,7 +328,7 @@ never be called.

    +
  • Defined in src/worker/abstract-worker.ts:255
  • @@ -408,7 +408,7 @@ then restore the original execution context.

    +
  • Defined in src/worker/abstract-worker.ts:222
  • +
  • Defined in src/worker/cluster-worker.ts:47
  • +
  • Defined in src/pools/cluster/dynamic.ts:15
  • @@ -141,7 +141,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

    @@ -159,7 +159,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:54
  • filePath: string
    @@ -168,7 +168,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:89
  • max: number
    @@ -176,7 +176,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
    @@ -185,7 +185,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:88
  • opts: ClusterPoolOptions = {}
    @@ -194,7 +194,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/fixed.ts:56
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Worker, Response>> = ...
    @@ -208,7 +208,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -218,7 +218,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:74
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -227,7 +227,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:51
  • Accessors

    @@ -242,7 +242,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/dynamic.ts:47
  • +
  • Defined in src/pools/abstract-pool.ts:373
  • +
  • Defined in src/pools/abstract-pool.ts:222
  • +
  • Defined in src/pools/cluster/dynamic.ts:42
  • +
  • Defined in src/pools/cluster/fixed.ts:112
  • +
  • Defined in src/pools/cluster/dynamic.ts:37
  • +
  • Defined in src/pools/cluster/fixed.ts:107
  • Methods

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

  • -
    message: MessageValue<Response, Worker | MessagePort>
    +
    message: MessageValue<Response, unknown, Worker | MessagePort>

    The received message.

  • @@ -344,7 +344,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:483
  • +
  • Defined in src/pools/cluster/fixed.ts:96
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:467
  • +
  • Defined in src/pools/abstract-pool.ts:607
  • +
  • Defined in src/pools/abstract-pool.ts:672
  • +
  • Defined in src/pools/cluster/fixed.ts:91
  • +
  • Defined in src/pools/abstract-pool.ts:428
  • +
  • Defined in src/pools/cluster/fixed.ts:72
  • +
  • Defined in src/pools/abstract-pool.ts:338
  • +
  • Defined in src/pools/abstract-pool.ts:393
  • +
  • Defined in src/pools/abstract-pool.ts:384
  • +
  • Defined in src/pools/cluster/fixed.ts:67
  • Returns void

    Returns void

    +
  • Defined in src/pools/cluster/fixed.ts:83
  • @@ -595,7 +600,7 @@ Can be overridden.

    +
  • Defined in src/pools/cluster/fixed.ts:78
  • +
  • Defined in src/pools/abstract-pool.ts:350
  • +
  • Defined in src/pools/abstract-pool.ts:305
  • +
  • Defined in src/pools/abstract-pool.ts:327
  • +
  • Defined in src/pools/cluster/fixed.ts:62
  • Returns void

    The listener function to execute when a message is received from a worker.

    +
  • Defined in src/pools/abstract-pool.ts:707
  • -
    message: MessageValue<Response, Worker | MessagePort>
    +
    message: MessageValue<Response, unknown, Worker | MessagePort>

    The received message.

  • @@ -344,7 +344,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:483
  • +
  • Defined in src/pools/thread/fixed.ts:104
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:467
  • +
  • Defined in src/pools/abstract-pool.ts:607
  • +
  • Defined in src/pools/abstract-pool.ts:672
  • +
  • Defined in src/pools/thread/fixed.ts:96
  • +
  • Defined in src/pools/abstract-pool.ts:428
  • +
  • Defined in src/pools/thread/fixed.ts:72
  • +
  • Defined in src/pools/abstract-pool.ts:338
  • +
  • Defined in src/pools/abstract-pool.ts:393
  • +
  • Defined in src/pools/abstract-pool.ts:384
  • +
  • Defined in src/pools/thread/fixed.ts:67
  • Returns void

    Returns void

    +
  • Defined in src/pools/thread/fixed.ts:88
  • @@ -595,7 +600,7 @@ Can be overridden.

    +
  • Defined in src/pools/thread/fixed.ts:80
  • +
  • Defined in src/pools/abstract-pool.ts:350
  • +
  • Defined in src/pools/abstract-pool.ts:305
  • +
  • Defined in src/pools/abstract-pool.ts:327
  • +
  • Defined in src/pools/abstract-pool.ts:451
  • Returns void

    The listener function to execute when a message is received from a worker.

    +
  • Defined in src/pools/abstract-pool.ts:707
  • @@ -332,7 +332,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:483
  • +
  • Defined in src/pools/cluster/fixed.ts:96
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:467
  • +
  • Defined in src/pools/abstract-pool.ts:607
  • +
  • Defined in src/pools/abstract-pool.ts:672
  • +
  • Defined in src/pools/cluster/fixed.ts:91
  • +
  • Defined in src/pools/abstract-pool.ts:428
  • +
  • Defined in src/pools/cluster/fixed.ts:72
  • +
  • Defined in src/pools/abstract-pool.ts:338
  • +
  • Defined in src/pools/abstract-pool.ts:393
  • +
  • Defined in src/pools/abstract-pool.ts:384
  • +
  • Defined in src/pools/cluster/fixed.ts:67
  • Returns void

    Returns void

    +
  • Defined in src/pools/cluster/fixed.ts:83
  • @@ -583,7 +588,7 @@ Can be overridden.

    +
  • Defined in src/pools/cluster/fixed.ts:78
  • +
  • Defined in src/pools/abstract-pool.ts:350
  • +
  • Defined in src/pools/abstract-pool.ts:305
  • +
  • Defined in src/pools/abstract-pool.ts:327
  • +
  • Defined in src/pools/cluster/fixed.ts:62
  • Returns void

    The listener function to execute when a message is received from a worker.

    +
  • Defined in src/pools/abstract-pool.ts:707
  • @@ -332,7 +332,7 @@ Can be overridden.

    +
  • Defined in src/pools/abstract-pool.ts:483
  • +
  • Defined in src/pools/thread/fixed.ts:104
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:467
  • +
  • Defined in src/pools/abstract-pool.ts:607
  • +
  • Defined in src/pools/abstract-pool.ts:672
  • +
  • Defined in src/pools/thread/fixed.ts:96
  • +
  • Defined in src/pools/abstract-pool.ts:428
  • +
  • Defined in src/pools/thread/fixed.ts:72
  • +
  • Defined in src/pools/abstract-pool.ts:338
  • +
  • Defined in src/pools/abstract-pool.ts:393
  • +
  • Defined in src/pools/abstract-pool.ts:384
  • +
  • Defined in src/pools/thread/fixed.ts:67
  • Returns void

    Returns void

    +
  • Defined in src/pools/thread/fixed.ts:88
  • @@ -583,7 +588,7 @@ Can be overridden.

    +
  • Defined in src/pools/thread/fixed.ts:80
  • +
  • Defined in src/pools/abstract-pool.ts:350
  • +
  • Defined in src/pools/abstract-pool.ts:305
  • +
  • Defined in src/pools/abstract-pool.ts:327
  • +
  • Defined in src/pools/abstract-pool.ts:451
  • Returns void

    The listener function to execute when a message is received from a worker.

    +
  • Defined in src/pools/abstract-pool.ts:707
  • -
    message: MessageValue<Data, Worker | MessagePort>
    +
    message: MessageValue<Data, unknown, Worker | MessagePort>

    Input data for the given function.

  • @@ -328,7 +328,7 @@ never be called.

    +
  • Defined in src/worker/abstract-worker.ts:255
  • -
    message: MessageValue<Data, Worker | MessagePort>
    +
    message: MessageValue<Data, unknown, Worker | MessagePort>

    Input data for the given function.

  • @@ -408,7 +408,7 @@ then restore the original execution context.

    +
  • Defined in src/worker/abstract-worker.ts:222
  • +
  • Defined in src/worker/thread-worker.ts:47
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:26
  • @@ -60,7 +60,7 @@

    Methods

  • -
    workerChoiceStrategy: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN" = WorkerChoiceStrategies.ROUND_ROBIN
    +
    workerChoiceStrategy: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN" = WorkerChoiceStrategies.ROUND_ROBIN

    The worker choice strategy.

  • @@ -105,22 +105,22 @@

    Returns WorkerChoiceStrategyContext<Worker, Data, Response>

    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:43
  • Properties

    -
    workerChoiceStrategies: Map<"ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN", IWorkerChoiceStrategy>
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:31
  • -
    workerChoiceStrategy: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN" = WorkerChoiceStrategies.ROUND_ROBIN
    +
    workerChoiceStrategy: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN" = WorkerChoiceStrategies.ROUND_ROBIN

    The worker choice strategy.

    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:45
  • Methods

    @@ -136,19 +136,19 @@

    Throws

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

    -
    - +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:153
  • +
    +
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:112
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:171
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:184
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:125
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:139
  • +
  • Defined in src/pools/pool.ts:144
  • -
    env?: any
    +
    env?: Record<string, unknown>

    Key/value pairs to add to worker process environment.

    +
  • Defined in src/pools/cluster/fixed.ts:21
  • errorHandler?: ErrorHandler<Worker>
    @@ -89,7 +89,7 @@
    +
  • Defined in src/pools/pool.ts:110
  • exitHandler?: ExitHandler<Worker>
    @@ -98,7 +98,7 @@
    +
  • Defined in src/pools/pool.ts:118
  • messageHandler?: MessageHandler<Worker>
    @@ -107,7 +107,7 @@
    +
  • Defined in src/pools/pool.ts:106
  • onlineHandler?: OnlineHandler<Worker>
    @@ -116,7 +116,7 @@
    +
  • Defined in src/pools/pool.ts:114
  • restartWorkerOnError?: boolean
    @@ -125,7 +125,7 @@
    +
  • Defined in src/pools/pool.ts:132
  • settings?: ClusterSettings
    @@ -135,7 +135,7 @@

    See

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

    +
  • Defined in src/pools/cluster/fixed.ts:27
  • tasksQueueOptions?: TasksQueueOptions
    @@ -144,10 +144,10 @@
    +
  • Defined in src/pools/pool.ts:148
  • -
    workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    +
    workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"

    The worker choice strategy to use in this pool.

    @@ -155,7 +155,7 @@
    +
  • Defined in src/pools/pool.ts:124
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -164,7 +164,7 @@
    +
  • Defined in src/pools/pool.ts:128
  • +
  • Defined in src/pools/pool.ts:181
  • enableTasksQueue: ((enable, tasksQueueOptions?) => void)
    @@ -125,7 +125,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:218
  • execute: ((data?, name?) => Promise<Response>)
    @@ -155,7 +155,7 @@
    +
  • Defined in src/pools/pool.ts:189
  • info: PoolInfo
    @@ -163,7 +163,7 @@
    +
  • Defined in src/pools/pool.ts:166
  • setTasksQueueOptions: ((tasksQueueOptions) => void)
    @@ -187,7 +187,7 @@

    Returns void

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

    Parameters

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

    Returns void

    +
  • Defined in src/pools/pool.ts:209
  • workerNodes: WorkerNode<Worker, Data>[]
    @@ -248,7 +248,7 @@
    +
  • Defined in src/pools/pool.ts:170
  • +
  • Defined in src/pools/worker.ts:161
  • @@ -57,7 +57,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:168
  • remove: ((workerNodeKey) => boolean)
    @@ -82,7 +82,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:175
  • reset: (() => boolean)
    @@ -99,7 +99,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:156
  • setOptions: ((opts) => void)
    @@ -123,15 +123,15 @@

    Returns void

    -
    - -
    taskStatistics: TaskStatistics
    -

    Required tasks statistics.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:181
  • +
    + +
    taskStatisticsRequirements: TaskStatisticsRequirements
    +

    Tasks statistics requirements.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:150
  • update: ((workerNodeKey) => boolean)
    @@ -153,7 +153,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:162
  • +

    Interface MessageValue<MessageData, Data, MainWorker>Internal

    Message object that is passed between main worker and worker.

    @@ -23,6 +23,11 @@

    Type Parameters

    @@ -48,53 +53,26 @@

    Properties

    Properties

    -
    data?: Data
    +
    data?: MessageData

    Task input data that will be passed to the worker.

    -
    - -
    elu?: EventLoopUtilization
    -

    Event loop utilization.

    -
    -
    -
    - -
    error?: string
    -

    Task error.

    -
    -
    -
    - -
    errorData?: unknown
    -

    Task data triggering task error.

    -
    -
    +
  • Defined in src/pools/worker.ts:47
  • id?: string
    @@ -103,7 +81,7 @@
    +
  • Defined in src/pools/worker.ts:55
  • kill?: 1 | "SOFT" | "HARD"
    @@ -111,7 +89,7 @@
    +
  • Defined in src/utility-types.ts:72
  • name?: string
    @@ -120,7 +98,7 @@
    +
  • Defined in src/pools/worker.ts:43
  • parent?: MainWorker
    @@ -128,15 +106,7 @@
    -
    - -
    runTime?: number
    -

    Runtime.

    -
    -
    +
  • Defined in src/utility-types.ts:84
  • statistics?: WorkerStatistics
    @@ -144,7 +114,23 @@
    +
  • Defined in src/utility-types.ts:88
  • +
    + +
    taskError?: TaskError<Data>
    +

    Task error.

    +
    +
    +
    + +
    taskPerformance?: TaskPerformance
    +

    Task performance.

    +
    +
    timestamp?: number
    @@ -153,15 +139,7 @@
    -
    - -
    waitTime?: number
    -

    Wait time.

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

    Default Value

    false

    +
  • Defined in src/pools/pool.ts:144
  • errorHandler?: ErrorHandler<Worker>
    @@ -83,7 +83,7 @@
    +
  • Defined in src/pools/pool.ts:110
  • exitHandler?: ExitHandler<Worker>
    @@ -91,7 +91,7 @@
    +
  • Defined in src/pools/pool.ts:118
  • messageHandler?: MessageHandler<Worker>
    @@ -99,7 +99,7 @@
    +
  • Defined in src/pools/pool.ts:106
  • onlineHandler?: OnlineHandler<Worker>
    @@ -107,7 +107,7 @@
    +
  • Defined in src/pools/pool.ts:114
  • restartWorkerOnError?: boolean
    @@ -115,7 +115,7 @@
    +
  • Defined in src/pools/pool.ts:132
  • tasksQueueOptions?: TasksQueueOptions
    @@ -123,17 +123,17 @@
    +
  • Defined in src/pools/pool.ts:148
  • -
    workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    +
    workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"

    The worker choice strategy to use in this pool.

    Default Value

    WorkerChoiceStrategies.ROUND_ROBIN

    +
  • Defined in src/pools/pool.ts:124
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -141,7 +141,7 @@
    +
  • Defined in src/pools/pool.ts:128
  • +
  • Defined in src/utility-types.ts:105
  • worker: Worker
    @@ -100,7 +100,7 @@
    +
  • Defined in src/utility-types.ts:113
  • +
  • Defined in src/pools/worker.ts:55
  • name?: string
    @@ -72,7 +72,7 @@
    +
  • Defined in src/pools/worker.ts:43
  • timestamp?: number
    @@ -80,7 +80,7 @@
    +
  • Defined in src/pools/worker.ts:51
  • +
  • Defined in src/utility-types.ts:37
  • +
  • timestamp
  • -

    Pool worker tasks usage statistics requirements.

    +

    Task statistics.

    @@ -24,7 +24,7 @@
    +
  • Defined in src/pools/worker.ts:98
  • @@ -32,72 +32,45 @@

    Properties

    -
    - -
    avgRunTime: boolean
    -

    Require tasks average runtime.

    +
    + +
    executed: number
    +

    Number of executed tasks.

    -
    - -
    avgWaitTime: boolean
    -

    Require tasks average wait time.

    +
  • Defined in src/pools/worker.ts:102
  • +
    + +
    executing: number
    +

    Number of executing tasks.

    -
    - -
    elu: boolean
    -

    Event loop utilization.

    +
  • Defined in src/pools/worker.ts:106
  • +
    + +
    failed: number
    +

    Number of failed tasks.

    -
    - -
    medRunTime: boolean
    -

    Require tasks median runtime.

    +
  • Defined in src/pools/worker.ts:114
  • +
    + +
    queued: number
    +

    Number of queued tasks.

    -
    - -
    medWaitTime: boolean
    -

    Require tasks median wait time.

    -
    -
    -
    - -
    runTime: boolean
    -

    Require tasks runtime.

    -
    -
    -
    - -
    waitTime: boolean
    -

    Require tasks wait time.

    -
    -
    +
  • Defined in src/pools/worker.ts:110
  • +
  • Defined in src/pools/pool.ts:94
  • +
  • Defined in src/pools/pool.ts:144
  • errorHandler?: ErrorHandler<Worker>
    @@ -78,7 +78,7 @@
    +
  • Defined in src/pools/pool.ts:110
  • exitHandler?: ExitHandler<Worker>
    @@ -87,7 +87,7 @@
    +
  • Defined in src/pools/pool.ts:118
  • messageHandler?: MessageHandler<Worker>
    @@ -96,7 +96,7 @@
    +
  • Defined in src/pools/pool.ts:106
  • onlineHandler?: OnlineHandler<Worker>
    @@ -105,7 +105,7 @@
    +
  • Defined in src/pools/pool.ts:114
  • restartWorkerOnError?: boolean
    @@ -114,7 +114,7 @@
    +
  • Defined in src/pools/pool.ts:132
  • tasksQueueOptions?: TasksQueueOptions
    @@ -123,10 +123,10 @@
    +
  • Defined in src/pools/pool.ts:148
  • -
    workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    +
    workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"

    The worker choice strategy to use in this pool.

    @@ -134,7 +134,7 @@
    +
  • Defined in src/pools/pool.ts:124
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -143,7 +143,7 @@
    +
  • Defined in src/pools/pool.ts:128
  • workerOptions?: WorkerOptions
    @@ -153,7 +153,7 @@

    See

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

    +
  • Defined in src/pools/thread/fixed.ts:27
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:100
  • -
    - -
    tasksUsage: TasksUsage
    -

    Worker node tasks usage statistics.

    -
    -
    +
  • Defined in src/pools/worker.ts:183
  • worker: Worker
    @@ -74,7 +66,15 @@
    +
  • Defined in src/pools/worker.ts:175
  • +
    + +
    workerUsage: WorkerUsage
    +

    Worker node worker usage statistics.

    +
    +
    +
  • Defined in src/worker/worker-options.ts:58
  • killBehavior?: "SOFT" | "HARD"

    killBehavior dictates if your async unit (worker/process) will be deleted in case that a task is active on it.

    This option only apply to the newly created workers.

    @@ -64,7 +64,7 @@

    Default Value

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:69
  • maxInactiveTime?: number
    @@ -81,7 +81,7 @@ when this timeout expires your tasks is interrupted and the worker is killed if

    Default Value

    60000

    +
  • Defined in src/worker/worker-options.ts:51
  • +
  • Defined in src/utility-types.ts:52
  • -

    Worker tasks usage statistics.

    +

    Worker usage statistics.

    Hierarchy

    @@ -32,117 +32,45 @@

    Properties

    -
    - -
    avgRunTime: number
    -

    Average tasks runtime.

    -
    -
    -
    - -
    avgWaitTime: number
    -

    Average tasks wait time.

    -
    -
    - -
    elu: undefined | EventLoopUtilization
    -

    Event loop utilization.

    -
    -
    -
    - -
    error: number
    -

    Number of tasks errored.

    -
    -
    -
    - -
    medRunTime: number
    -

    Median tasks runtime.

    + + +

    Tasks event loop utilization statistics.

    -
    - -
    medWaitTime: number
    -

    Median tasks wait time.

    -
    -
    -
    - -
    ran: number
    -

    Number of tasks executed.

    -
    -
    +
  • Defined in src/pools/worker.ts:138
  • -
    runTime: number
    -

    Tasks runtime.

    + +

    Tasks runtime statistics.

    -
    - -
    runTimeHistory: CircularArray<number>
    -

    Tasks runtime history.

    +
  • Defined in src/pools/worker.ts:130
  • +
    + +
    tasks: TaskStatistics
    +

    Tasks statistics.

    -
    - -
    running: number
    -

    Number of tasks running.

    -
    -
    +
  • Defined in src/pools/worker.ts:126
  • -
    waitTime: number
    -

    Tasks wait time.

    -
    -
    -
    - -
    waitTimeHistory: CircularArray<number>
    -

    Tasks wait time history.

    + +

    Tasks wait time statistics.

    +
  • Defined in src/pools/worker.ts:134
  • +
  • Defined in src/utility-types.ts:12
  • +
  • Defined in src/pools/worker.ts:15
  • +
  • Defined in src/pools/worker.ts:28
  • +
  • Defined in src/worker/worker-options.ts:18
  • +
  • Defined in src/pools/worker.ts:7
  • +
  • Defined in src/pools/worker.ts:23
  • +
  • Defined in src/pools/pool.ts:65
  • +
  • Defined in src/pools/pool.ts:32
  • +
  • Defined in src/pools/thread/fixed.ts:33
  • +
  • Defined in src/worker/worker-functions.ts:18
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:42
  • +
  • Defined in src/worker/worker-options.ts:4
  • +
  • Defined in src/pools/pool.ts:55
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:4
  • +
  • Defined in src/pools/pool.ts:37