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

    Returns AbstractPool<Worker, Data, Response>

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

    @@ -185,7 +185,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:54
  • filePath: string
    @@ -193,7 +193,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:87
  • numberOfWorkers: number
    @@ -201,7 +201,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:86
  • opts: PoolOptions<Worker>
    @@ -209,7 +209,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:88
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Worker, Response>> = ...
    @@ -222,7 +222,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -230,7 +230,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:72
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -239,7 +239,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:51
  • Accessors

    @@ -253,7 +253,7 @@

    Returns boolean

    +
  • Defined in src/pools/abstract-pool.ts:380
  • +
  • Defined in src/pools/abstract-pool.ts:371
  • +
  • Defined in src/pools/abstract-pool.ts:220
  • +
  • Defined in src/pools/abstract-pool.ts:288
  • +
  • Defined in src/pools/abstract-pool.ts:283
  • +
  • Defined in src/pools/abstract-pool.ts:273
  • +
  • Defined in src/pools/abstract-pool.ts:278
  • Methods

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

    Returns void

    +
  • Defined in src/pools/abstract-pool.ts:486
  • +
  • Defined in src/pools/abstract-pool.ts:677
  • +
  • Defined in src/pools/abstract-pool.ts:470
  • Returns TasksQueueOptions

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

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

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

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

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

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

    +
  • Defined in src/pools/abstract-pool.ts:186
  • +
  • Defined in src/pools/abstract-pool.ts:621
  • +
  • Defined in src/pools/abstract-pool.ts:717
  • +
  • Defined in src/pools/abstract-pool.ts:684
  • +
  • Defined in src/pools/abstract-pool.ts:668
  • Returns undefined | Task<Data>

    +
  • Defined in src/pools/abstract-pool.ts:853
  • +
  • Defined in src/pools/abstract-pool.ts:431
  • +
  • Defined in src/pools/abstract-pool.ts:446
  • +
  • Defined in src/pools/abstract-pool.ts:336
  • Returns number

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

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

    +
  • Defined in src/pools/abstract-pool.ts:861
  • +
  • Defined in src/pools/abstract-pool.ts:872
  • Returns TaskStatistics

    +
  • Defined in src/pools/abstract-pool.ts:923
  • +
  • Defined in src/pools/abstract-pool.ts:296
  • Returns WorkerUsage

    +
  • Defined in src/pools/abstract-pool.ts:890
  • +
  • Defined in src/pools/abstract-pool.ts:387
  • +
  • Defined in src/pools/abstract-pool.ts:461
  • +
  • Defined in src/pools/abstract-pool.ts:802
  • +
  • Defined in src/pools/abstract-pool.ts:659
  • +
  • Defined in src/pools/abstract-pool.ts:836
  • +
  • Defined in src/pools/abstract-pool.ts:648
  • +
  • Defined in src/pools/abstract-pool.ts:348
  • +
  • Defined in src/pools/abstract-pool.ts:303
  • +
  • Defined in src/pools/abstract-pool.ts:325
  • +
  • Defined in src/pools/abstract-pool.ts:789
  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:878
  • +
  • Defined in src/pools/abstract-pool.ts:454
  • +
  • Defined in src/pools/abstract-pool.ts:638
  • Returns number

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

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

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

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

    +
  • Defined in src/pools/abstract-pool.ts:538
  • +
  • Defined in src/pools/abstract-pool.ts:741
  • +
  • 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

    @@ -217,7 +217,7 @@
  • Returns TaskPerformance

  • +
  • 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
  • +
  • Defined in src/worker/abstract-worker.ts:255
  • +
  • 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
  • +
  • Defined in src/worker/abstract-worker.ts:255
  • +
  • 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:87
  • 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:86
  • 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:54
  • 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>
    @@ -217,7 +217,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:72
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -226,7 +226,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

    @@ -241,7 +241,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:371
  • +
  • Defined in src/pools/abstract-pool.ts:220
  • +
  • Defined in src/pools/cluster/dynamic.ts:42
  • +
  • Defined in src/pools/cluster/fixed.ts:110
  • +
  • Defined in src/pools/cluster/dynamic.ts:37
  • +
  • Defined in src/pools/cluster/fixed.ts:105
  • Methods

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

    +
  • Defined in src/pools/abstract-pool.ts:486
  • +
  • Defined in src/pools/cluster/fixed.ts:94
  • +
  • Defined in src/pools/abstract-pool.ts:470
  • +
  • Defined in src/pools/abstract-pool.ts:717
  • +
  • Defined in src/pools/abstract-pool.ts:684
  • +
  • Defined in src/pools/cluster/fixed.ts:89
  • +
  • Defined in src/pools/abstract-pool.ts:431
  • +
  • Defined in src/pools/cluster/fixed.ts:70
  • +
  • Defined in src/pools/abstract-pool.ts:336
  • +
  • Defined in src/pools/abstract-pool.ts:396
  • +
  • Defined in src/pools/abstract-pool.ts:387
  • +
  • Defined in src/pools/cluster/fixed.ts:65
  • +
  • Defined in src/pools/cluster/fixed.ts:81
  • +
  • Defined in src/pools/cluster/fixed.ts:76
  • +
  • Defined in src/pools/abstract-pool.ts:348
  • +
  • Defined in src/pools/abstract-pool.ts:303
  • +
  • Defined in src/pools/abstract-pool.ts:325
  • +
  • Defined in src/pools/cluster/fixed.ts:60
  • +
  • Defined in src/pools/abstract-pool.ts:741
  • +
  • Defined in src/pools/abstract-pool.ts:741
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:167
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:113
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:126
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:185
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:198
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:139
  • +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:153
  • +
  • Defined in src/pools/pool.ts:144
  • env?: Record<string, unknown>
    @@ -80,7 +80,7 @@

    See

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

    +
  • Defined in src/pools/cluster/fixed.ts: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,7 +144,7 @@
    +
  • Defined in src/pools/pool.ts:148
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    @@ -155,7 +155,7 @@
    +
  • Defined in src/pools/pool.ts: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)
    @@ -216,7 +216,7 @@

    Returns void

    +
  • 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
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:191
  • reset: (() => boolean)
    @@ -100,7 +100,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:172
  • setOptions: ((opts) => void)
    @@ -124,15 +124,15 @@

    Returns void

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:197
  • -
    strategyPolicy: StrategyPolicy
    +
    strategyPolicy: StrategyPolicy

    Strategy policy.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:162
  • taskStatisticsRequirements: TaskStatisticsRequirements
    @@ -140,7 +140,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:166
  • update: ((workerNodeKey) => boolean)
    @@ -162,7 +162,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:178
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:65
  • +
  • Defined in src/pools/worker.ts:71
  • history: CircularArray<number>
    @@ -62,7 +62,7 @@
    +
  • Defined in src/pools/worker.ts:79
  • median: number
    @@ -70,7 +70,7 @@
    +
  • Defined in src/pools/worker.ts:75
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:116
  • median: boolean
    @@ -61,7 +61,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:120
  • +
  • Defined in src/utility-types.ts:84
  • statistics?: WorkerStatistics
    @@ -114,7 +114,7 @@
    +
  • Defined in src/utility-types.ts:88
  • taskError?: TaskError<Data>
    @@ -122,7 +122,7 @@
    +
  • Defined in src/utility-types.ts:76
  • taskPerformance?: TaskPerformance
    @@ -130,7 +130,7 @@
    +
  • Defined in src/utility-types.ts:80
  • timestamp?: number
    @@ -139,7 +139,7 @@
    +
  • Defined in src/pools/worker.ts:51
  • +
  • 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,7 +123,7 @@
    +
  • Defined in src/pools/pool.ts:148
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    @@ -133,7 +133,7 @@

    Default Value

    WorkerChoiceStrategies.ROUND_ROBIN

    +
  • Defined in src/pools/pool.ts: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:23
  • +
  • Defined in src/utility-types.ts:41
  • timestamp: number
    @@ -61,7 +61,7 @@
    +
  • Defined in src/utility-types.ts:37
  • +
  • Defined in src/pools/worker.ts:106
  • failed: number
    @@ -62,7 +62,7 @@
    +
  • Defined in src/pools/worker.ts:114
  • queued: number
    @@ -70,7 +70,7 @@
    +
  • Defined in src/pools/worker.ts:110
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:132
  • @@ -61,7 +61,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:136
  • +
  • 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,7 +123,7 @@
    +
  • Defined in src/pools/pool.ts:148
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LEAST_USED" | "LEAST_BUSY" | "LEAST_ELU" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" | "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
    @@ -134,7 +134,7 @@
    +
  • Defined in src/pools/pool.ts: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:75
  • @@ -67,7 +67,7 @@

    Default Value

    { median: false }

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:81
  • waitTime?: MeasurementOptions
    @@ -77,7 +77,7 @@

    Default Value

    { median: false }

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

    Default Value

    Computed worker weights automatically given the CPU performance.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:100
  • +
  • Defined in src/pools/worker.ts:175
  • workerUsage: WorkerUsage
    @@ -74,7 +74,7 @@
    +
  • Defined in src/pools/worker.ts:179
  • +
  • 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/pools/worker.ts:130
  • @@ -62,7 +62,7 @@
    +
  • Defined in src/pools/worker.ts:126
  • @@ -70,7 +70,7 @@
    +
  • Defined in src/pools/worker.ts:134
  • +
  • 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/selection-strategies/selection-strategies-types.ts:56
  • +
  • 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-functions.ts:7
  • +
  • Defined in src/pools/pool.ts:45
  • +
  • Defined in src/worker/worker-options.ts:4
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:47
  • +
  • Defined in src/pools/pool.ts:55
  • +
  • Defined in src/pools/pool.ts:18
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:4
  • +
  • Defined in src/pools/pool.ts:37