From 2c94c3a5da9d6b4a0ac992386907d8a406ee38f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 21:02:55 +0000 Subject: [PATCH] chore: generate documentation --- docs/assets/highlight.css | 19 +- docs/assets/search.js | 2 +- docs/classes/AbstractPool.html | 182 +++++++++--------- docs/classes/AbstractWorker.html | 161 +++++++++------- docs/classes/CircularArray.html | 23 +-- docs/classes/ClusterWorker.html | 125 ++++++------ docs/classes/DynamicClusterPool.html | 96 +++++---- docs/classes/DynamicThreadPool.html | 96 +++++---- docs/classes/FixedClusterPool.html | 94 +++++---- docs/classes/FixedThreadPool.html | 94 +++++---- docs/classes/PoolEmitter.html | 95 ++++----- docs/classes/Queue.html | 17 +- docs/classes/ThreadWorker.html | 125 ++++++------ docs/classes/WorkerChoiceStrategyContext.html | 41 ++-- docs/enums/PoolType.html | 7 +- docs/index.html | 2 + docs/interfaces/ClusterPoolOptions.html | 25 +-- docs/interfaces/IPool.html | 38 ++-- docs/interfaces/IWorker.html | 7 +- docs/interfaces/IWorkerChoiceStrategy.html | 51 +++-- docs/interfaces/MessageValue.html | 29 ++- docs/interfaces/PoolOptions.html | 21 +- docs/interfaces/PromiseResponseWrapper.html | 9 +- docs/interfaces/RequiredStatistics.html | 9 +- docs/interfaces/Task.html | 20 +- docs/interfaces/TasksQueueOptions.html | 5 +- docs/interfaces/TasksUsage.html | 17 +- .../WorkerChoiceStrategyOptions.html | 19 +- docs/interfaces/WorkerNode.html | 9 +- docs/interfaces/WorkerOptions.html | 15 +- docs/types/Draft.html | 3 +- docs/types/ErrorHandler.html | 3 +- docs/types/ExitHandler.html | 3 +- docs/types/KillBehavior.html | 3 +- docs/types/MessageHandler.html | 3 +- docs/types/OnlineHandler.html | 3 +- docs/types/PoolEvent.html | 3 +- docs/types/TaskFunctions.html | 100 ++++++++++ .../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/variables/KillBehaviors.html | 3 +- docs/variables/PoolEvents.html | 3 +- docs/variables/WorkerChoiceStrategies.html | 3 +- 46 files changed, 963 insertions(+), 635 deletions(-) create mode 100644 docs/types/TaskFunctions.html diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css index 41ae3085..e1c34dac 100644 --- a/docs/assets/highlight.css +++ b/docs/assets/highlight.css @@ -9,14 +9,16 @@ --dark-hl-3: #9CDCFE; --light-hl-4: #0000FF; --dark-hl-4: #569CD6; - --light-hl-5: #0070C1; - --dark-hl-5: #4FC1FF; + --light-hl-5: #AF00DB; + --dark-hl-5: #C586C0; --light-hl-6: #A31515; --dark-hl-6: #CE9178; - --light-hl-7: #008000; - --dark-hl-7: #6A9955; - --light-hl-8: #AF00DB; - --dark-hl-8: #C586C0; + --light-hl-7: #0070C1; + --dark-hl-7: #4FC1FF; + --light-hl-8: #008000; + --dark-hl-8: #6A9955; + --light-hl-9: #267F99; + --dark-hl-9: #4EC9B0; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @@ -31,6 +33,7 @@ --hl-6: var(--light-hl-6); --hl-7: var(--light-hl-7); --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); --code-background: var(--light-code-background); } } @@ -44,6 +47,7 @@ --hl-6: var(--dark-hl-6); --hl-7: var(--dark-hl-7); --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); --code-background: var(--dark-code-background); } } @@ -57,6 +61,7 @@ --hl-6: var(--light-hl-6); --hl-7: var(--light-hl-7); --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); --code-background: var(--light-code-background); } @@ -70,6 +75,7 @@ --hl-6: var(--dark-hl-6); --hl-7: var(--dark-hl-7); --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); --code-background: var(--dark-code-background); } @@ -82,4 +88,5 @@ .hl-6 { color: var(--hl-6); } .hl-7 { color: var(--hl-7); } .hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } pre, code { background: var(--code-background); } diff --git a/docs/assets/search.js b/docs/assets/search.js index 45eb31c9..2c11d4a3 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"rows\":[{\"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\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicClusterPool.html#type\",\"classes\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicClusterPool.html#full\",\"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-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\":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-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicClusterPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/DynamicClusterPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/DynamicClusterPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicClusterPool.workerListener.workerListener\"},{\"kind\":128,\"name\":\"FixedClusterPool\",\"url\":\"classes/FixedClusterPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedClusterPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedClusterPool.html#opts\",\"classes\":\"tsd-is-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\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedClusterPool.html#full\",\"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-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedClusterPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/FixedClusterPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/FixedClusterPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/FixedClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedClusterPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedClusterPool.workerListener.workerListener\"},{\"kind\":256,\"name\":\"ClusterPoolOptions\",\"url\":\"interfaces/ClusterPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"env\",\"url\":\"interfaces/ClusterPoolOptions.html#env\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"settings\",\"url\":\"interfaces/ClusterPoolOptions.html#settings\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#messageHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#errorHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#onlineHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#exitHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"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\":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\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/AbstractPool.html#filePath\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/AbstractPool.html#opts\",\"classes\":\"\",\"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\":\"checkValidTasksQueueOptions\",\"url\":\"classes/AbstractPool.html#checkValidTasksQueueOptions\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/AbstractPool.html#type\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/AbstractPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/AbstractPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private\",\"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\":\"chooseWorkerNode\",\"url\":\"classes/AbstractPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/AbstractPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/AbstractPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/AbstractPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/AbstractPool.html#afterWorkerSetup\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/AbstractPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/AbstractPool.html#workerListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AbstractPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"AbstractPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"checkAndEmitEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNodeTasksUsage\",\"url\":\"classes/AbstractPool.html#setWorkerNodeTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"getWorkerTasksUsage\",\"url\":\"classes/AbstractPool.html#getWorkerTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"pushWorkerNode\",\"url\":\"classes/AbstractPool.html#pushWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNode\",\"url\":\"classes/AbstractPool.html#setWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"removeWorkerNode\",\"url\":\"classes/AbstractPool.html#removeWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"executeTask\",\"url\":\"classes/AbstractPool.html#executeTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"enqueueTask\",\"url\":\"classes/AbstractPool.html#enqueueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"dequeueTask\",\"url\":\"classes/AbstractPool.html#dequeueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"tasksQueueSize\",\"url\":\"classes/AbstractPool.html#tasksQueueSize\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/AbstractPool.html#flushTasksQueue\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueueByWorker\",\"url\":\"classes/AbstractPool.html#flushTasksQueueByWorker\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueues\",\"url\":\"classes/AbstractPool.html#flushTasksQueues\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":32,\"name\":\"PoolEvents\",\"url\":\"variables/PoolEvents.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IPool\",\"url\":\"interfaces/IPool.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IPool.html#type\",\"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\":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\":\"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\":\"PoolEvent\",\"url\":\"types/PoolEvent.html\",\"classes\":\"\"},{\"kind\":8,\"name\":\"PoolType\",\"url\":\"enums/PoolType.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"FIXED\",\"url\":\"enums/PoolType.html#FIXED\",\"classes\":\"\",\"parent\":\"PoolType\"},{\"kind\":16,\"name\":\"DYNAMIC\",\"url\":\"enums/PoolType.html#DYNAMIC\",\"classes\":\"\",\"parent\":\"PoolType\"},{\"kind\":256,\"name\":\"TasksQueueOptions\",\"url\":\"interfaces/TasksQueueOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"concurrency\",\"url\":\"interfaces/TasksQueueOptions.html#concurrency\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":4194304,\"name\":\"ErrorHandler\",\"url\":\"types/ErrorHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ErrorHandler.html#__type\",\"classes\":\"\",\"parent\":\"ErrorHandler\"},{\"kind\":4194304,\"name\":\"ExitHandler\",\"url\":\"types/ExitHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ExitHandler.html#__type\",\"classes\":\"\",\"parent\":\"ExitHandler\"},{\"kind\":256,\"name\":\"IWorker\",\"url\":\"interfaces/IWorker.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"on\",\"url\":\"interfaces/IWorker.html#on\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"once\",\"url\":\"interfaces/IWorker.html#once\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorker.html#once.__type\",\"classes\":\"\",\"parent\":\"IWorker.once\"},{\"kind\":4194304,\"name\":\"MessageHandler\",\"url\":\"types/MessageHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MessageHandler.html#__type\",\"classes\":\"\",\"parent\":\"MessageHandler\"},{\"kind\":4194304,\"name\":\"OnlineHandler\",\"url\":\"types/OnlineHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OnlineHandler.html#__type\",\"classes\":\"\",\"parent\":\"OnlineHandler\"},{\"kind\":256,\"name\":\"Task\",\"url\":\"interfaces/Task.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Task.html#data\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Task.html#id\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":256,\"name\":\"TasksUsage\",\"url\":\"interfaces/TasksUsage.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/TasksUsage.html#run\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"running\",\"url\":\"interfaces/TasksUsage.html#running\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TasksUsage.html#runTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"runTimeHistory\",\"url\":\"interfaces/TasksUsage.html#runTimeHistory\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"avgRunTime\",\"url\":\"interfaces/TasksUsage.html#avgRunTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/TasksUsage.html#medRunTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TasksUsage.html#error\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":256,\"name\":\"WorkerNode\",\"url\":\"interfaces/WorkerNode.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/WorkerNode.html#worker\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksUsage\",\"url\":\"interfaces/WorkerNode.html#tasksUsage\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksQueue\",\"url\":\"interfaces/WorkerNode.html#tasksQueue\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":32,\"name\":\"WorkerChoiceStrategies\",\"url\":\"variables/WorkerChoiceStrategies.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IWorkerChoiceStrategy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"requiredStatistics\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#requiredStatistics\",\"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\":\"choose\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose.__type\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.choose\"},{\"kind\":1024,\"name\":\"remove\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove.__type-2\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.remove\"},{\"kind\":1024,\"name\":\"setOptions\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions.__type-6\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.setOptions\"},{\"kind\":256,\"name\":\"RequiredStatistics\",\"url\":\"interfaces/RequiredStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/RequiredStatistics.html#runTime\",\"classes\":\"\",\"parent\":\"RequiredStatistics\"},{\"kind\":1024,\"name\":\"avgRunTime\",\"url\":\"interfaces/RequiredStatistics.html#avgRunTime\",\"classes\":\"\",\"parent\":\"RequiredStatistics\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/RequiredStatistics.html#medRunTime\",\"classes\":\"\",\"parent\":\"RequiredStatistics\"},{\"kind\":4194304,\"name\":\"WorkerChoiceStrategy\",\"url\":\"types/WorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerChoiceStrategyOptions\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#medRunTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":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\":\"getRequiredStatistics\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getRequiredStatistics\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyContext\"},{\"kind\":2048,\"name\":\"setWorkerChoiceStrategy\",\"url\":\"classes/WorkerChoiceStrategyContext.html#setWorkerChoiceStrategy\",\"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\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicThreadPool.html#type\",\"classes\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicThreadPool.html#full\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/DynamicThreadPool.html#busy\",\"classes\":\"tsd-is-protected\",\"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\":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-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicThreadPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/DynamicThreadPool.html#opts\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/DynamicThreadPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/DynamicThreadPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/DynamicThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicThreadPool.workerListener.workerListener\"},{\"kind\":128,\"name\":\"FixedThreadPool\",\"url\":\"classes/FixedThreadPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedThreadPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":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\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedThreadPool.html#full\",\"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-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedThreadPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedThreadPool.html#opts\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/FixedThreadPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/FixedThreadPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/FixedThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/FixedThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedThreadPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedThreadPool.workerListener.workerListener\"},{\"kind\":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\":\"lastTaskTimestamp\",\"url\":\"classes/AbstractWorker.html#lastTaskTimestamp\",\"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\":\"checkFunctionInput\",\"url\":\"classes/AbstractWorker.html#checkFunctionInput\",\"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\":\"run\",\"url\":\"classes/AbstractWorker.html#run\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractWorker\"},{\"kind\":2048,\"name\":\"runAsync\",\"url\":\"classes/AbstractWorker.html#runAsync\",\"classes\":\"tsd-is-protected\",\"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\":\"lastTaskTimestamp\",\"url\":\"classes/ClusterWorker.html#lastTaskTimestamp\",\"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\":\"run\",\"url\":\"classes/ClusterWorker.html#run\",\"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\":\"lastTaskTimestamp\",\"url\":\"classes/ThreadWorker.html#lastTaskTimestamp\",\"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\":\"run\",\"url\":\"classes/ThreadWorker.html#run\",\"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\":\"Draft\",\"url\":\"types/Draft.html\",\"classes\":\"\"},{\"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\":\"MessageValue\",\"url\":\"interfaces/MessageValue.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"kill\",\"url\":\"interfaces/MessageValue.html#kill\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/MessageValue.html#error\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/MessageValue.html#runTime\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"interfaces/MessageValue.html#parent\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/MessageValue.html#data\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/MessageValue.html#id\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MessageValue\"},{\"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\":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\":262144,\"name\":\"size\",\"url\":\"classes/Queue.html#size\",\"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\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,55.4]],[\"comment/0\",[]],[\"name/1\",[1,35.031]],[\"comment/1\",[]],[\"name/2\",[2,50.291]],[\"comment/2\",[]],[\"name/3\",[3,40.736]],[\"comment/3\",[]],[\"name/4\",[4,40.736]],[\"comment/4\",[]],[\"name/5\",[5,42.407]],[\"comment/5\",[]],[\"name/6\",[6,38.054]],[\"comment/6\",[]],[\"name/7\",[7,42.407]],[\"comment/7\",[]],[\"name/8\",[8,38.054]],[\"comment/8\",[]],[\"name/9\",[9,42.407]],[\"comment/9\",[]],[\"name/10\",[10,42.407]],[\"comment/10\",[]],[\"name/11\",[11,42.407]],[\"comment/11\",[]],[\"name/12\",[12,42.407]],[\"comment/12\",[]],[\"name/13\",[13,42.407]],[\"comment/13\",[]],[\"name/14\",[14,40.736]],[\"comment/14\",[]],[\"name/15\",[15,40.736]],[\"comment/15\",[]],[\"name/16\",[16,42.407]],[\"comment/16\",[]],[\"name/17\",[17,40.736]],[\"comment/17\",[]],[\"name/18\",[18,42.407]],[\"comment/18\",[]],[\"name/19\",[19,42.407]],[\"comment/19\",[]],[\"name/20\",[20,42.407]],[\"comment/20\",[]],[\"name/21\",[21,42.407]],[\"comment/21\",[]],[\"name/22\",[22,39.305]],[\"comment/22\",[]],[\"name/23\",[23,40.736]],[\"comment/23\",[]],[\"name/24\",[24,38.054]],[\"comment/24\",[]],[\"name/25\",[25,40.736]],[\"comment/25\",[]],[\"name/26\",[26,42.407]],[\"comment/26\",[]],[\"name/27\",[27,39.305]],[\"comment/27\",[]],[\"name/28\",[28,40.736]],[\"comment/28\",[]],[\"name/29\",[29,42.407]],[\"comment/29\",[]],[\"name/30\",[30,42.407]],[\"comment/30\",[]],[\"name/31\",[31,42.407]],[\"comment/31\",[]],[\"name/32\",[32,42.407]],[\"comment/32\",[]],[\"name/33\",[33,42.407]],[\"comment/33\",[]],[\"name/34\",[34,27.467]],[\"comment/34\",[]],[\"name/35\",[35,55.4]],[\"comment/35\",[]],[\"name/36\",[1,35.031]],[\"comment/36\",[]],[\"name/37\",[6,38.054]],[\"comment/37\",[]],[\"name/38\",[7,42.407]],[\"comment/38\",[]],[\"name/39\",[8,38.054]],[\"comment/39\",[]],[\"name/40\",[9,42.407]],[\"comment/40\",[]],[\"name/41\",[10,42.407]],[\"comment/41\",[]],[\"name/42\",[11,42.407]],[\"comment/42\",[]],[\"name/43\",[12,42.407]],[\"comment/43\",[]],[\"name/44\",[13,42.407]],[\"comment/44\",[]],[\"name/45\",[3,40.736]],[\"comment/45\",[]],[\"name/46\",[4,40.736]],[\"comment/46\",[]],[\"name/47\",[5,42.407]],[\"comment/47\",[]],[\"name/48\",[14,40.736]],[\"comment/48\",[]],[\"name/49\",[15,40.736]],[\"comment/49\",[]],[\"name/50\",[16,42.407]],[\"comment/50\",[]],[\"name/51\",[17,40.736]],[\"comment/51\",[]],[\"name/52\",[18,42.407]],[\"comment/52\",[]],[\"name/53\",[19,42.407]],[\"comment/53\",[]],[\"name/54\",[20,42.407]],[\"comment/54\",[]],[\"name/55\",[21,42.407]],[\"comment/55\",[]],[\"name/56\",[22,39.305]],[\"comment/56\",[]],[\"name/57\",[23,40.736]],[\"comment/57\",[]],[\"name/58\",[24,38.054]],[\"comment/58\",[]],[\"name/59\",[25,40.736]],[\"comment/59\",[]],[\"name/60\",[26,42.407]],[\"comment/60\",[]],[\"name/61\",[27,39.305]],[\"comment/61\",[]],[\"name/62\",[28,40.736]],[\"comment/62\",[]],[\"name/63\",[29,42.407]],[\"comment/63\",[]],[\"name/64\",[30,42.407]],[\"comment/64\",[]],[\"name/65\",[31,42.407]],[\"comment/65\",[]],[\"name/66\",[32,42.407]],[\"comment/66\",[]],[\"name/67\",[33,42.407]],[\"comment/67\",[]],[\"name/68\",[34,27.467]],[\"comment/68\",[]],[\"name/69\",[36,55.4]],[\"comment/69\",[]],[\"name/70\",[37,55.4]],[\"comment/70\",[]],[\"name/71\",[38,55.4]],[\"comment/71\",[]],[\"name/72\",[39,46.927]],[\"comment/72\",[]],[\"name/73\",[40,46.927]],[\"comment/73\",[]],[\"name/74\",[41,46.927]],[\"comment/74\",[]],[\"name/75\",[42,46.927]],[\"comment/75\",[]],[\"name/76\",[43,44.413]],[\"comment/76\",[]],[\"name/77\",[44,46.927]],[\"comment/77\",[]],[\"name/78\",[45,50.291]],[\"comment/78\",[]],[\"name/79\",[24,38.054]],[\"comment/79\",[]],[\"name/80\",[46,46.927]],[\"comment/80\",[]],[\"name/81\",[47,55.4]],[\"comment/81\",[]],[\"name/82\",[1,35.031]],[\"comment/82\",[]],[\"name/83\",[14,40.736]],[\"comment/83\",[]],[\"name/84\",[15,40.736]],[\"comment/84\",[]],[\"name/85\",[16,42.407]],[\"comment/85\",[]],[\"name/86\",[17,40.736]],[\"comment/86\",[]],[\"name/87\",[18,42.407]],[\"comment/87\",[]],[\"name/88\",[19,42.407]],[\"comment/88\",[]],[\"name/89\",[6,38.054]],[\"comment/89\",[]],[\"name/90\",[48,55.4]],[\"comment/90\",[]],[\"name/91\",[49,55.4]],[\"comment/91\",[]],[\"name/92\",[50,55.4]],[\"comment/92\",[]],[\"name/93\",[51,55.4]],[\"comment/93\",[]],[\"name/94\",[52,55.4]],[\"comment/94\",[]],[\"name/95\",[3,40.736]],[\"comment/95\",[]],[\"name/96\",[20,42.407]],[\"comment/96\",[]],[\"name/97\",[21,42.407]],[\"comment/97\",[]],[\"name/98\",[53,55.4]],[\"comment/98\",[]],[\"name/99\",[22,39.305]],[\"comment/99\",[]],[\"name/100\",[23,40.736]],[\"comment/100\",[]],[\"name/101\",[24,38.054]],[\"comment/101\",[]],[\"name/102\",[25,40.736]],[\"comment/102\",[]],[\"name/103\",[54,55.4]],[\"comment/103\",[]],[\"name/104\",[4,40.736]],[\"comment/104\",[]],[\"name/105\",[5,42.407]],[\"comment/105\",[]],[\"name/106\",[26,42.407]],[\"comment/106\",[]],[\"name/107\",[27,39.305]],[\"comment/107\",[]],[\"name/108\",[28,40.736]],[\"comment/108\",[]],[\"name/109\",[9,42.407]],[\"comment/109\",[]],[\"name/110\",[7,42.407]],[\"comment/110\",[]],[\"name/111\",[8,38.054]],[\"comment/111\",[]],[\"name/112\",[29,42.407]],[\"comment/112\",[]],[\"name/113\",[30,42.407]],[\"comment/113\",[]],[\"name/114\",[31,42.407]],[\"comment/114\",[]],[\"name/115\",[10,42.407]],[\"comment/115\",[]],[\"name/116\",[11,42.407]],[\"comment/116\",[]],[\"name/117\",[12,42.407]],[\"comment/117\",[]],[\"name/118\",[13,42.407]],[\"comment/118\",[]],[\"name/119\",[32,42.407]],[\"comment/119\",[]],[\"name/120\",[33,42.407]],[\"comment/120\",[]],[\"name/121\",[34,27.467]],[\"comment/121\",[]],[\"name/122\",[55,55.4]],[\"comment/122\",[]],[\"name/123\",[56,55.4]],[\"comment/123\",[]],[\"name/124\",[57,55.4]],[\"comment/124\",[]],[\"name/125\",[58,55.4]],[\"comment/125\",[]],[\"name/126\",[59,55.4]],[\"comment/126\",[]],[\"name/127\",[60,55.4]],[\"comment/127\",[]],[\"name/128\",[61,55.4]],[\"comment/128\",[]],[\"name/129\",[62,55.4]],[\"comment/129\",[]],[\"name/130\",[63,55.4]],[\"comment/130\",[]],[\"name/131\",[64,55.4]],[\"comment/131\",[]],[\"name/132\",[65,55.4]],[\"comment/132\",[]],[\"name/133\",[66,55.4]],[\"comment/133\",[]],[\"name/134\",[67,55.4]],[\"comment/134\",[]],[\"name/135\",[68,55.4]],[\"comment/135\",[]],[\"name/136\",[69,55.4]],[\"comment/136\",[]],[\"name/137\",[3,40.736]],[\"comment/137\",[]],[\"name/138\",[14,40.736]],[\"comment/138\",[]],[\"name/139\",[15,40.736]],[\"comment/139\",[]],[\"name/140\",[27,39.305]],[\"comment/140\",[]],[\"name/141\",[34,27.467]],[\"comment/141\",[]],[\"name/142\",[28,40.736]],[\"comment/142\",[]],[\"name/143\",[34,27.467]],[\"comment/143\",[]],[\"name/144\",[22,39.305]],[\"comment/144\",[]],[\"name/145\",[34,27.467]],[\"comment/145\",[]],[\"name/146\",[23,40.736]],[\"comment/146\",[]],[\"name/147\",[34,27.467]],[\"comment/147\",[]],[\"name/148\",[24,38.054]],[\"comment/148\",[]],[\"name/149\",[34,27.467]],[\"comment/149\",[]],[\"name/150\",[25,40.736]],[\"comment/150\",[]],[\"name/151\",[34,27.467]],[\"comment/151\",[]],[\"name/152\",[70,55.4]],[\"comment/152\",[]],[\"name/153\",[71,55.4]],[\"comment/153\",[]],[\"name/154\",[39,46.927]],[\"comment/154\",[]],[\"name/155\",[40,46.927]],[\"comment/155\",[]],[\"name/156\",[41,46.927]],[\"comment/156\",[]],[\"name/157\",[42,46.927]],[\"comment/157\",[]],[\"name/158\",[43,44.413]],[\"comment/158\",[]],[\"name/159\",[44,46.927]],[\"comment/159\",[]],[\"name/160\",[45,50.291]],[\"comment/160\",[]],[\"name/161\",[24,38.054]],[\"comment/161\",[]],[\"name/162\",[46,46.927]],[\"comment/162\",[]],[\"name/163\",[72,55.4]],[\"comment/163\",[]],[\"name/164\",[73,55.4]],[\"comment/164\",[]],[\"name/165\",[74,55.4]],[\"comment/165\",[]],[\"name/166\",[75,55.4]],[\"comment/166\",[]],[\"name/167\",[46,46.927]],[\"comment/167\",[]],[\"name/168\",[76,55.4]],[\"comment/168\",[]],[\"name/169\",[40,46.927]],[\"comment/169\",[]],[\"name/170\",[34,27.467]],[\"comment/170\",[]],[\"name/171\",[42,46.927]],[\"comment/171\",[]],[\"name/172\",[34,27.467]],[\"comment/172\",[]],[\"name/173\",[77,55.4]],[\"comment/173\",[]],[\"name/174\",[78,55.4]],[\"comment/174\",[]],[\"name/175\",[79,55.4]],[\"comment/175\",[]],[\"name/176\",[34,27.467]],[\"comment/176\",[]],[\"name/177\",[39,46.927]],[\"comment/177\",[]],[\"name/178\",[34,27.467]],[\"comment/178\",[]],[\"name/179\",[41,46.927]],[\"comment/179\",[]],[\"name/180\",[34,27.467]],[\"comment/180\",[]],[\"name/181\",[80,55.4]],[\"comment/181\",[]],[\"name/182\",[81,50.291]],[\"comment/182\",[]],[\"name/183\",[82,50.291]],[\"comment/183\",[]],[\"name/184\",[83,50.291]],[\"comment/184\",[]],[\"name/185\",[84,44.413]],[\"comment/185\",[]],[\"name/186\",[85,55.4]],[\"comment/186\",[]],[\"name/187\",[86,46.927]],[\"comment/187\",[]],[\"name/188\",[87,55.4]],[\"comment/188\",[]],[\"name/189\",[88,50.291]],[\"comment/189\",[]],[\"name/190\",[89,46.927]],[\"comment/190\",[]],[\"name/191\",[90,50.291]],[\"comment/191\",[]],[\"name/192\",[91,55.4]],[\"comment/192\",[]],[\"name/193\",[92,50.291]],[\"comment/193\",[]],[\"name/194\",[83,50.291]],[\"comment/194\",[]],[\"name/195\",[93,55.4]],[\"comment/195\",[]],[\"name/196\",[94,50.291]],[\"comment/196\",[]],[\"name/197\",[95,55.4]],[\"comment/197\",[]],[\"name/198\",[96,50.291]],[\"comment/198\",[]],[\"name/199\",[97,55.4]],[\"comment/199\",[]],[\"name/200\",[34,27.467]],[\"comment/200\",[]],[\"name/201\",[98,55.4]],[\"comment/201\",[]],[\"name/202\",[34,27.467]],[\"comment/202\",[]],[\"name/203\",[99,50.291]],[\"comment/203\",[]],[\"name/204\",[34,27.467]],[\"comment/204\",[]],[\"name/205\",[100,50.291]],[\"comment/205\",[]],[\"name/206\",[34,27.467]],[\"comment/206\",[]],[\"name/207\",[96,50.291]],[\"comment/207\",[]],[\"name/208\",[86,46.927]],[\"comment/208\",[]],[\"name/209\",[88,50.291]],[\"comment/209\",[]],[\"name/210\",[89,46.927]],[\"comment/210\",[]],[\"name/211\",[43,44.413]],[\"comment/211\",[]],[\"name/212\",[44,46.927]],[\"comment/212\",[]],[\"name/213\",[89,46.927]],[\"comment/213\",[]],[\"name/214\",[17,40.736]],[\"comment/214\",[]],[\"name/215\",[1,35.031]],[\"comment/215\",[]],[\"name/216\",[94,50.291]],[\"comment/216\",[]],[\"name/217\",[43,44.413]],[\"comment/217\",[]],[\"name/218\",[101,55.4]],[\"comment/218\",[]],[\"name/219\",[22,39.305]],[\"comment/219\",[]],[\"name/220\",[27,39.305]],[\"comment/220\",[]],[\"name/221\",[99,50.291]],[\"comment/221\",[]],[\"name/222\",[100,50.291]],[\"comment/222\",[]],[\"name/223\",[102,55.4]],[\"comment/223\",[]],[\"name/224\",[1,35.031]],[\"comment/224\",[]],[\"name/225\",[2,50.291]],[\"comment/225\",[]],[\"name/226\",[3,40.736]],[\"comment/226\",[]],[\"name/227\",[4,40.736]],[\"comment/227\",[]],[\"name/228\",[5,42.407]],[\"comment/228\",[]],[\"name/229\",[8,38.054]],[\"comment/229\",[]],[\"name/230\",[9,42.407]],[\"comment/230\",[]],[\"name/231\",[10,42.407]],[\"comment/231\",[]],[\"name/232\",[11,42.407]],[\"comment/232\",[]],[\"name/233\",[12,42.407]],[\"comment/233\",[]],[\"name/234\",[13,42.407]],[\"comment/234\",[]],[\"name/235\",[14,40.736]],[\"comment/235\",[]],[\"name/236\",[15,40.736]],[\"comment/236\",[]],[\"name/237\",[16,42.407]],[\"comment/237\",[]],[\"name/238\",[17,40.736]],[\"comment/238\",[]],[\"name/239\",[18,42.407]],[\"comment/239\",[]],[\"name/240\",[19,42.407]],[\"comment/240\",[]],[\"name/241\",[6,38.054]],[\"comment/241\",[]],[\"name/242\",[20,42.407]],[\"comment/242\",[]],[\"name/243\",[21,42.407]],[\"comment/243\",[]],[\"name/244\",[22,39.305]],[\"comment/244\",[]],[\"name/245\",[23,40.736]],[\"comment/245\",[]],[\"name/246\",[24,38.054]],[\"comment/246\",[]],[\"name/247\",[25,40.736]],[\"comment/247\",[]],[\"name/248\",[26,42.407]],[\"comment/248\",[]],[\"name/249\",[27,39.305]],[\"comment/249\",[]],[\"name/250\",[28,40.736]],[\"comment/250\",[]],[\"name/251\",[7,42.407]],[\"comment/251\",[]],[\"name/252\",[29,42.407]],[\"comment/252\",[]],[\"name/253\",[30,42.407]],[\"comment/253\",[]],[\"name/254\",[31,42.407]],[\"comment/254\",[]],[\"name/255\",[32,42.407]],[\"comment/255\",[]],[\"name/256\",[33,42.407]],[\"comment/256\",[]],[\"name/257\",[34,27.467]],[\"comment/257\",[]],[\"name/258\",[103,55.4]],[\"comment/258\",[]],[\"name/259\",[1,35.031]],[\"comment/259\",[]],[\"name/260\",[8,38.054]],[\"comment/260\",[]],[\"name/261\",[9,42.407]],[\"comment/261\",[]],[\"name/262\",[10,42.407]],[\"comment/262\",[]],[\"name/263\",[11,42.407]],[\"comment/263\",[]],[\"name/264\",[12,42.407]],[\"comment/264\",[]],[\"name/265\",[13,42.407]],[\"comment/265\",[]],[\"name/266\",[3,40.736]],[\"comment/266\",[]],[\"name/267\",[4,40.736]],[\"comment/267\",[]],[\"name/268\",[5,42.407]],[\"comment/268\",[]],[\"name/269\",[14,40.736]],[\"comment/269\",[]],[\"name/270\",[15,40.736]],[\"comment/270\",[]],[\"name/271\",[16,42.407]],[\"comment/271\",[]],[\"name/272\",[17,40.736]],[\"comment/272\",[]],[\"name/273\",[18,42.407]],[\"comment/273\",[]],[\"name/274\",[19,42.407]],[\"comment/274\",[]],[\"name/275\",[6,38.054]],[\"comment/275\",[]],[\"name/276\",[20,42.407]],[\"comment/276\",[]],[\"name/277\",[21,42.407]],[\"comment/277\",[]],[\"name/278\",[22,39.305]],[\"comment/278\",[]],[\"name/279\",[23,40.736]],[\"comment/279\",[]],[\"name/280\",[24,38.054]],[\"comment/280\",[]],[\"name/281\",[25,40.736]],[\"comment/281\",[]],[\"name/282\",[26,42.407]],[\"comment/282\",[]],[\"name/283\",[27,39.305]],[\"comment/283\",[]],[\"name/284\",[28,40.736]],[\"comment/284\",[]],[\"name/285\",[7,42.407]],[\"comment/285\",[]],[\"name/286\",[29,42.407]],[\"comment/286\",[]],[\"name/287\",[30,42.407]],[\"comment/287\",[]],[\"name/288\",[31,42.407]],[\"comment/288\",[]],[\"name/289\",[32,42.407]],[\"comment/289\",[]],[\"name/290\",[33,42.407]],[\"comment/290\",[]],[\"name/291\",[34,27.467]],[\"comment/291\",[]],[\"name/292\",[104,55.4]],[\"comment/292\",[]],[\"name/293\",[105,55.4]],[\"comment/293\",[]],[\"name/294\",[1,35.031]],[\"comment/294\",[]],[\"name/295\",[106,46.927]],[\"comment/295\",[]],[\"name/296\",[107,46.927]],[\"comment/296\",[]],[\"name/297\",[8,38.054]],[\"comment/297\",[]],[\"name/298\",[108,46.927]],[\"comment/298\",[]],[\"name/299\",[6,38.054]],[\"comment/299\",[]],[\"name/300\",[109,55.4]],[\"comment/300\",[]],[\"name/301\",[110,55.4]],[\"comment/301\",[]],[\"name/302\",[111,46.927]],[\"comment/302\",[]],[\"name/303\",[112,46.927]],[\"comment/303\",[]],[\"name/304\",[113,46.927]],[\"comment/304\",[]],[\"name/305\",[114,46.927]],[\"comment/305\",[]],[\"name/306\",[115,46.927]],[\"comment/306\",[]],[\"name/307\",[84,44.413]],[\"comment/307\",[]],[\"name/308\",[116,46.927]],[\"comment/308\",[]],[\"name/309\",[117,55.4]],[\"comment/309\",[]],[\"name/310\",[1,35.031]],[\"comment/310\",[]],[\"name/311\",[113,46.927]],[\"comment/311\",[]],[\"name/312\",[115,46.927]],[\"comment/312\",[]],[\"name/313\",[106,46.927]],[\"comment/313\",[]],[\"name/314\",[107,46.927]],[\"comment/314\",[]],[\"name/315\",[8,38.054]],[\"comment/315\",[]],[\"name/316\",[108,46.927]],[\"comment/316\",[]],[\"name/317\",[6,38.054]],[\"comment/317\",[]],[\"name/318\",[111,46.927]],[\"comment/318\",[]],[\"name/319\",[112,46.927]],[\"comment/319\",[]],[\"name/320\",[114,46.927]],[\"comment/320\",[]],[\"name/321\",[84,44.413]],[\"comment/321\",[]],[\"name/322\",[116,46.927]],[\"comment/322\",[]],[\"name/323\",[118,55.4]],[\"comment/323\",[]],[\"name/324\",[1,35.031]],[\"comment/324\",[]],[\"name/325\",[113,46.927]],[\"comment/325\",[]],[\"name/326\",[106,46.927]],[\"comment/326\",[]],[\"name/327\",[107,46.927]],[\"comment/327\",[]],[\"name/328\",[8,38.054]],[\"comment/328\",[]],[\"name/329\",[108,46.927]],[\"comment/329\",[]],[\"name/330\",[6,38.054]],[\"comment/330\",[]],[\"name/331\",[111,46.927]],[\"comment/331\",[]],[\"name/332\",[112,46.927]],[\"comment/332\",[]],[\"name/333\",[114,46.927]],[\"comment/333\",[]],[\"name/334\",[115,46.927]],[\"comment/334\",[]],[\"name/335\",[84,44.413]],[\"comment/335\",[]],[\"name/336\",[116,46.927]],[\"comment/336\",[]],[\"name/337\",[119,55.4]],[\"comment/337\",[]],[\"name/338\",[120,50.291]],[\"comment/338\",[]],[\"name/339\",[121,55.4]],[\"comment/339\",[]],[\"name/340\",[122,55.4]],[\"comment/340\",[]],[\"name/341\",[123,55.4]],[\"comment/341\",[]],[\"name/342\",[120,50.291]],[\"comment/342\",[]],[\"name/343\",[124,55.4]],[\"comment/343\",[]],[\"name/344\",[125,55.4]],[\"comment/344\",[]],[\"name/345\",[126,55.4]],[\"comment/345\",[]],[\"name/346\",[34,27.467]],[\"comment/346\",[]],[\"name/347\",[127,55.4]],[\"comment/347\",[]],[\"name/348\",[34,27.467]],[\"comment/348\",[]],[\"name/349\",[92,50.291]],[\"comment/349\",[]],[\"name/350\",[128,55.4]],[\"comment/350\",[]],[\"name/351\",[129,55.4]],[\"comment/351\",[]],[\"name/352\",[90,50.291]],[\"comment/352\",[]],[\"name/353\",[86,46.927]],[\"comment/353\",[]],[\"name/354\",[130,55.4]],[\"comment/354\",[]],[\"name/355\",[81,50.291]],[\"comment/355\",[]],[\"name/356\",[82,50.291]],[\"comment/356\",[]],[\"name/357\",[131,55.4]],[\"comment/357\",[]],[\"name/358\",[34,27.467]],[\"comment/358\",[]],[\"name/359\",[132,55.4]],[\"comment/359\",[]],[\"name/360\",[133,55.4]],[\"comment/360\",[]],[\"name/361\",[34,27.467]],[\"comment/361\",[]],[\"name/362\",[134,55.4]],[\"comment/362\",[]],[\"name/363\",[1,35.031]],[\"comment/363\",[]],[\"name/364\",[135,50.291]],[\"comment/364\",[]],[\"name/365\",[136,55.4]],[\"comment/365\",[]],[\"name/366\",[137,55.4]],[\"comment/366\",[]],[\"name/367\",[138,55.4]],[\"comment/367\",[]],[\"name/368\",[139,55.4]],[\"comment/368\",[]],[\"name/369\",[140,55.4]],[\"comment/369\",[]],[\"name/370\",[141,55.4]],[\"comment/370\",[]],[\"name/371\",[4,40.736]],[\"comment/371\",[]],[\"name/372\",[142,55.4]],[\"comment/372\",[]],[\"name/373\",[143,55.4]],[\"comment/373\",[]],[\"name/374\",[1,35.031]],[\"comment/374\",[]],[\"name/375\",[144,55.4]],[\"comment/375\",[]],[\"name/376\",[145,55.4]],[\"comment/376\",[]],[\"name/377\",[146,55.4]],[\"comment/377\",[]],[\"name/378\",[135,50.291]],[\"comment/378\",[]],[\"name/379\",[147,55.4]],[\"comment/379\",[]],[\"name/380\",[148,55.4]],[\"comment/380\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":34,\"name\":{\"34\":{},\"68\":{},\"121\":{},\"141\":{},\"143\":{},\"145\":{},\"147\":{},\"149\":{},\"151\":{},\"170\":{},\"172\":{},\"176\":{},\"178\":{},\"180\":{},\"200\":{},\"202\":{},\"204\":{},\"206\":{},\"257\":{},\"291\":{},\"346\":{},\"348\":{},\"358\":{},\"361\":{}},\"comment\":{}}],[\"abstractpool\",{\"_index\":47,\"name\":{\"81\":{}},\"comment\":{}}],[\"abstractworker\",{\"_index\":105,\"name\":{\"293\":{}},\"comment\":{}}],[\"aftertaskexecutionhook\",{\"_index\":30,\"name\":{\"30\":{},\"64\":{},\"113\":{},\"253\":{},\"287\":{}},\"comment\":{}}],[\"afterworkersetup\",{\"_index\":13,\"name\":{\"13\":{},\"44\":{},\"118\":{},\"234\":{},\"265\":{}},\"comment\":{}}],[\"aliveinterval\",{\"_index\":107,\"name\":{\"296\":{},\"314\":{},\"327\":{}},\"comment\":{}}],[\"async\",{\"_index\":123,\"name\":{\"341\":{}},\"comment\":{}}],[\"avgruntime\",{\"_index\":88,\"name\":{\"189\":{},\"209\":{}},\"comment\":{}}],[\"beforetaskexecutionhook\",{\"_index\":29,\"name\":{\"29\":{},\"63\":{},\"112\":{},\"252\":{},\"286\":{}},\"comment\":{}}],[\"buildtasksqueueoptions\",{\"_index\":54,\"name\":{\"103\":{}},\"comment\":{}}],[\"busy\",{\"_index\":5,\"name\":{\"5\":{},\"47\":{},\"105\":{},\"228\":{},\"268\":{}},\"comment\":{}}],[\"checkalive\",{\"_index\":114,\"name\":{\"305\":{},\"320\":{},\"333\":{}},\"comment\":{}}],[\"checkandemitevents\",{\"_index\":55,\"name\":{\"122\":{}},\"comment\":{}}],[\"checkfilepath\",{\"_index\":48,\"name\":{\"90\":{}},\"comment\":{}}],[\"checkfunctioninput\",{\"_index\":110,\"name\":{\"301\":{}},\"comment\":{}}],[\"checknumberofworkers\",{\"_index\":49,\"name\":{\"91\":{}},\"comment\":{}}],[\"checkpooloptions\",{\"_index\":50,\"name\":{\"92\":{}},\"comment\":{}}],[\"checksize\",{\"_index\":142,\"name\":{\"372\":{}},\"comment\":{}}],[\"checkvalidtasksqueueoptions\",{\"_index\":52,\"name\":{\"94\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategy\",{\"_index\":51,\"name\":{\"93\":{}},\"comment\":{}}],[\"checkworkeroptions\",{\"_index\":109,\"name\":{\"300\":{}},\"comment\":{}}],[\"choose\",{\"_index\":98,\"name\":{\"201\":{}},\"comment\":{}}],[\"chooseworkernode\",{\"_index\":31,\"name\":{\"31\":{},\"65\":{},\"114\":{},\"254\":{},\"288\":{}},\"comment\":{}}],[\"circulararray\",{\"_index\":134,\"name\":{\"362\":{}},\"comment\":{}}],[\"clusterpooloptions\",{\"_index\":36,\"name\":{\"69\":{}},\"comment\":{}}],[\"clusterworker\",{\"_index\":117,\"name\":{\"309\":{}},\"comment\":{}}],[\"concat\",{\"_index\":138,\"name\":{\"367\":{}},\"comment\":{}}],[\"concurrency\",{\"_index\":76,\"name\":{\"168\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"36\":{},\"82\":{},\"215\":{},\"224\":{},\"259\":{},\"294\":{},\"310\":{},\"324\":{},\"363\":{},\"374\":{}},\"comment\":{}}],[\"createandsetupworker\",{\"_index\":32,\"name\":{\"32\":{},\"66\":{},\"119\":{},\"255\":{},\"289\":{}},\"comment\":{}}],[\"createworker\",{\"_index\":12,\"name\":{\"12\":{},\"43\":{},\"117\":{},\"233\":{},\"264\":{}},\"comment\":{}}],[\"data\",{\"_index\":81,\"name\":{\"182\":{},\"355\":{}},\"comment\":{}}],[\"dequeue\",{\"_index\":148,\"name\":{\"380\":{}},\"comment\":{}}],[\"dequeuetask\",{\"_index\":63,\"name\":{\"130\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":28,\"name\":{\"28\":{},\"62\":{},\"108\":{},\"142\":{},\"250\":{},\"284\":{}},\"comment\":{}}],[\"destroyworker\",{\"_index\":9,\"name\":{\"9\":{},\"40\":{},\"109\":{},\"230\":{},\"261\":{}},\"comment\":{}}],[\"draft\",{\"_index\":124,\"name\":{\"343\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":75,\"name\":{\"166\":{}},\"comment\":{}}],[\"dynamicclusterpool\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"dynamicthreadpool\",{\"_index\":102,\"name\":{\"223\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":15,\"name\":{\"15\":{},\"49\":{},\"84\":{},\"139\":{},\"236\":{},\"270\":{}},\"comment\":{}}],[\"empty\",{\"_index\":141,\"name\":{\"370\":{}},\"comment\":{}}],[\"enableevents\",{\"_index\":45,\"name\":{\"78\":{},\"160\":{}},\"comment\":{}}],[\"enabletasksqueue\",{\"_index\":24,\"name\":{\"24\":{},\"58\":{},\"79\":{},\"101\":{},\"148\":{},\"161\":{},\"246\":{},\"280\":{}},\"comment\":{}}],[\"enqueue\",{\"_index\":147,\"name\":{\"379\":{}},\"comment\":{}}],[\"enqueuetask\",{\"_index\":62,\"name\":{\"129\":{}},\"comment\":{}}],[\"env\",{\"_index\":37,\"name\":{\"70\":{}},\"comment\":{}}],[\"error\",{\"_index\":90,\"name\":{\"191\":{},\"352\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":40,\"name\":{\"73\":{},\"155\":{},\"169\":{}},\"comment\":{}}],[\"execute\",{\"_index\":27,\"name\":{\"27\":{},\"61\":{},\"107\":{},\"140\":{},\"220\":{},\"249\":{},\"283\":{}},\"comment\":{}}],[\"executetask\",{\"_index\":61,\"name\":{\"128\":{}},\"comment\":{}}],[\"exithandler\",{\"_index\":42,\"name\":{\"75\":{},\"157\":{},\"171\":{}},\"comment\":{}}],[\"filepath\",{\"_index\":19,\"name\":{\"19\":{},\"53\":{},\"88\":{},\"240\":{},\"274\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":74,\"name\":{\"165\":{}},\"comment\":{}}],[\"fixedclusterpool\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"fixedthreadpool\",{\"_index\":103,\"name\":{\"258\":{}},\"comment\":{}}],[\"flushtasksqueue\",{\"_index\":65,\"name\":{\"132\":{}},\"comment\":{}}],[\"flushtasksqueuebyworker\",{\"_index\":66,\"name\":{\"133\":{}},\"comment\":{}}],[\"flushtasksqueues\",{\"_index\":67,\"name\":{\"134\":{}},\"comment\":{}}],[\"full\",{\"_index\":4,\"name\":{\"4\":{},\"46\":{},\"104\":{},\"227\":{},\"267\":{},\"371\":{}},\"comment\":{}}],[\"getmainworker\",{\"_index\":112,\"name\":{\"303\":{},\"319\":{},\"332\":{}},\"comment\":{}}],[\"getrequiredstatistics\",{\"_index\":101,\"name\":{\"218\":{}},\"comment\":{}}],[\"getworkernodekey\",{\"_index\":53,\"name\":{\"98\":{}},\"comment\":{}}],[\"getworkertasksusage\",{\"_index\":57,\"name\":{\"124\":{}},\"comment\":{}}],[\"handleerror\",{\"_index\":115,\"name\":{\"306\":{},\"312\":{},\"334\":{}},\"comment\":{}}],[\"head\",{\"_index\":145,\"name\":{\"376\":{}},\"comment\":{}}],[\"id\",{\"_index\":82,\"name\":{\"183\":{},\"356\":{}},\"comment\":{}}],[\"internalbusy\",{\"_index\":26,\"name\":{\"26\":{},\"60\":{},\"106\":{},\"248\":{},\"282\":{}},\"comment\":{}}],[\"ipool\",{\"_index\":69,\"name\":{\"136\":{}},\"comment\":{}}],[\"ismain\",{\"_index\":8,\"name\":{\"8\":{},\"39\":{},\"111\":{},\"229\":{},\"260\":{},\"297\":{},\"315\":{},\"328\":{}},\"comment\":{}}],[\"items\",{\"_index\":144,\"name\":{\"375\":{}},\"comment\":{}}],[\"iworker\",{\"_index\":77,\"name\":{\"173\":{}},\"comment\":{}}],[\"iworkerchoicestrategy\",{\"_index\":95,\"name\":{\"197\":{}},\"comment\":{}}],[\"kill\",{\"_index\":129,\"name\":{\"351\":{}},\"comment\":{}}],[\"killbehavior\",{\"_index\":120,\"name\":{\"338\":{},\"342\":{}},\"comment\":{}}],[\"killbehaviors\",{\"_index\":119,\"name\":{\"337\":{}},\"comment\":{}}],[\"lasttasktimestamp\",{\"_index\":106,\"name\":{\"295\":{},\"313\":{},\"326\":{}},\"comment\":{}}],[\"mainworker\",{\"_index\":108,\"name\":{\"298\":{},\"316\":{},\"329\":{}},\"comment\":{}}],[\"max\",{\"_index\":2,\"name\":{\"2\":{},\"225\":{}},\"comment\":{}}],[\"maxinactivetime\",{\"_index\":122,\"name\":{\"340\":{}},\"comment\":{}}],[\"medruntime\",{\"_index\":89,\"name\":{\"190\":{},\"210\":{},\"213\":{}},\"comment\":{}}],[\"messagehandler\",{\"_index\":39,\"name\":{\"72\":{},\"154\":{},\"177\":{}},\"comment\":{}}],[\"messagelistener\",{\"_index\":111,\"name\":{\"302\":{},\"318\":{},\"331\":{}},\"comment\":{}}],[\"messagevalue\",{\"_index\":128,\"name\":{\"350\":{}},\"comment\":{}}],[\"numberofqueuedtasks\",{\"_index\":21,\"name\":{\"21\":{},\"55\":{},\"97\":{},\"243\":{},\"277\":{}},\"comment\":{}}],[\"numberofrunningtasks\",{\"_index\":20,\"name\":{\"20\":{},\"54\":{},\"96\":{},\"242\":{},\"276\":{}},\"comment\":{}}],[\"numberofworkers\",{\"_index\":18,\"name\":{\"18\":{},\"52\":{},\"87\":{},\"239\":{},\"273\":{}},\"comment\":{}}],[\"on\",{\"_index\":78,\"name\":{\"174\":{}},\"comment\":{}}],[\"once\",{\"_index\":79,\"name\":{\"175\":{}},\"comment\":{}}],[\"onlinehandler\",{\"_index\":41,\"name\":{\"74\":{},\"156\":{},\"179\":{}},\"comment\":{}}],[\"opts\",{\"_index\":6,\"name\":{\"6\":{},\"37\":{},\"89\":{},\"241\":{},\"275\":{},\"299\":{},\"317\":{},\"330\":{}},\"comment\":{}}],[\"parent\",{\"_index\":130,\"name\":{\"354\":{}},\"comment\":{}}],[\"poolemitter\",{\"_index\":70,\"name\":{\"152\":{}},\"comment\":{}}],[\"poolevent\",{\"_index\":72,\"name\":{\"163\":{}},\"comment\":{}}],[\"poolevents\",{\"_index\":68,\"name\":{\"135\":{}},\"comment\":{}}],[\"pooloptions\",{\"_index\":71,\"name\":{\"153\":{}},\"comment\":{}}],[\"pooltype\",{\"_index\":73,\"name\":{\"164\":{}},\"comment\":{}}],[\"promiseresponsemap\",{\"_index\":16,\"name\":{\"16\":{},\"50\":{},\"85\":{},\"237\":{},\"271\":{}},\"comment\":{}}],[\"promiseresponsewrapper\",{\"_index\":125,\"name\":{\"344\":{}},\"comment\":{}}],[\"push\",{\"_index\":136,\"name\":{\"365\":{}},\"comment\":{}}],[\"pushworkernode\",{\"_index\":58,\"name\":{\"125\":{}},\"comment\":{}}],[\"queue\",{\"_index\":143,\"name\":{\"373\":{}},\"comment\":{}}],[\"registerworkermessagelistener\",{\"_index\":11,\"name\":{\"11\":{},\"42\":{},\"116\":{},\"232\":{},\"263\":{}},\"comment\":{}}],[\"reject\",{\"_index\":127,\"name\":{\"347\":{}},\"comment\":{}}],[\"remove\",{\"_index\":99,\"name\":{\"203\":{},\"221\":{}},\"comment\":{}}],[\"removeworkernode\",{\"_index\":60,\"name\":{\"127\":{}},\"comment\":{}}],[\"requiredstatistics\",{\"_index\":96,\"name\":{\"198\":{},\"207\":{}},\"comment\":{}}],[\"reset\",{\"_index\":97,\"name\":{\"199\":{}},\"comment\":{}}],[\"resize\",{\"_index\":140,\"name\":{\"369\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":126,\"name\":{\"345\":{}},\"comment\":{}}],[\"run\",{\"_index\":84,\"name\":{\"185\":{},\"307\":{},\"321\":{},\"335\":{}},\"comment\":{}}],[\"runasync\",{\"_index\":116,\"name\":{\"308\":{},\"322\":{},\"336\":{}},\"comment\":{}}],[\"running\",{\"_index\":85,\"name\":{\"186\":{}},\"comment\":{}}],[\"runtime\",{\"_index\":86,\"name\":{\"187\":{},\"208\":{},\"353\":{}},\"comment\":{}}],[\"runtimehistory\",{\"_index\":87,\"name\":{\"188\":{}},\"comment\":{}}],[\"sendtomainworker\",{\"_index\":113,\"name\":{\"304\":{},\"311\":{},\"325\":{}},\"comment\":{}}],[\"sendtoworker\",{\"_index\":10,\"name\":{\"10\":{},\"41\":{},\"115\":{},\"231\":{},\"262\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":100,\"name\":{\"205\":{},\"222\":{}},\"comment\":{}}],[\"settasksqueueoptions\",{\"_index\":25,\"name\":{\"25\":{},\"59\":{},\"102\":{},\"150\":{},\"247\":{},\"281\":{}},\"comment\":{}}],[\"settings\",{\"_index\":38,\"name\":{\"71\":{}},\"comment\":{}}],[\"setuphook\",{\"_index\":7,\"name\":{\"7\":{},\"38\":{},\"110\":{},\"251\":{},\"285\":{}},\"comment\":{}}],[\"setworkerchoicestrategy\",{\"_index\":22,\"name\":{\"22\":{},\"56\":{},\"99\":{},\"144\":{},\"219\":{},\"244\":{},\"278\":{}},\"comment\":{}}],[\"setworkerchoicestrategyoptions\",{\"_index\":23,\"name\":{\"23\":{},\"57\":{},\"100\":{},\"146\":{},\"245\":{},\"279\":{}},\"comment\":{}}],[\"setworkernode\",{\"_index\":59,\"name\":{\"126\":{}},\"comment\":{}}],[\"setworkernodetasksusage\",{\"_index\":56,\"name\":{\"123\":{}},\"comment\":{}}],[\"size\",{\"_index\":135,\"name\":{\"364\":{},\"378\":{}},\"comment\":{}}],[\"splice\",{\"_index\":139,\"name\":{\"368\":{}},\"comment\":{}}],[\"tail\",{\"_index\":146,\"name\":{\"377\":{}},\"comment\":{}}],[\"task\",{\"_index\":80,\"name\":{\"181\":{}},\"comment\":{}}],[\"tasksqueue\",{\"_index\":93,\"name\":{\"195\":{}},\"comment\":{}}],[\"tasksqueueoptions\",{\"_index\":46,\"name\":{\"80\":{},\"162\":{},\"167\":{}},\"comment\":{}}],[\"tasksqueuesize\",{\"_index\":64,\"name\":{\"131\":{}},\"comment\":{}}],[\"tasksusage\",{\"_index\":83,\"name\":{\"184\":{},\"194\":{}},\"comment\":{}}],[\"threadworker\",{\"_index\":118,\"name\":{\"323\":{}},\"comment\":{}}],[\"threadworkerwithmessagechannel\",{\"_index\":104,\"name\":{\"292\":{}},\"comment\":{}}],[\"type\",{\"_index\":3,\"name\":{\"3\":{},\"45\":{},\"95\":{},\"137\":{},\"226\":{},\"266\":{}},\"comment\":{}}],[\"unshift\",{\"_index\":137,\"name\":{\"366\":{}},\"comment\":{}}],[\"worker\",{\"_index\":92,\"name\":{\"193\":{},\"349\":{}},\"comment\":{}}],[\"workerasyncfunction\",{\"_index\":131,\"name\":{\"357\":{}},\"comment\":{}}],[\"workerchoicestrategies\",{\"_index\":94,\"name\":{\"196\":{},\"216\":{}},\"comment\":{}}],[\"workerchoicestrategy\",{\"_index\":43,\"name\":{\"76\":{},\"158\":{},\"211\":{},\"217\":{}},\"comment\":{}}],[\"workerchoicestrategycontext\",{\"_index\":17,\"name\":{\"17\":{},\"51\":{},\"86\":{},\"214\":{},\"238\":{},\"272\":{}},\"comment\":{}}],[\"workerchoicestrategyoptions\",{\"_index\":44,\"name\":{\"77\":{},\"159\":{},\"212\":{}},\"comment\":{}}],[\"workerfunction\",{\"_index\":132,\"name\":{\"359\":{}},\"comment\":{}}],[\"workerlistener\",{\"_index\":33,\"name\":{\"33\":{},\"67\":{},\"120\":{},\"256\":{},\"290\":{}},\"comment\":{}}],[\"workernode\",{\"_index\":91,\"name\":{\"192\":{}},\"comment\":{}}],[\"workernodes\",{\"_index\":14,\"name\":{\"14\":{},\"48\":{},\"83\":{},\"138\":{},\"235\":{},\"269\":{}},\"comment\":{}}],[\"workeroptions\",{\"_index\":121,\"name\":{\"339\":{}},\"comment\":{}}],[\"workersyncfunction\",{\"_index\":133,\"name\":{\"360\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"rows\":[{\"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\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicClusterPool.html#type\",\"classes\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/DynamicClusterPool.html#size\",\"classes\":\"\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicClusterPool.html#full\",\"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-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\":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-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicClusterPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/DynamicClusterPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/DynamicClusterPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/DynamicClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicClusterPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicClusterPool.workerListener.workerListener\"},{\"kind\":128,\"name\":\"FixedClusterPool\",\"url\":\"classes/FixedClusterPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedClusterPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedClusterPool.html#opts\",\"classes\":\"tsd-is-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\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/FixedClusterPool.html#size\",\"classes\":\"\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedClusterPool.html#full\",\"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-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedClusterPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/FixedClusterPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/FixedClusterPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedClusterPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedClusterPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedClusterPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedClusterPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/FixedClusterPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedClusterPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedClusterPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedClusterPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedClusterPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedClusterPool.workerListener.workerListener\"},{\"kind\":256,\"name\":\"ClusterPoolOptions\",\"url\":\"interfaces/ClusterPoolOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"env\",\"url\":\"interfaces/ClusterPoolOptions.html#env\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"settings\",\"url\":\"interfaces/ClusterPoolOptions.html#settings\",\"classes\":\"\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"messageHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#messageHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"errorHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#errorHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"onlineHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#onlineHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"exitHandler\",\"url\":\"interfaces/ClusterPoolOptions.html#exitHandler\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategy\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"workerChoiceStrategyOptions\",\"url\":\"interfaces/ClusterPoolOptions.html#workerChoiceStrategyOptions\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClusterPoolOptions\"},{\"kind\":1024,\"name\":\"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\":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\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/AbstractPool.html#filePath\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/AbstractPool.html#opts\",\"classes\":\"\",\"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\":\"type\",\"url\":\"classes/AbstractPool.html#type\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/AbstractPool.html#size\",\"classes\":\"\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/AbstractPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/AbstractPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private\",\"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\":\"chooseWorkerNode\",\"url\":\"classes/AbstractPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"sendToWorker\",\"url\":\"classes/AbstractPool.html#sendToWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"registerWorkerMessageListener\",\"url\":\"classes/AbstractPool.html#registerWorkerMessageListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createWorker\",\"url\":\"classes/AbstractPool.html#createWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"afterWorkerSetup\",\"url\":\"classes/AbstractPool.html#afterWorkerSetup\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/AbstractPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/AbstractPool.html#workerListener\",\"classes\":\"tsd-is-protected\",\"parent\":\"AbstractPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/AbstractPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"AbstractPool.workerListener.workerListener\"},{\"kind\":2048,\"name\":\"checkAndEmitEvents\",\"url\":\"classes/AbstractPool.html#checkAndEmitEvents\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNodeTasksUsage\",\"url\":\"classes/AbstractPool.html#setWorkerNodeTasksUsage\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"pushWorkerNode\",\"url\":\"classes/AbstractPool.html#pushWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"setWorkerNode\",\"url\":\"classes/AbstractPool.html#setWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"removeWorkerNode\",\"url\":\"classes/AbstractPool.html#removeWorkerNode\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"executeTask\",\"url\":\"classes/AbstractPool.html#executeTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"enqueueTask\",\"url\":\"classes/AbstractPool.html#enqueueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"dequeueTask\",\"url\":\"classes/AbstractPool.html#dequeueTask\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"tasksQueueSize\",\"url\":\"classes/AbstractPool.html#tasksQueueSize\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueue\",\"url\":\"classes/AbstractPool.html#flushTasksQueue\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":2048,\"name\":\"flushTasksQueues\",\"url\":\"classes/AbstractPool.html#flushTasksQueues\",\"classes\":\"tsd-is-private\",\"parent\":\"AbstractPool\"},{\"kind\":32,\"name\":\"PoolEvents\",\"url\":\"variables/PoolEvents.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IPool\",\"url\":\"interfaces/IPool.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/IPool.html#type\",\"classes\":\"\",\"parent\":\"IPool\"},{\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/IPool.html#size\",\"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\":\"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\":\"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\":8,\"name\":\"PoolType\",\"url\":\"enums/PoolType.html\",\"classes\":\"\"},{\"kind\":16,\"name\":\"FIXED\",\"url\":\"enums/PoolType.html#FIXED\",\"classes\":\"\",\"parent\":\"PoolType\"},{\"kind\":16,\"name\":\"DYNAMIC\",\"url\":\"enums/PoolType.html#DYNAMIC\",\"classes\":\"\",\"parent\":\"PoolType\"},{\"kind\":256,\"name\":\"TasksQueueOptions\",\"url\":\"interfaces/TasksQueueOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"concurrency\",\"url\":\"interfaces/TasksQueueOptions.html#concurrency\",\"classes\":\"\",\"parent\":\"TasksQueueOptions\"},{\"kind\":4194304,\"name\":\"ErrorHandler\",\"url\":\"types/ErrorHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ErrorHandler.html#__type\",\"classes\":\"\",\"parent\":\"ErrorHandler\"},{\"kind\":4194304,\"name\":\"ExitHandler\",\"url\":\"types/ExitHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ExitHandler.html#__type\",\"classes\":\"\",\"parent\":\"ExitHandler\"},{\"kind\":256,\"name\":\"IWorker\",\"url\":\"interfaces/IWorker.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"on\",\"url\":\"interfaces/IWorker.html#on\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":1024,\"name\":\"once\",\"url\":\"interfaces/IWorker.html#once\",\"classes\":\"\",\"parent\":\"IWorker\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorker.html#once.__type\",\"classes\":\"\",\"parent\":\"IWorker.once\"},{\"kind\":4194304,\"name\":\"MessageHandler\",\"url\":\"types/MessageHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MessageHandler.html#__type\",\"classes\":\"\",\"parent\":\"MessageHandler\"},{\"kind\":4194304,\"name\":\"OnlineHandler\",\"url\":\"types/OnlineHandler.html\",\"classes\":\"\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/OnlineHandler.html#__type\",\"classes\":\"\",\"parent\":\"OnlineHandler\"},{\"kind\":256,\"name\":\"Task\",\"url\":\"interfaces/Task.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Task.html#name\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/Task.html#data\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Task.html#id\",\"classes\":\"\",\"parent\":\"Task\"},{\"kind\":256,\"name\":\"TasksUsage\",\"url\":\"interfaces/TasksUsage.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/TasksUsage.html#run\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"running\",\"url\":\"interfaces/TasksUsage.html#running\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/TasksUsage.html#runTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"runTimeHistory\",\"url\":\"interfaces/TasksUsage.html#runTimeHistory\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"avgRunTime\",\"url\":\"interfaces/TasksUsage.html#avgRunTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/TasksUsage.html#medRunTime\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/TasksUsage.html#error\",\"classes\":\"\",\"parent\":\"TasksUsage\"},{\"kind\":256,\"name\":\"WorkerNode\",\"url\":\"interfaces/WorkerNode.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"worker\",\"url\":\"interfaces/WorkerNode.html#worker\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksUsage\",\"url\":\"interfaces/WorkerNode.html#tasksUsage\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":1024,\"name\":\"tasksQueue\",\"url\":\"interfaces/WorkerNode.html#tasksQueue\",\"classes\":\"\",\"parent\":\"WorkerNode\"},{\"kind\":32,\"name\":\"WorkerChoiceStrategies\",\"url\":\"variables/WorkerChoiceStrategies.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"IWorkerChoiceStrategy\",\"url\":\"interfaces/IWorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"requiredStatistics\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#requiredStatistics\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":1024,\"name\":\"reset\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#reset\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#reset.__type-4\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.reset\"},{\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#update\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#update.__type-8\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.update\"},{\"kind\":1024,\"name\":\"choose\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#choose.__type\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.choose\"},{\"kind\":1024,\"name\":\"remove\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#remove.__type-2\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.remove\"},{\"kind\":1024,\"name\":\"setOptions\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/IWorkerChoiceStrategy.html#setOptions.__type-6\",\"classes\":\"\",\"parent\":\"IWorkerChoiceStrategy.setOptions\"},{\"kind\":256,\"name\":\"RequiredStatistics\",\"url\":\"interfaces/RequiredStatistics.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/RequiredStatistics.html#runTime\",\"classes\":\"\",\"parent\":\"RequiredStatistics\"},{\"kind\":1024,\"name\":\"avgRunTime\",\"url\":\"interfaces/RequiredStatistics.html#avgRunTime\",\"classes\":\"\",\"parent\":\"RequiredStatistics\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/RequiredStatistics.html#medRunTime\",\"classes\":\"\",\"parent\":\"RequiredStatistics\"},{\"kind\":4194304,\"name\":\"WorkerChoiceStrategy\",\"url\":\"types/WorkerChoiceStrategy.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WorkerChoiceStrategyOptions\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"medRunTime\",\"url\":\"interfaces/WorkerChoiceStrategyOptions.html#medRunTime\",\"classes\":\"\",\"parent\":\"WorkerChoiceStrategyOptions\"},{\"kind\":1024,\"name\":\"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\":\"getRequiredStatistics\",\"url\":\"classes/WorkerChoiceStrategyContext.html#getRequiredStatistics\",\"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\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"type\",\"url\":\"classes/DynamicThreadPool.html#type\",\"classes\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/DynamicThreadPool.html#full\",\"classes\":\"tsd-is-protected\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/DynamicThreadPool.html#size\",\"classes\":\"\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"busy\",\"url\":\"classes/DynamicThreadPool.html#busy\",\"classes\":\"tsd-is-protected\",\"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\":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-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/DynamicThreadPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/DynamicThreadPool.html#opts\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/DynamicThreadPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/DynamicThreadPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/DynamicThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/DynamicThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/DynamicThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/DynamicThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/DynamicThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/DynamicThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/DynamicThreadPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/DynamicThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"DynamicThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/DynamicThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"DynamicThreadPool.workerListener.workerListener\"},{\"kind\":128,\"name\":\"FixedThreadPool\",\"url\":\"classes/FixedThreadPool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FixedThreadPool.html#constructor\",\"classes\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":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\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"size\",\"url\":\"classes/FixedThreadPool.html#size\",\"classes\":\"\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"full\",\"url\":\"classes/FixedThreadPool.html#full\",\"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-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"filePath\",\"url\":\"classes/FixedThreadPool.html#filePath\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"classes/FixedThreadPool.html#opts\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"numberOfRunningTasks\",\"url\":\"classes/FixedThreadPool.html#numberOfRunningTasks\",\"classes\":\"tsd-is-private tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":262144,\"name\":\"numberOfQueuedTasks\",\"url\":\"classes/FixedThreadPool.html#numberOfQueuedTasks\",\"classes\":\"tsd-is-private 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\":2048,\"name\":\"internalBusy\",\"url\":\"classes/FixedThreadPool.html#internalBusy\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FixedThreadPool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"destroy\",\"url\":\"classes/FixedThreadPool.html#destroy\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"setupHook\",\"url\":\"classes/FixedThreadPool.html#setupHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"beforeTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#beforeTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"afterTaskExecutionHook\",\"url\":\"classes/FixedThreadPool.html#afterTaskExecutionHook\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"chooseWorkerNode\",\"url\":\"classes/FixedThreadPool.html#chooseWorkerNode\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"createAndSetupWorker\",\"url\":\"classes/FixedThreadPool.html#createAndSetupWorker\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":2048,\"name\":\"workerListener\",\"url\":\"classes/FixedThreadPool.html#workerListener\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FixedThreadPool\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/FixedThreadPool.html#workerListener.workerListener-1.__type\",\"classes\":\"\",\"parent\":\"FixedThreadPool.workerListener.workerListener\"},{\"kind\":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\":\"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\":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\":\"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\":\"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\":\"Draft\",\"url\":\"types/Draft.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"MessageValue\",\"url\":\"interfaces/MessageValue.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"kill\",\"url\":\"interfaces/MessageValue.html#kill\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/MessageValue.html#error\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"runTime\",\"url\":\"interfaces/MessageValue.html#runTime\",\"classes\":\"\",\"parent\":\"MessageValue\"},{\"kind\":1024,\"name\":\"parent\",\"url\":\"interfaces/MessageValue.html#parent\",\"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\":\"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\":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\":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\":262144,\"name\":\"size\",\"url\":\"classes/Queue.html#size\",\"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\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,55.81]],[\"comment/0\",[]],[\"name/1\",[1,35.441]],[\"comment/1\",[]],[\"name/2\",[2,50.702]],[\"comment/2\",[]],[\"name/3\",[3,41.146]],[\"comment/3\",[]],[\"name/4\",[4,38.464]],[\"comment/4\",[]],[\"name/5\",[5,41.146]],[\"comment/5\",[]],[\"name/6\",[6,42.817]],[\"comment/6\",[]],[\"name/7\",[7,38.464]],[\"comment/7\",[]],[\"name/8\",[8,42.817]],[\"comment/8\",[]],[\"name/9\",[9,38.464]],[\"comment/9\",[]],[\"name/10\",[10,42.817]],[\"comment/10\",[]],[\"name/11\",[11,42.817]],[\"comment/11\",[]],[\"name/12\",[12,42.817]],[\"comment/12\",[]],[\"name/13\",[13,42.817]],[\"comment/13\",[]],[\"name/14\",[14,42.817]],[\"comment/14\",[]],[\"name/15\",[15,41.146]],[\"comment/15\",[]],[\"name/16\",[16,41.146]],[\"comment/16\",[]],[\"name/17\",[17,42.817]],[\"comment/17\",[]],[\"name/18\",[18,41.146]],[\"comment/18\",[]],[\"name/19\",[19,42.817]],[\"comment/19\",[]],[\"name/20\",[20,42.817]],[\"comment/20\",[]],[\"name/21\",[21,42.817]],[\"comment/21\",[]],[\"name/22\",[22,42.817]],[\"comment/22\",[]],[\"name/23\",[23,39.715]],[\"comment/23\",[]],[\"name/24\",[24,41.146]],[\"comment/24\",[]],[\"name/25\",[25,38.464]],[\"comment/25\",[]],[\"name/26\",[26,41.146]],[\"comment/26\",[]],[\"name/27\",[27,42.817]],[\"comment/27\",[]],[\"name/28\",[28,39.715]],[\"comment/28\",[]],[\"name/29\",[29,41.146]],[\"comment/29\",[]],[\"name/30\",[30,42.817]],[\"comment/30\",[]],[\"name/31\",[31,42.817]],[\"comment/31\",[]],[\"name/32\",[32,42.817]],[\"comment/32\",[]],[\"name/33\",[33,42.817]],[\"comment/33\",[]],[\"name/34\",[34,42.817]],[\"comment/34\",[]],[\"name/35\",[35,27.478]],[\"comment/35\",[]],[\"name/36\",[36,55.81]],[\"comment/36\",[]],[\"name/37\",[1,35.441]],[\"comment/37\",[]],[\"name/38\",[7,38.464]],[\"comment/38\",[]],[\"name/39\",[8,42.817]],[\"comment/39\",[]],[\"name/40\",[9,38.464]],[\"comment/40\",[]],[\"name/41\",[10,42.817]],[\"comment/41\",[]],[\"name/42\",[11,42.817]],[\"comment/42\",[]],[\"name/43\",[12,42.817]],[\"comment/43\",[]],[\"name/44\",[13,42.817]],[\"comment/44\",[]],[\"name/45\",[14,42.817]],[\"comment/45\",[]],[\"name/46\",[3,41.146]],[\"comment/46\",[]],[\"name/47\",[4,38.464]],[\"comment/47\",[]],[\"name/48\",[5,41.146]],[\"comment/48\",[]],[\"name/49\",[6,42.817]],[\"comment/49\",[]],[\"name/50\",[15,41.146]],[\"comment/50\",[]],[\"name/51\",[16,41.146]],[\"comment/51\",[]],[\"name/52\",[17,42.817]],[\"comment/52\",[]],[\"name/53\",[18,41.146]],[\"comment/53\",[]],[\"name/54\",[19,42.817]],[\"comment/54\",[]],[\"name/55\",[20,42.817]],[\"comment/55\",[]],[\"name/56\",[21,42.817]],[\"comment/56\",[]],[\"name/57\",[22,42.817]],[\"comment/57\",[]],[\"name/58\",[23,39.715]],[\"comment/58\",[]],[\"name/59\",[24,41.146]],[\"comment/59\",[]],[\"name/60\",[25,38.464]],[\"comment/60\",[]],[\"name/61\",[26,41.146]],[\"comment/61\",[]],[\"name/62\",[27,42.817]],[\"comment/62\",[]],[\"name/63\",[28,39.715]],[\"comment/63\",[]],[\"name/64\",[29,41.146]],[\"comment/64\",[]],[\"name/65\",[30,42.817]],[\"comment/65\",[]],[\"name/66\",[31,42.817]],[\"comment/66\",[]],[\"name/67\",[32,42.817]],[\"comment/67\",[]],[\"name/68\",[33,42.817]],[\"comment/68\",[]],[\"name/69\",[34,42.817]],[\"comment/69\",[]],[\"name/70\",[35,27.478]],[\"comment/70\",[]],[\"name/71\",[37,55.81]],[\"comment/71\",[]],[\"name/72\",[38,55.81]],[\"comment/72\",[]],[\"name/73\",[39,55.81]],[\"comment/73\",[]],[\"name/74\",[40,47.337]],[\"comment/74\",[]],[\"name/75\",[41,47.337]],[\"comment/75\",[]],[\"name/76\",[42,47.337]],[\"comment/76\",[]],[\"name/77\",[43,47.337]],[\"comment/77\",[]],[\"name/78\",[44,44.824]],[\"comment/78\",[]],[\"name/79\",[45,47.337]],[\"comment/79\",[]],[\"name/80\",[46,50.702]],[\"comment/80\",[]],[\"name/81\",[25,38.464]],[\"comment/81\",[]],[\"name/82\",[47,47.337]],[\"comment/82\",[]],[\"name/83\",[48,55.81]],[\"comment/83\",[]],[\"name/84\",[1,35.441]],[\"comment/84\",[]],[\"name/85\",[15,41.146]],[\"comment/85\",[]],[\"name/86\",[16,41.146]],[\"comment/86\",[]],[\"name/87\",[17,42.817]],[\"comment/87\",[]],[\"name/88\",[18,41.146]],[\"comment/88\",[]],[\"name/89\",[19,42.817]],[\"comment/89\",[]],[\"name/90\",[20,42.817]],[\"comment/90\",[]],[\"name/91\",[7,38.464]],[\"comment/91\",[]],[\"name/92\",[49,55.81]],[\"comment/92\",[]],[\"name/93\",[50,55.81]],[\"comment/93\",[]],[\"name/94\",[51,55.81]],[\"comment/94\",[]],[\"name/95\",[52,55.81]],[\"comment/95\",[]],[\"name/96\",[53,55.81]],[\"comment/96\",[]],[\"name/97\",[54,55.81]],[\"comment/97\",[]],[\"name/98\",[3,41.146]],[\"comment/98\",[]],[\"name/99\",[4,38.464]],[\"comment/99\",[]],[\"name/100\",[21,42.817]],[\"comment/100\",[]],[\"name/101\",[22,42.817]],[\"comment/101\",[]],[\"name/102\",[55,55.81]],[\"comment/102\",[]],[\"name/103\",[23,39.715]],[\"comment/103\",[]],[\"name/104\",[24,41.146]],[\"comment/104\",[]],[\"name/105\",[25,38.464]],[\"comment/105\",[]],[\"name/106\",[26,41.146]],[\"comment/106\",[]],[\"name/107\",[56,55.81]],[\"comment/107\",[]],[\"name/108\",[5,41.146]],[\"comment/108\",[]],[\"name/109\",[6,42.817]],[\"comment/109\",[]],[\"name/110\",[27,42.817]],[\"comment/110\",[]],[\"name/111\",[28,39.715]],[\"comment/111\",[]],[\"name/112\",[29,41.146]],[\"comment/112\",[]],[\"name/113\",[10,42.817]],[\"comment/113\",[]],[\"name/114\",[8,42.817]],[\"comment/114\",[]],[\"name/115\",[9,38.464]],[\"comment/115\",[]],[\"name/116\",[30,42.817]],[\"comment/116\",[]],[\"name/117\",[31,42.817]],[\"comment/117\",[]],[\"name/118\",[32,42.817]],[\"comment/118\",[]],[\"name/119\",[11,42.817]],[\"comment/119\",[]],[\"name/120\",[12,42.817]],[\"comment/120\",[]],[\"name/121\",[13,42.817]],[\"comment/121\",[]],[\"name/122\",[14,42.817]],[\"comment/122\",[]],[\"name/123\",[33,42.817]],[\"comment/123\",[]],[\"name/124\",[34,42.817]],[\"comment/124\",[]],[\"name/125\",[35,27.478]],[\"comment/125\",[]],[\"name/126\",[57,55.81]],[\"comment/126\",[]],[\"name/127\",[58,55.81]],[\"comment/127\",[]],[\"name/128\",[59,55.81]],[\"comment/128\",[]],[\"name/129\",[60,55.81]],[\"comment/129\",[]],[\"name/130\",[61,55.81]],[\"comment/130\",[]],[\"name/131\",[62,55.81]],[\"comment/131\",[]],[\"name/132\",[63,55.81]],[\"comment/132\",[]],[\"name/133\",[64,55.81]],[\"comment/133\",[]],[\"name/134\",[65,55.81]],[\"comment/134\",[]],[\"name/135\",[66,55.81]],[\"comment/135\",[]],[\"name/136\",[67,55.81]],[\"comment/136\",[]],[\"name/137\",[68,55.81]],[\"comment/137\",[]],[\"name/138\",[69,55.81]],[\"comment/138\",[]],[\"name/139\",[3,41.146]],[\"comment/139\",[]],[\"name/140\",[4,38.464]],[\"comment/140\",[]],[\"name/141\",[15,41.146]],[\"comment/141\",[]],[\"name/142\",[16,41.146]],[\"comment/142\",[]],[\"name/143\",[28,39.715]],[\"comment/143\",[]],[\"name/144\",[35,27.478]],[\"comment/144\",[]],[\"name/145\",[29,41.146]],[\"comment/145\",[]],[\"name/146\",[35,27.478]],[\"comment/146\",[]],[\"name/147\",[23,39.715]],[\"comment/147\",[]],[\"name/148\",[35,27.478]],[\"comment/148\",[]],[\"name/149\",[24,41.146]],[\"comment/149\",[]],[\"name/150\",[35,27.478]],[\"comment/150\",[]],[\"name/151\",[25,38.464]],[\"comment/151\",[]],[\"name/152\",[35,27.478]],[\"comment/152\",[]],[\"name/153\",[26,41.146]],[\"comment/153\",[]],[\"name/154\",[35,27.478]],[\"comment/154\",[]],[\"name/155\",[70,55.81]],[\"comment/155\",[]],[\"name/156\",[71,55.81]],[\"comment/156\",[]],[\"name/157\",[72,55.81]],[\"comment/157\",[]],[\"name/158\",[40,47.337]],[\"comment/158\",[]],[\"name/159\",[41,47.337]],[\"comment/159\",[]],[\"name/160\",[42,47.337]],[\"comment/160\",[]],[\"name/161\",[43,47.337]],[\"comment/161\",[]],[\"name/162\",[44,44.824]],[\"comment/162\",[]],[\"name/163\",[45,47.337]],[\"comment/163\",[]],[\"name/164\",[46,50.702]],[\"comment/164\",[]],[\"name/165\",[25,38.464]],[\"comment/165\",[]],[\"name/166\",[47,47.337]],[\"comment/166\",[]],[\"name/167\",[73,55.81]],[\"comment/167\",[]],[\"name/168\",[74,55.81]],[\"comment/168\",[]],[\"name/169\",[75,55.81]],[\"comment/169\",[]],[\"name/170\",[47,47.337]],[\"comment/170\",[]],[\"name/171\",[76,55.81]],[\"comment/171\",[]],[\"name/172\",[41,47.337]],[\"comment/172\",[]],[\"name/173\",[35,27.478]],[\"comment/173\",[]],[\"name/174\",[43,47.337]],[\"comment/174\",[]],[\"name/175\",[35,27.478]],[\"comment/175\",[]],[\"name/176\",[77,55.81]],[\"comment/176\",[]],[\"name/177\",[78,55.81]],[\"comment/177\",[]],[\"name/178\",[79,55.81]],[\"comment/178\",[]],[\"name/179\",[35,27.478]],[\"comment/179\",[]],[\"name/180\",[40,47.337]],[\"comment/180\",[]],[\"name/181\",[35,27.478]],[\"comment/181\",[]],[\"name/182\",[42,47.337]],[\"comment/182\",[]],[\"name/183\",[35,27.478]],[\"comment/183\",[]],[\"name/184\",[80,55.81]],[\"comment/184\",[]],[\"name/185\",[81,50.702]],[\"comment/185\",[]],[\"name/186\",[82,50.702]],[\"comment/186\",[]],[\"name/187\",[83,50.702]],[\"comment/187\",[]],[\"name/188\",[84,50.702]],[\"comment/188\",[]],[\"name/189\",[85,55.81]],[\"comment/189\",[]],[\"name/190\",[86,55.81]],[\"comment/190\",[]],[\"name/191\",[87,47.337]],[\"comment/191\",[]],[\"name/192\",[88,55.81]],[\"comment/192\",[]],[\"name/193\",[89,50.702]],[\"comment/193\",[]],[\"name/194\",[90,47.337]],[\"comment/194\",[]],[\"name/195\",[91,50.702]],[\"comment/195\",[]],[\"name/196\",[92,55.81]],[\"comment/196\",[]],[\"name/197\",[93,50.702]],[\"comment/197\",[]],[\"name/198\",[84,50.702]],[\"comment/198\",[]],[\"name/199\",[94,55.81]],[\"comment/199\",[]],[\"name/200\",[95,50.702]],[\"comment/200\",[]],[\"name/201\",[96,55.81]],[\"comment/201\",[]],[\"name/202\",[97,50.702]],[\"comment/202\",[]],[\"name/203\",[98,55.81]],[\"comment/203\",[]],[\"name/204\",[35,27.478]],[\"comment/204\",[]],[\"name/205\",[99,50.702]],[\"comment/205\",[]],[\"name/206\",[35,27.478]],[\"comment/206\",[]],[\"name/207\",[100,55.81]],[\"comment/207\",[]],[\"name/208\",[35,27.478]],[\"comment/208\",[]],[\"name/209\",[101,50.702]],[\"comment/209\",[]],[\"name/210\",[35,27.478]],[\"comment/210\",[]],[\"name/211\",[102,50.702]],[\"comment/211\",[]],[\"name/212\",[35,27.478]],[\"comment/212\",[]],[\"name/213\",[97,50.702]],[\"comment/213\",[]],[\"name/214\",[87,47.337]],[\"comment/214\",[]],[\"name/215\",[89,50.702]],[\"comment/215\",[]],[\"name/216\",[90,47.337]],[\"comment/216\",[]],[\"name/217\",[44,44.824]],[\"comment/217\",[]],[\"name/218\",[45,47.337]],[\"comment/218\",[]],[\"name/219\",[90,47.337]],[\"comment/219\",[]],[\"name/220\",[103,55.81]],[\"comment/220\",[]],[\"name/221\",[18,41.146]],[\"comment/221\",[]],[\"name/222\",[1,35.441]],[\"comment/222\",[]],[\"name/223\",[95,50.702]],[\"comment/223\",[]],[\"name/224\",[44,44.824]],[\"comment/224\",[]],[\"name/225\",[104,55.81]],[\"comment/225\",[]],[\"name/226\",[23,39.715]],[\"comment/226\",[]],[\"name/227\",[99,50.702]],[\"comment/227\",[]],[\"name/228\",[28,39.715]],[\"comment/228\",[]],[\"name/229\",[101,50.702]],[\"comment/229\",[]],[\"name/230\",[102,50.702]],[\"comment/230\",[]],[\"name/231\",[105,55.81]],[\"comment/231\",[]],[\"name/232\",[1,35.441]],[\"comment/232\",[]],[\"name/233\",[2,50.702]],[\"comment/233\",[]],[\"name/234\",[3,41.146]],[\"comment/234\",[]],[\"name/235\",[5,41.146]],[\"comment/235\",[]],[\"name/236\",[4,38.464]],[\"comment/236\",[]],[\"name/237\",[6,42.817]],[\"comment/237\",[]],[\"name/238\",[9,38.464]],[\"comment/238\",[]],[\"name/239\",[10,42.817]],[\"comment/239\",[]],[\"name/240\",[11,42.817]],[\"comment/240\",[]],[\"name/241\",[12,42.817]],[\"comment/241\",[]],[\"name/242\",[13,42.817]],[\"comment/242\",[]],[\"name/243\",[14,42.817]],[\"comment/243\",[]],[\"name/244\",[15,41.146]],[\"comment/244\",[]],[\"name/245\",[16,41.146]],[\"comment/245\",[]],[\"name/246\",[17,42.817]],[\"comment/246\",[]],[\"name/247\",[18,41.146]],[\"comment/247\",[]],[\"name/248\",[19,42.817]],[\"comment/248\",[]],[\"name/249\",[20,42.817]],[\"comment/249\",[]],[\"name/250\",[7,38.464]],[\"comment/250\",[]],[\"name/251\",[21,42.817]],[\"comment/251\",[]],[\"name/252\",[22,42.817]],[\"comment/252\",[]],[\"name/253\",[23,39.715]],[\"comment/253\",[]],[\"name/254\",[24,41.146]],[\"comment/254\",[]],[\"name/255\",[25,38.464]],[\"comment/255\",[]],[\"name/256\",[26,41.146]],[\"comment/256\",[]],[\"name/257\",[27,42.817]],[\"comment/257\",[]],[\"name/258\",[28,39.715]],[\"comment/258\",[]],[\"name/259\",[29,41.146]],[\"comment/259\",[]],[\"name/260\",[8,42.817]],[\"comment/260\",[]],[\"name/261\",[30,42.817]],[\"comment/261\",[]],[\"name/262\",[31,42.817]],[\"comment/262\",[]],[\"name/263\",[32,42.817]],[\"comment/263\",[]],[\"name/264\",[33,42.817]],[\"comment/264\",[]],[\"name/265\",[34,42.817]],[\"comment/265\",[]],[\"name/266\",[35,27.478]],[\"comment/266\",[]],[\"name/267\",[106,55.81]],[\"comment/267\",[]],[\"name/268\",[1,35.441]],[\"comment/268\",[]],[\"name/269\",[9,38.464]],[\"comment/269\",[]],[\"name/270\",[10,42.817]],[\"comment/270\",[]],[\"name/271\",[11,42.817]],[\"comment/271\",[]],[\"name/272\",[12,42.817]],[\"comment/272\",[]],[\"name/273\",[13,42.817]],[\"comment/273\",[]],[\"name/274\",[14,42.817]],[\"comment/274\",[]],[\"name/275\",[3,41.146]],[\"comment/275\",[]],[\"name/276\",[4,38.464]],[\"comment/276\",[]],[\"name/277\",[5,41.146]],[\"comment/277\",[]],[\"name/278\",[6,42.817]],[\"comment/278\",[]],[\"name/279\",[15,41.146]],[\"comment/279\",[]],[\"name/280\",[16,41.146]],[\"comment/280\",[]],[\"name/281\",[17,42.817]],[\"comment/281\",[]],[\"name/282\",[18,41.146]],[\"comment/282\",[]],[\"name/283\",[19,42.817]],[\"comment/283\",[]],[\"name/284\",[20,42.817]],[\"comment/284\",[]],[\"name/285\",[7,38.464]],[\"comment/285\",[]],[\"name/286\",[21,42.817]],[\"comment/286\",[]],[\"name/287\",[22,42.817]],[\"comment/287\",[]],[\"name/288\",[23,39.715]],[\"comment/288\",[]],[\"name/289\",[24,41.146]],[\"comment/289\",[]],[\"name/290\",[25,38.464]],[\"comment/290\",[]],[\"name/291\",[26,41.146]],[\"comment/291\",[]],[\"name/292\",[27,42.817]],[\"comment/292\",[]],[\"name/293\",[28,39.715]],[\"comment/293\",[]],[\"name/294\",[29,41.146]],[\"comment/294\",[]],[\"name/295\",[8,42.817]],[\"comment/295\",[]],[\"name/296\",[30,42.817]],[\"comment/296\",[]],[\"name/297\",[31,42.817]],[\"comment/297\",[]],[\"name/298\",[32,42.817]],[\"comment/298\",[]],[\"name/299\",[33,42.817]],[\"comment/299\",[]],[\"name/300\",[34,42.817]],[\"comment/300\",[]],[\"name/301\",[35,27.478]],[\"comment/301\",[]],[\"name/302\",[107,55.81]],[\"comment/302\",[]],[\"name/303\",[108,55.81]],[\"comment/303\",[]],[\"name/304\",[1,35.441]],[\"comment/304\",[]],[\"name/305\",[109,44.824]],[\"comment/305\",[]],[\"name/306\",[110,47.337]],[\"comment/306\",[]],[\"name/307\",[111,47.337]],[\"comment/307\",[]],[\"name/308\",[9,38.464]],[\"comment/308\",[]],[\"name/309\",[112,47.337]],[\"comment/309\",[]],[\"name/310\",[7,38.464]],[\"comment/310\",[]],[\"name/311\",[113,55.81]],[\"comment/311\",[]],[\"name/312\",[114,55.81]],[\"comment/312\",[]],[\"name/313\",[115,47.337]],[\"comment/313\",[]],[\"name/314\",[116,47.337]],[\"comment/314\",[]],[\"name/315\",[117,47.337]],[\"comment/315\",[]],[\"name/316\",[118,47.337]],[\"comment/316\",[]],[\"name/317\",[119,47.337]],[\"comment/317\",[]],[\"name/318\",[120,47.337]],[\"comment/318\",[]],[\"name/319\",[121,47.337]],[\"comment/319\",[]],[\"name/320\",[122,55.81]],[\"comment/320\",[]],[\"name/321\",[123,55.81]],[\"comment/321\",[]],[\"name/322\",[1,35.441]],[\"comment/322\",[]],[\"name/323\",[117,47.337]],[\"comment/323\",[]],[\"name/324\",[119,47.337]],[\"comment/324\",[]],[\"name/325\",[109,44.824]],[\"comment/325\",[]],[\"name/326\",[110,47.337]],[\"comment/326\",[]],[\"name/327\",[111,47.337]],[\"comment/327\",[]],[\"name/328\",[9,38.464]],[\"comment/328\",[]],[\"name/329\",[112,47.337]],[\"comment/329\",[]],[\"name/330\",[7,38.464]],[\"comment/330\",[]],[\"name/331\",[115,47.337]],[\"comment/331\",[]],[\"name/332\",[116,47.337]],[\"comment/332\",[]],[\"name/333\",[118,47.337]],[\"comment/333\",[]],[\"name/334\",[120,47.337]],[\"comment/334\",[]],[\"name/335\",[121,47.337]],[\"comment/335\",[]],[\"name/336\",[124,55.81]],[\"comment/336\",[]],[\"name/337\",[1,35.441]],[\"comment/337\",[]],[\"name/338\",[117,47.337]],[\"comment/338\",[]],[\"name/339\",[109,44.824]],[\"comment/339\",[]],[\"name/340\",[110,47.337]],[\"comment/340\",[]],[\"name/341\",[111,47.337]],[\"comment/341\",[]],[\"name/342\",[9,38.464]],[\"comment/342\",[]],[\"name/343\",[112,47.337]],[\"comment/343\",[]],[\"name/344\",[7,38.464]],[\"comment/344\",[]],[\"name/345\",[115,47.337]],[\"comment/345\",[]],[\"name/346\",[116,47.337]],[\"comment/346\",[]],[\"name/347\",[118,47.337]],[\"comment/347\",[]],[\"name/348\",[119,47.337]],[\"comment/348\",[]],[\"name/349\",[120,47.337]],[\"comment/349\",[]],[\"name/350\",[121,47.337]],[\"comment/350\",[]],[\"name/351\",[125,55.81]],[\"comment/351\",[]],[\"name/352\",[126,50.702]],[\"comment/352\",[]],[\"name/353\",[127,55.81]],[\"comment/353\",[]],[\"name/354\",[128,55.81]],[\"comment/354\",[]],[\"name/355\",[129,55.81]],[\"comment/355\",[]],[\"name/356\",[126,50.702]],[\"comment/356\",[]],[\"name/357\",[130,55.81]],[\"comment/357\",[]],[\"name/358\",[131,55.81]],[\"comment/358\",[]],[\"name/359\",[132,55.81]],[\"comment/359\",[]],[\"name/360\",[91,50.702]],[\"comment/360\",[]],[\"name/361\",[87,47.337]],[\"comment/361\",[]],[\"name/362\",[133,55.81]],[\"comment/362\",[]],[\"name/363\",[81,50.702]],[\"comment/363\",[]],[\"name/364\",[82,50.702]],[\"comment/364\",[]],[\"name/365\",[83,50.702]],[\"comment/365\",[]],[\"name/366\",[134,55.81]],[\"comment/366\",[]],[\"name/367\",[135,55.81]],[\"comment/367\",[]],[\"name/368\",[35,27.478]],[\"comment/368\",[]],[\"name/369\",[136,55.81]],[\"comment/369\",[]],[\"name/370\",[35,27.478]],[\"comment/370\",[]],[\"name/371\",[93,50.702]],[\"comment/371\",[]],[\"name/372\",[109,44.824]],[\"comment/372\",[]],[\"name/373\",[137,55.81]],[\"comment/373\",[]],[\"name/374\",[35,27.478]],[\"comment/374\",[]],[\"name/375\",[138,55.81]],[\"comment/375\",[]],[\"name/376\",[139,55.81]],[\"comment/376\",[]],[\"name/377\",[35,27.478]],[\"comment/377\",[]],[\"name/378\",[140,55.81]],[\"comment/378\",[]],[\"name/379\",[1,35.441]],[\"comment/379\",[]],[\"name/380\",[4,38.464]],[\"comment/380\",[]],[\"name/381\",[141,55.81]],[\"comment/381\",[]],[\"name/382\",[142,55.81]],[\"comment/382\",[]],[\"name/383\",[143,55.81]],[\"comment/383\",[]],[\"name/384\",[144,55.81]],[\"comment/384\",[]],[\"name/385\",[145,55.81]],[\"comment/385\",[]],[\"name/386\",[146,55.81]],[\"comment/386\",[]],[\"name/387\",[5,41.146]],[\"comment/387\",[]],[\"name/388\",[147,55.81]],[\"comment/388\",[]],[\"name/389\",[148,55.81]],[\"comment/389\",[]],[\"name/390\",[1,35.441]],[\"comment/390\",[]],[\"name/391\",[149,55.81]],[\"comment/391\",[]],[\"name/392\",[150,55.81]],[\"comment/392\",[]],[\"name/393\",[151,55.81]],[\"comment/393\",[]],[\"name/394\",[4,38.464]],[\"comment/394\",[]],[\"name/395\",[152,55.81]],[\"comment/395\",[]],[\"name/396\",[153,55.81]],[\"comment/396\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":35,\"name\":{\"35\":{},\"70\":{},\"125\":{},\"144\":{},\"146\":{},\"148\":{},\"150\":{},\"152\":{},\"154\":{},\"173\":{},\"175\":{},\"179\":{},\"181\":{},\"183\":{},\"204\":{},\"206\":{},\"208\":{},\"210\":{},\"212\":{},\"266\":{},\"301\":{},\"368\":{},\"370\":{},\"374\":{},\"377\":{}},\"comment\":{}}],[\"abstractpool\",{\"_index\":48,\"name\":{\"83\":{}},\"comment\":{}}],[\"abstractworker\",{\"_index\":108,\"name\":{\"303\":{}},\"comment\":{}}],[\"aftertaskexecutionhook\",{\"_index\":31,\"name\":{\"31\":{},\"66\":{},\"117\":{},\"262\":{},\"297\":{}},\"comment\":{}}],[\"afterworkersetup\",{\"_index\":14,\"name\":{\"14\":{},\"45\":{},\"122\":{},\"243\":{},\"274\":{}},\"comment\":{}}],[\"aliveinterval\",{\"_index\":111,\"name\":{\"307\":{},\"327\":{},\"341\":{}},\"comment\":{}}],[\"async\",{\"_index\":129,\"name\":{\"355\":{}},\"comment\":{}}],[\"avgruntime\",{\"_index\":89,\"name\":{\"193\":{},\"215\":{}},\"comment\":{}}],[\"beforetaskexecutionhook\",{\"_index\":30,\"name\":{\"30\":{},\"65\":{},\"116\":{},\"261\":{},\"296\":{}},\"comment\":{}}],[\"buildtasksqueueoptions\",{\"_index\":56,\"name\":{\"107\":{}},\"comment\":{}}],[\"busy\",{\"_index\":6,\"name\":{\"6\":{},\"49\":{},\"109\":{},\"237\":{},\"278\":{}},\"comment\":{}}],[\"checkalive\",{\"_index\":118,\"name\":{\"316\":{},\"333\":{},\"347\":{}},\"comment\":{}}],[\"checkandemitevents\",{\"_index\":57,\"name\":{\"126\":{}},\"comment\":{}}],[\"checkfilepath\",{\"_index\":49,\"name\":{\"92\":{}},\"comment\":{}}],[\"checknumberofworkers\",{\"_index\":50,\"name\":{\"93\":{}},\"comment\":{}}],[\"checkpooloptions\",{\"_index\":51,\"name\":{\"94\":{}},\"comment\":{}}],[\"checksize\",{\"_index\":147,\"name\":{\"388\":{}},\"comment\":{}}],[\"checktaskfunctions\",{\"_index\":114,\"name\":{\"312\":{}},\"comment\":{}}],[\"checkvalidtasksqueueoptions\",{\"_index\":54,\"name\":{\"97\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategy\",{\"_index\":52,\"name\":{\"95\":{}},\"comment\":{}}],[\"checkvalidworkerchoicestrategyoptions\",{\"_index\":53,\"name\":{\"96\":{}},\"comment\":{}}],[\"checkworkeroptions\",{\"_index\":113,\"name\":{\"311\":{}},\"comment\":{}}],[\"choose\",{\"_index\":100,\"name\":{\"207\":{}},\"comment\":{}}],[\"chooseworkernode\",{\"_index\":32,\"name\":{\"32\":{},\"67\":{},\"118\":{},\"263\":{},\"298\":{}},\"comment\":{}}],[\"circulararray\",{\"_index\":140,\"name\":{\"378\":{}},\"comment\":{}}],[\"clusterpooloptions\",{\"_index\":37,\"name\":{\"71\":{}},\"comment\":{}}],[\"clusterworker\",{\"_index\":123,\"name\":{\"321\":{}},\"comment\":{}}],[\"concat\",{\"_index\":143,\"name\":{\"383\":{}},\"comment\":{}}],[\"concurrency\",{\"_index\":76,\"name\":{\"171\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":1,\"name\":{\"1\":{},\"37\":{},\"84\":{},\"222\":{},\"232\":{},\"268\":{},\"304\":{},\"322\":{},\"337\":{},\"379\":{},\"390\":{}},\"comment\":{}}],[\"createandsetupworker\",{\"_index\":33,\"name\":{\"33\":{},\"68\":{},\"123\":{},\"264\":{},\"299\":{}},\"comment\":{}}],[\"createworker\",{\"_index\":13,\"name\":{\"13\":{},\"44\":{},\"121\":{},\"242\":{},\"273\":{}},\"comment\":{}}],[\"data\",{\"_index\":82,\"name\":{\"186\":{},\"364\":{}},\"comment\":{}}],[\"dequeue\",{\"_index\":153,\"name\":{\"396\":{}},\"comment\":{}}],[\"dequeuetask\",{\"_index\":64,\"name\":{\"133\":{}},\"comment\":{}}],[\"destroy\",{\"_index\":29,\"name\":{\"29\":{},\"64\":{},\"112\":{},\"145\":{},\"259\":{},\"294\":{}},\"comment\":{}}],[\"destroyworker\",{\"_index\":10,\"name\":{\"10\":{},\"41\":{},\"113\":{},\"239\":{},\"270\":{}},\"comment\":{}}],[\"draft\",{\"_index\":130,\"name\":{\"357\":{}},\"comment\":{}}],[\"dynamic\",{\"_index\":75,\"name\":{\"169\":{}},\"comment\":{}}],[\"dynamicclusterpool\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"dynamicthreadpool\",{\"_index\":105,\"name\":{\"231\":{}},\"comment\":{}}],[\"emitter\",{\"_index\":16,\"name\":{\"16\":{},\"51\":{},\"86\":{},\"142\":{},\"245\":{},\"280\":{}},\"comment\":{}}],[\"empty\",{\"_index\":146,\"name\":{\"386\":{}},\"comment\":{}}],[\"enableevents\",{\"_index\":46,\"name\":{\"80\":{},\"164\":{}},\"comment\":{}}],[\"enabletasksqueue\",{\"_index\":25,\"name\":{\"25\":{},\"60\":{},\"81\":{},\"105\":{},\"151\":{},\"165\":{},\"255\":{},\"290\":{}},\"comment\":{}}],[\"enqueue\",{\"_index\":152,\"name\":{\"395\":{}},\"comment\":{}}],[\"enqueuetask\",{\"_index\":63,\"name\":{\"132\":{}},\"comment\":{}}],[\"env\",{\"_index\":38,\"name\":{\"72\":{}},\"comment\":{}}],[\"error\",{\"_index\":91,\"name\":{\"195\":{},\"360\":{}},\"comment\":{}}],[\"errorhandler\",{\"_index\":41,\"name\":{\"75\":{},\"159\":{},\"172\":{}},\"comment\":{}}],[\"execute\",{\"_index\":28,\"name\":{\"28\":{},\"63\":{},\"111\":{},\"143\":{},\"228\":{},\"258\":{},\"293\":{}},\"comment\":{}}],[\"executetask\",{\"_index\":62,\"name\":{\"131\":{}},\"comment\":{}}],[\"exithandler\",{\"_index\":43,\"name\":{\"77\":{},\"161\":{},\"174\":{}},\"comment\":{}}],[\"filepath\",{\"_index\":20,\"name\":{\"20\":{},\"55\":{},\"90\":{},\"249\":{},\"284\":{}},\"comment\":{}}],[\"fixed\",{\"_index\":74,\"name\":{\"168\":{}},\"comment\":{}}],[\"fixedclusterpool\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"fixedthreadpool\",{\"_index\":106,\"name\":{\"267\":{}},\"comment\":{}}],[\"flushtasksqueue\",{\"_index\":66,\"name\":{\"135\":{}},\"comment\":{}}],[\"flushtasksqueues\",{\"_index\":67,\"name\":{\"136\":{}},\"comment\":{}}],[\"full\",{\"_index\":5,\"name\":{\"5\":{},\"48\":{},\"108\":{},\"235\":{},\"277\":{},\"387\":{}},\"comment\":{}}],[\"getmainworker\",{\"_index\":116,\"name\":{\"314\":{},\"332\":{},\"346\":{}},\"comment\":{}}],[\"getrequiredstatistics\",{\"_index\":104,\"name\":{\"225\":{}},\"comment\":{}}],[\"gettaskfunction\",{\"_index\":122,\"name\":{\"320\":{}},\"comment\":{}}],[\"getworkernodekey\",{\"_index\":55,\"name\":{\"102\":{}},\"comment\":{}}],[\"handleerror\",{\"_index\":119,\"name\":{\"317\":{},\"324\":{},\"348\":{}},\"comment\":{}}],[\"head\",{\"_index\":150,\"name\":{\"392\":{}},\"comment\":{}}],[\"id\",{\"_index\":83,\"name\":{\"187\":{},\"365\":{}},\"comment\":{}}],[\"internalbusy\",{\"_index\":27,\"name\":{\"27\":{},\"62\":{},\"110\":{},\"257\":{},\"292\":{}},\"comment\":{}}],[\"ipool\",{\"_index\":69,\"name\":{\"138\":{}},\"comment\":{}}],[\"ismain\",{\"_index\":9,\"name\":{\"9\":{},\"40\":{},\"115\":{},\"238\":{},\"269\":{},\"308\":{},\"328\":{},\"342\":{}},\"comment\":{}}],[\"items\",{\"_index\":149,\"name\":{\"391\":{}},\"comment\":{}}],[\"iworker\",{\"_index\":77,\"name\":{\"176\":{}},\"comment\":{}}],[\"iworkerchoicestrategy\",{\"_index\":96,\"name\":{\"201\":{}},\"comment\":{}}],[\"kill\",{\"_index\":132,\"name\":{\"359\":{}},\"comment\":{}}],[\"killbehavior\",{\"_index\":126,\"name\":{\"352\":{},\"356\":{}},\"comment\":{}}],[\"killbehaviors\",{\"_index\":125,\"name\":{\"351\":{}},\"comment\":{}}],[\"lasttasktimestamp\",{\"_index\":110,\"name\":{\"306\":{},\"326\":{},\"340\":{}},\"comment\":{}}],[\"mainworker\",{\"_index\":112,\"name\":{\"309\":{},\"329\":{},\"343\":{}},\"comment\":{}}],[\"max\",{\"_index\":2,\"name\":{\"2\":{},\"233\":{}},\"comment\":{}}],[\"maxinactivetime\",{\"_index\":128,\"name\":{\"354\":{}},\"comment\":{}}],[\"medruntime\",{\"_index\":90,\"name\":{\"194\":{},\"216\":{},\"219\":{}},\"comment\":{}}],[\"messagehandler\",{\"_index\":40,\"name\":{\"74\":{},\"158\":{},\"180\":{}},\"comment\":{}}],[\"messagelistener\",{\"_index\":115,\"name\":{\"313\":{},\"331\":{},\"345\":{}},\"comment\":{}}],[\"messagevalue\",{\"_index\":131,\"name\":{\"358\":{}},\"comment\":{}}],[\"name\",{\"_index\":81,\"name\":{\"185\":{},\"363\":{}},\"comment\":{}}],[\"numberofqueuedtasks\",{\"_index\":22,\"name\":{\"22\":{},\"57\":{},\"101\":{},\"252\":{},\"287\":{}},\"comment\":{}}],[\"numberofrunningtasks\",{\"_index\":21,\"name\":{\"21\":{},\"56\":{},\"100\":{},\"251\":{},\"286\":{}},\"comment\":{}}],[\"numberofworkers\",{\"_index\":19,\"name\":{\"19\":{},\"54\":{},\"89\":{},\"248\":{},\"283\":{}},\"comment\":{}}],[\"on\",{\"_index\":78,\"name\":{\"177\":{}},\"comment\":{}}],[\"once\",{\"_index\":79,\"name\":{\"178\":{}},\"comment\":{}}],[\"onlinehandler\",{\"_index\":42,\"name\":{\"76\":{},\"160\":{},\"182\":{}},\"comment\":{}}],[\"opts\",{\"_index\":7,\"name\":{\"7\":{},\"38\":{},\"91\":{},\"250\":{},\"285\":{},\"310\":{},\"330\":{},\"344\":{}},\"comment\":{}}],[\"parent\",{\"_index\":133,\"name\":{\"362\":{}},\"comment\":{}}],[\"poolemitter\",{\"_index\":70,\"name\":{\"155\":{}},\"comment\":{}}],[\"poolevent\",{\"_index\":71,\"name\":{\"156\":{}},\"comment\":{}}],[\"poolevents\",{\"_index\":68,\"name\":{\"137\":{}},\"comment\":{}}],[\"pooloptions\",{\"_index\":72,\"name\":{\"157\":{}},\"comment\":{}}],[\"pooltype\",{\"_index\":73,\"name\":{\"167\":{}},\"comment\":{}}],[\"promiseresponsemap\",{\"_index\":17,\"name\":{\"17\":{},\"52\":{},\"87\":{},\"246\":{},\"281\":{}},\"comment\":{}}],[\"promiseresponsewrapper\",{\"_index\":134,\"name\":{\"366\":{}},\"comment\":{}}],[\"push\",{\"_index\":141,\"name\":{\"381\":{}},\"comment\":{}}],[\"pushworkernode\",{\"_index\":59,\"name\":{\"128\":{}},\"comment\":{}}],[\"queue\",{\"_index\":148,\"name\":{\"389\":{}},\"comment\":{}}],[\"registerworkermessagelistener\",{\"_index\":12,\"name\":{\"12\":{},\"43\":{},\"120\":{},\"241\":{},\"272\":{}},\"comment\":{}}],[\"reject\",{\"_index\":136,\"name\":{\"369\":{}},\"comment\":{}}],[\"remove\",{\"_index\":101,\"name\":{\"209\":{},\"229\":{}},\"comment\":{}}],[\"removeworkernode\",{\"_index\":61,\"name\":{\"130\":{}},\"comment\":{}}],[\"requiredstatistics\",{\"_index\":97,\"name\":{\"202\":{},\"213\":{}},\"comment\":{}}],[\"reset\",{\"_index\":98,\"name\":{\"203\":{}},\"comment\":{}}],[\"resize\",{\"_index\":145,\"name\":{\"385\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":135,\"name\":{\"367\":{}},\"comment\":{}}],[\"run\",{\"_index\":85,\"name\":{\"189\":{}},\"comment\":{}}],[\"runasync\",{\"_index\":121,\"name\":{\"319\":{},\"335\":{},\"350\":{}},\"comment\":{}}],[\"running\",{\"_index\":86,\"name\":{\"190\":{}},\"comment\":{}}],[\"runsync\",{\"_index\":120,\"name\":{\"318\":{},\"334\":{},\"349\":{}},\"comment\":{}}],[\"runtime\",{\"_index\":87,\"name\":{\"191\":{},\"214\":{},\"361\":{}},\"comment\":{}}],[\"runtimehistory\",{\"_index\":88,\"name\":{\"192\":{}},\"comment\":{}}],[\"sendtomainworker\",{\"_index\":117,\"name\":{\"315\":{},\"323\":{},\"338\":{}},\"comment\":{}}],[\"sendtoworker\",{\"_index\":11,\"name\":{\"11\":{},\"42\":{},\"119\":{},\"240\":{},\"271\":{}},\"comment\":{}}],[\"setoptions\",{\"_index\":102,\"name\":{\"211\":{},\"230\":{}},\"comment\":{}}],[\"settasksqueueoptions\",{\"_index\":26,\"name\":{\"26\":{},\"61\":{},\"106\":{},\"153\":{},\"256\":{},\"291\":{}},\"comment\":{}}],[\"settings\",{\"_index\":39,\"name\":{\"73\":{}},\"comment\":{}}],[\"setuphook\",{\"_index\":8,\"name\":{\"8\":{},\"39\":{},\"114\":{},\"260\":{},\"295\":{}},\"comment\":{}}],[\"setworkerchoicestrategy\",{\"_index\":23,\"name\":{\"23\":{},\"58\":{},\"103\":{},\"147\":{},\"226\":{},\"253\":{},\"288\":{}},\"comment\":{}}],[\"setworkerchoicestrategyoptions\",{\"_index\":24,\"name\":{\"24\":{},\"59\":{},\"104\":{},\"149\":{},\"254\":{},\"289\":{}},\"comment\":{}}],[\"setworkernode\",{\"_index\":60,\"name\":{\"129\":{}},\"comment\":{}}],[\"setworkernodetasksusage\",{\"_index\":58,\"name\":{\"127\":{}},\"comment\":{}}],[\"size\",{\"_index\":4,\"name\":{\"4\":{},\"47\":{},\"99\":{},\"140\":{},\"236\":{},\"276\":{},\"380\":{},\"394\":{}},\"comment\":{}}],[\"splice\",{\"_index\":144,\"name\":{\"384\":{}},\"comment\":{}}],[\"tail\",{\"_index\":151,\"name\":{\"393\":{}},\"comment\":{}}],[\"task\",{\"_index\":80,\"name\":{\"184\":{}},\"comment\":{}}],[\"taskfunctions\",{\"_index\":109,\"name\":{\"305\":{},\"325\":{},\"339\":{},\"372\":{}},\"comment\":{}}],[\"tasksqueue\",{\"_index\":94,\"name\":{\"199\":{}},\"comment\":{}}],[\"tasksqueueoptions\",{\"_index\":47,\"name\":{\"82\":{},\"166\":{},\"170\":{}},\"comment\":{}}],[\"tasksqueuesize\",{\"_index\":65,\"name\":{\"134\":{}},\"comment\":{}}],[\"tasksusage\",{\"_index\":84,\"name\":{\"188\":{},\"198\":{}},\"comment\":{}}],[\"threadworker\",{\"_index\":124,\"name\":{\"336\":{}},\"comment\":{}}],[\"threadworkerwithmessagechannel\",{\"_index\":107,\"name\":{\"302\":{}},\"comment\":{}}],[\"type\",{\"_index\":3,\"name\":{\"3\":{},\"46\":{},\"98\":{},\"139\":{},\"234\":{},\"275\":{}},\"comment\":{}}],[\"unshift\",{\"_index\":142,\"name\":{\"382\":{}},\"comment\":{}}],[\"update\",{\"_index\":99,\"name\":{\"205\":{},\"227\":{}},\"comment\":{}}],[\"weights\",{\"_index\":103,\"name\":{\"220\":{}},\"comment\":{}}],[\"worker\",{\"_index\":93,\"name\":{\"197\":{},\"371\":{}},\"comment\":{}}],[\"workerasyncfunction\",{\"_index\":137,\"name\":{\"373\":{}},\"comment\":{}}],[\"workerchoicestrategies\",{\"_index\":95,\"name\":{\"200\":{},\"223\":{}},\"comment\":{}}],[\"workerchoicestrategy\",{\"_index\":44,\"name\":{\"78\":{},\"162\":{},\"217\":{},\"224\":{}},\"comment\":{}}],[\"workerchoicestrategycontext\",{\"_index\":18,\"name\":{\"18\":{},\"53\":{},\"88\":{},\"221\":{},\"247\":{},\"282\":{}},\"comment\":{}}],[\"workerchoicestrategyoptions\",{\"_index\":45,\"name\":{\"79\":{},\"163\":{},\"218\":{}},\"comment\":{}}],[\"workerfunction\",{\"_index\":138,\"name\":{\"375\":{}},\"comment\":{}}],[\"workerlistener\",{\"_index\":34,\"name\":{\"34\":{},\"69\":{},\"124\":{},\"265\":{},\"300\":{}},\"comment\":{}}],[\"workernode\",{\"_index\":92,\"name\":{\"196\":{}},\"comment\":{}}],[\"workernodes\",{\"_index\":15,\"name\":{\"15\":{},\"50\":{},\"85\":{},\"141\":{},\"244\":{},\"279\":{}},\"comment\":{}}],[\"workeroptions\",{\"_index\":127,\"name\":{\"353\":{}},\"comment\":{}}],[\"workersyncfunction\",{\"_index\":139,\"name\":{\"376\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/classes/AbstractPool.html b/docs/classes/AbstractPool.html index df41d32e..4a399b49 100644 --- a/docs/classes/AbstractPool.html +++ b/docs/classes/AbstractPool.html @@ -45,7 +45,7 @@ +
  • Defined in src/pools/abstract-pool.ts:35
  • @@ -71,6 +71,7 @@ full numberOfQueuedTasks numberOfRunningTasks +size type
    @@ -85,6 +86,7 @@ checkPoolOptions checkValidTasksQueueOptions checkValidWorkerChoiceStrategy +checkValidWorkerChoiceStrategyOptions chooseWorkerNode createAndSetupWorker createWorker @@ -96,10 +98,8 @@ execute executeTask flushTasksQueue -flushTasksQueueByWorker flushTasksQueues getWorkerNodeKey -getWorkerTasksUsage internalBusy isMain pushWorkerNode @@ -150,7 +150,7 @@

    Returns AbstractPool<Worker, Data, Response>

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

    @@ -165,28 +165,28 @@
    +
  • Defined in src/pools/abstract-pool.ts:44
  • filePath: string

    Path to the worker file.

    +
  • Defined in src/pools/abstract-pool.ts:79
  • numberOfWorkers: number

    Number of workers that this pool should manage.

    +
  • Defined in src/pools/abstract-pool.ts:78
  • opts: PoolOptions<Worker>

    Options for the pool.

    +
  • Defined in src/pools/abstract-pool.ts:80
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Worker, Response>> = ...
    @@ -198,7 +198,7 @@

    When we receive a message from the worker, we get a map entry with the promise resolve/reject bound to the message id.

    +
  • Defined in src/pools/abstract-pool.ts:54
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -206,7 +206,7 @@

    Default to a round robin algorithm.

    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -214,7 +214,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:41
  • Accessors

    @@ -227,7 +227,7 @@

    Returns boolean

    +
  • Defined in src/pools/abstract-pool.ts:320
  • +
  • Defined in src/pools/abstract-pool.ts:313
  • +
  • Defined in src/pools/abstract-pool.ts:218
  • +
  • Defined in src/pools/abstract-pool.ts:208
  • +
    + +
    +
  • Defined in src/pools/abstract-pool.ts:200
  • Methods

    @@ -289,12 +300,12 @@ Can be overridden.

    The worker.

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

    The received message.

  • Returns void

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

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

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

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

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

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

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

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

    +
  • Defined in src/pools/abstract-pool.ts:164
  • +
    + +
    +
  • Defined in src/pools/abstract-pool.ts:446
  • +
  • Defined in src/pools/abstract-pool.ts:509
  • +
  • Defined in src/pools/abstract-pool.ts:493
  • Returns undefined | Task<Data>

    +
  • Defined in src/pools/abstract-pool.ts:647
  • +
  • Defined in src/pools/abstract-pool.ts:363
  • Returns void | Promise<void>

    +
  • Defined in src/pools/abstract-pool.ts:377
  • +
  • Defined in src/pools/abstract-pool.ts:278
  • Returns number

    +
  • Defined in src/pools/abstract-pool.ts:643
  • Returns Promise<Response>

    Promise that will be fulfilled when the task is completed.

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

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

    -
    - -
    +
  • Defined in src/pools/abstract-pool.ts:655
  • +
  • Defined in src/pools/abstract-pool.ts:666
  • -
    - -
    +
  • Defined in src/pools/abstract-pool.ts:234
  • +
  • Defined in src/pools/abstract-pool.ts:322
  • +
  • Defined in src/pools/abstract-pool.ts:392
  • +
  • Defined in src/pools/abstract-pool.ts:590
  • Returns void

    Returns void

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

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

    +
  • Defined in src/pools/abstract-pool.ts:475
  • +
  • Defined in src/pools/abstract-pool.ts:290
  • +
  • Defined in src/pools/abstract-pool.ts:241
  • +
  • Defined in src/pools/abstract-pool.ts:267
  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:577
  • +
  • Defined in src/pools/abstract-pool.ts:385
  • Returns number

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

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

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

    Returns Func & {
        asyncResource: AsyncResource;
    }

    Returns void

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

    +
  • Defined in src/worker/abstract-worker.ts:86
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:308
  • +
  • Defined in src/worker/abstract-worker.ts:162
  • +
    + +
    +
  • Defined in src/worker/abstract-worker.ts:194
  • Returns void

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

    +
  • Defined in src/worker/abstract-worker.ts:231
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:300
  • +
    + +
    +
  • Defined in src/worker/abstract-worker.ts:174
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:317
  • -

    Returns Func & {
        asyncResource: AsyncResource;
    }

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:277
  • @@ -539,6 +559,7 @@ the AsyncResource to which the function is bound.

  • MessageHandler
  • OnlineHandler
  • PoolEvent
  • +
  • TaskFunctions
  • ThreadWorkerWithMessageChannel
  • WorkerAsyncFunction
  • WorkerChoiceStrategy
  • diff --git a/docs/classes/CircularArray.html b/docs/classes/CircularArray.html index 802a3503..5a783c09 100644 --- a/docs/classes/CircularArray.html +++ b/docs/classes/CircularArray.html @@ -30,7 +30,7 @@ +
  • Defined in src/circular-array.ts:8
  • @@ -112,7 +112,7 @@

    Returns CircularArray<T>

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

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

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

    Returns void

    +
  • Defined in src/circular-array.ts: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:25
  • @@ -61,6 +61,7 @@ but the minimum number of workers will be guaranteed.

    lastTaskTimestamp mainWorker opts +taskFunctions

    Methods

    @@ -71,9 +72,9 @@ but the minimum number of workers will be guaranteed.

    getMainWorker handleError messageListener -run runAsync runInAsyncScope +runSync sendToMainWorker triggerAsyncId bind @@ -83,7 +84,7 @@ but the minimum number of workers will be guaranteed.

      - +
    • Constructs a new poolifier cluster worker.

      @@ -98,8 +99,8 @@ but the minimum number of workers will be guaranteed.

      Parameters

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

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

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

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

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

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

    +
  • Defined in src/worker/abstract-worker.ts:59
  • +
    + +
    taskFunctions: Map<string, WorkerFunction<Data, Response>>
    +

    Task function(s) processed by the worker when the pool's execution function is invoked.

    +

    Methods

    @@ -163,15 +172,13 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:312
  • -

    Returns Func & {
        asyncResource: AsyncResource;
    }

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:287
  • +
  • Defined in src/worker/abstract-worker.ts:179
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:308
  • +
  • Defined in src/worker/abstract-worker.ts:162
  • +
  • Defined in src/worker/cluster-worker.ts:56
  • Returns void

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

    +
  • Defined in src/worker/abstract-worker.ts:231
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:300
  • +
    + +
    +
  • Defined in src/worker/cluster-worker.ts:51
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:317
  • -

    Returns Func & {
        asyncResource: AsyncResource;
    }

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:277
  • @@ -504,6 +506,7 @@ the AsyncResource to which the function is bound.

  • MessageHandler
  • OnlineHandler
  • PoolEvent
  • +
  • TaskFunctions
  • ThreadWorkerWithMessageChannel
  • WorkerAsyncFunction
  • WorkerChoiceStrategy
  • diff --git a/docs/classes/DynamicClusterPool.html b/docs/classes/DynamicClusterPool.html index 6067d62e..f7a42500 100644 --- a/docs/classes/DynamicClusterPool.html +++ b/docs/classes/DynamicClusterPool.html @@ -42,7 +42,7 @@ When the maximum number of workers is reached and workers are busy, an event is +
  • Defined in src/pools/cluster/dynamic.ts:16
  • @@ -69,6 +69,7 @@ When the maximum number of workers is reached and workers are busy, an event is full numberOfQueuedTasks numberOfRunningTasks +size type
    @@ -131,7 +132,7 @@ When the maximum number of workers is reached and workers are busy, an event is

    Returns DynamicClusterPool<Data, Response>

    +
  • Defined in src/pools/cluster/dynamic.ts:28
  • Properties

    @@ -146,7 +147,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:44
  • filePath: string
    @@ -154,14 +155,14 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:79
  • max: number

    Maximum number of workers that can be created by this pool.

    +
  • Defined in src/pools/cluster/dynamic.ts:30
  • numberOfWorkers: number
    @@ -169,7 +170,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:78
  • opts: ClusterPoolOptions = {}
    @@ -177,7 +178,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/cluster/fixed.ts:53
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Worker, Response>> = ...
    @@ -190,7 +191,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:54
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -199,7 +200,7 @@ When the maximum number of workers is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -207,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:41
  • Accessors

    @@ -221,7 +222,7 @@ When the maximum number of workers is reached and workers are busy, an event is

    Returns boolean

    +
  • Defined in src/pools/cluster/dynamic.ts:53
  • +
  • Defined in src/pools/cluster/dynamic.ts:48
  • +
  • Defined in src/pools/abstract-pool.ts:218
  • +
  • Defined in src/pools/abstract-pool.ts:208
  • +
    + +
    +
  • Defined in src/pools/cluster/dynamic.ts:38
  • Methods

    @@ -286,13 +298,13 @@ Can be overridden.

    The worker.

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

    The received message.

  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:411
  • +
  • Defined in src/pools/cluster/fixed.ts:93
  • +
  • Defined in src/pools/abstract-pool.ts:400
  • +
  • Defined in src/pools/abstract-pool.ts:446
  • +
  • Defined in src/pools/abstract-pool.ts:509
  • +
  • Defined in src/pools/cluster/fixed.ts:88
  • +
  • Defined in src/pools/abstract-pool.ts:363
  • +
  • Defined in src/pools/cluster/fixed.ts:69
  • +
  • Defined in src/pools/abstract-pool.ts:278
  • Returns Promise<Response>

    Promise that will be fulfilled when the task is completed.

    +
  • Defined in src/pools/abstract-pool.ts:331
  • +
  • Defined in src/pools/abstract-pool.ts:322
  • +
  • Defined in src/pools/cluster/fixed.ts:64
  • Returns void

    Returns void

    +
  • Defined in src/pools/cluster/fixed.ts:80
  • Returns void

    +
  • Defined in src/pools/cluster/fixed.ts:75
  • +
  • Defined in src/pools/abstract-pool.ts:290
  • +
  • Defined in src/pools/abstract-pool.ts:241
  • +
  • Defined in src/pools/abstract-pool.ts:267
  • +
  • Defined in src/pools/cluster/fixed.ts:59
  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:532
  • +
  • Defined in src/pools/abstract-pool.ts:44
  • filePath: string
    @@ -154,14 +155,14 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:79
  • max: number

    Maximum number of threads that can be created by this pool.

    +
  • Defined in src/pools/thread/dynamic.ts:31
  • numberOfWorkers: number
    @@ -169,7 +170,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:78
  • opts: PoolOptions<ThreadWorkerWithMessageChannel>
    @@ -177,7 +178,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:80
  • promiseResponseMap: Map<string, PromiseResponseWrapper<ThreadWorkerWithMessageChannel, Response>> = ...
    @@ -190,7 +191,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:54
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<ThreadWorkerWithMessageChannel, Data, Response>
    @@ -199,7 +200,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerNodes: WorkerNode<ThreadWorkerWithMessageChannel, Data>[] = []
    @@ -207,7 +208,7 @@ When the maximum number of threads is reached and workers are busy, an event is
    +
  • Defined in src/pools/abstract-pool.ts:41
  • Accessors

    @@ -221,7 +222,7 @@ When the maximum number of threads is reached and workers are busy, an event is

    Returns boolean

    +
  • Defined in src/pools/thread/dynamic.ts:54
  • +
  • Defined in src/pools/thread/dynamic.ts:44
  • +
  • Defined in src/pools/abstract-pool.ts:218
  • +
  • Defined in src/pools/abstract-pool.ts:208
  • +
    + +
    +
  • Defined in src/pools/thread/dynamic.ts:39
  • Methods

    @@ -286,13 +298,13 @@ Can be overridden.

    The worker.

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

    The received message.

  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:411
  • +
  • Defined in src/pools/thread/fixed.ts:85
  • +
  • Defined in src/pools/abstract-pool.ts:400
  • +
  • Defined in src/pools/abstract-pool.ts:446
  • +
  • Defined in src/pools/abstract-pool.ts:509
  • +
  • Defined in src/pools/thread/fixed.ts:78
  • +
  • Defined in src/pools/abstract-pool.ts:363
  • +
  • Defined in src/pools/thread/fixed.ts:54
  • +
  • Defined in src/pools/abstract-pool.ts:278
  • Returns Promise<Response>

    Promise that will be fulfilled when the task is completed.

    +
  • Defined in src/pools/abstract-pool.ts:331
  • +
  • Defined in src/pools/abstract-pool.ts:322
  • +
  • Defined in src/pools/thread/fixed.ts:49
  • Returns void

    Returns void

    +
  • Defined in src/pools/thread/fixed.ts:70
  • Returns void

    +
  • Defined in src/pools/thread/fixed.ts:62
  • +
  • Defined in src/pools/abstract-pool.ts:290
  • +
  • Defined in src/pools/abstract-pool.ts:241
  • +
  • Defined in src/pools/abstract-pool.ts:267
  • +
  • Defined in src/pools/abstract-pool.ts:385
  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:532
  • +
  • Defined in src/pools/abstract-pool.ts:44
  • filePath: string
    @@ -151,7 +152,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:79
  • numberOfWorkers: number
    @@ -159,7 +160,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:78
  • opts: ClusterPoolOptions = {}
    @@ -167,7 +168,7 @@
    +
  • Defined in src/pools/cluster/fixed.ts:53
  • promiseResponseMap: Map<string, PromiseResponseWrapper<Worker, Response>> = ...
    @@ -180,7 +181,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:54
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<Worker, Data, Response>
    @@ -189,7 +190,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerNodes: WorkerNode<Worker, Data>[] = []
    @@ -197,7 +198,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:41
  • Accessors

    @@ -211,7 +212,7 @@

    Returns boolean

    +
  • Defined in src/pools/cluster/fixed.ts:114
  • +
  • Defined in src/pools/cluster/fixed.ts:109
  • +
  • Defined in src/pools/abstract-pool.ts:218
  • +
  • Defined in src/pools/abstract-pool.ts:208
  • +
    + +
    +
  • Defined in src/pools/cluster/fixed.ts:99
  • Methods

    @@ -276,13 +288,13 @@ Can be overridden.

    The worker.

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

    The received message.

  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:411
  • +
  • Defined in src/pools/cluster/fixed.ts:93
  • +
  • Defined in src/pools/abstract-pool.ts:400
  • +
  • Defined in src/pools/abstract-pool.ts:446
  • +
  • Defined in src/pools/abstract-pool.ts:509
  • +
  • Defined in src/pools/cluster/fixed.ts:88
  • +
  • Defined in src/pools/abstract-pool.ts:363
  • +
  • Defined in src/pools/cluster/fixed.ts:69
  • +
  • Defined in src/pools/abstract-pool.ts:278
  • Returns Promise<Response>

    Promise that will be fulfilled when the task is completed.

    +
  • Defined in src/pools/abstract-pool.ts:331
  • +
  • Defined in src/pools/abstract-pool.ts:322
  • +
  • Defined in src/pools/cluster/fixed.ts:64
  • Returns void

    Returns void

    +
  • Defined in src/pools/cluster/fixed.ts:80
  • Returns void

    +
  • Defined in src/pools/cluster/fixed.ts:75
  • +
  • Defined in src/pools/abstract-pool.ts:290
  • +
  • Defined in src/pools/abstract-pool.ts:241
  • +
  • Defined in src/pools/abstract-pool.ts:267
  • +
  • Defined in src/pools/cluster/fixed.ts:59
  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:532
  • +
  • Defined in src/pools/abstract-pool.ts:44
  • filePath: string
    @@ -151,7 +152,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:79
  • numberOfWorkers: number
    @@ -159,7 +160,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:78
  • opts: PoolOptions<ThreadWorkerWithMessageChannel>
    @@ -167,7 +168,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:80
  • promiseResponseMap: Map<string, PromiseResponseWrapper<ThreadWorkerWithMessageChannel, Response>> = ...
    @@ -180,7 +181,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:54
  • workerChoiceStrategyContext: WorkerChoiceStrategyContext<ThreadWorkerWithMessageChannel, Data, Response>
    @@ -189,7 +190,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:64
  • workerNodes: WorkerNode<ThreadWorkerWithMessageChannel, Data>[] = []
    @@ -197,7 +198,7 @@
    +
  • Defined in src/pools/abstract-pool.ts:41
  • Accessors

    @@ -211,7 +212,7 @@

    Returns boolean

    +
  • Defined in src/pools/thread/fixed.ts:110
  • +
  • Defined in src/pools/thread/fixed.ts:105
  • +
  • Defined in src/pools/abstract-pool.ts:218
  • +
  • Defined in src/pools/abstract-pool.ts:208
  • +
    + +
    +
  • Defined in src/pools/thread/fixed.ts:95
  • Methods

    @@ -276,13 +288,13 @@ Can be overridden.

    The worker.

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

    The received message.

  • Returns void

    +
  • Defined in src/pools/abstract-pool.ts:411
  • +
  • Defined in src/pools/thread/fixed.ts:85
  • +
  • Defined in src/pools/abstract-pool.ts:400
  • +
  • Defined in src/pools/abstract-pool.ts:446
  • +
  • Defined in src/pools/abstract-pool.ts:509
  • +
  • Defined in src/pools/thread/fixed.ts:78
  • +
  • Defined in src/pools/abstract-pool.ts:363
  • +
  • Defined in src/pools/thread/fixed.ts:54
  • +
  • Defined in src/pools/abstract-pool.ts:278
  • Returns Promise<Response>

    Promise that will be fulfilled when the task is completed.

    +
  • Defined in src/pools/abstract-pool.ts:331
  • +
  • Defined in src/pools/abstract-pool.ts:322
  • +
  • Defined in src/pools/thread/fixed.ts:49
  • Returns void

    Returns void

    +
  • Defined in src/pools/thread/fixed.ts:70
  • Returns void

    +
  • Defined in src/pools/thread/fixed.ts:62
  • +
  • Defined in src/pools/abstract-pool.ts:290
  • +
  • Defined in src/pools/abstract-pool.ts:241
  • +
  • Defined in src/pools/abstract-pool.ts:267
  • +
  • Defined in src/pools/abstract-pool.ts:385
  • Returns void

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

    +
  • Defined in src/pools/abstract-pool.ts:532
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:321
  • Methods

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

    Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:348
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:610
    • @@ -180,7 +180,7 @@ to each.

    • Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

      -
      const EventEmitter = require('events');
      const myEE = new EventEmitter();
      myEE.on('foo', () => {});
      myEE.on('bar', () => {});

      const sym = Symbol('symbol');
      myEE.on(sym, () => {});

      console.log(myEE.eventNames());
      // Prints: [ 'foo', 'bar', Symbol(symbol) ] +
      import { EventEmitter } from 'node:events';

      const myEE = new EventEmitter();
      myEE.on('foo', () => {});
      myEE.on('bar', () => {});

      const sym = Symbol('symbol');
      myEE.on(sym, () => {});

      console.log(myEE.eventNames());
      // Prints: [ 'foo', 'bar', Symbol(symbol) ]

      Since

      v6.0.0

      @@ -188,7 +188,7 @@ listeners. The values in the array are strings or Symbols.

      Returns (string | symbol)[]

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:673
  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:525
    • -

      Returns the number of listeners listening to the event named eventName.

      -

      If listener is provided, it will return how many times the listener -is found in the list of the listeners of the event.

      +

      Returns the number of listeners listening for the event named eventName. +If listener is provided, it will return how many times the listener is found +in the list of the listeners of the event.

      Since

      v3.2.0

      @@ -228,14 +228,14 @@ is found in the list of the listeners of the event.

      Returns number

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:619
    • Returns a copy of the array of listeners for the event named eventName.

      -
      server.on('connection', (stream) => {
      console.log('someone connected!');
      });
      console.log(util.inspect(server.listeners('connection')));
      // Prints: [ [Function] ] +
      server.on('connection', (stream) => {
      console.log('someone connected!');
      });
      console.log(util.inspect(server.listeners('connection')));
      // Prints: [ [Function] ]

      Since

      v0.1.26

      @@ -248,7 +248,7 @@ is found in the list of the listeners of the event.

      Returns Function[]

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:538
    • @@ -279,7 +279,7 @@ is found in the list of the listeners of the event.

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:498
    • @@ -294,7 +294,7 @@ times.

      Returns a reference to the EventEmitter, so that calls can be chained.

      By default, event listeners are invoked in the order they are added. Theemitter.prependListener() method can be used as an alternative to add the event listener to the beginning of the listeners array.

      -
      const myEE = new EventEmitter();
      myEE.on('foo', () => console.log('a'));
      myEE.prependListener('foo', () => console.log('b'));
      myEE.emit('foo');
      // Prints:
      // b
      // a +
      import { EventEmitter } from 'node:events';
      const myEE = new EventEmitter();
      myEE.on('foo', () => console.log('a'));
      myEE.prependListener('foo', () => console.log('b'));
      myEE.emit('foo');
      // Prints:
      // b
      // a

      Since

      v0.1.101

      @@ -324,7 +324,7 @@ event listener to the beginning of the listeners array.

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:380
    • @@ -337,7 +337,7 @@ next time eventName is triggered, this listener is removed and then

      Returns a reference to the EventEmitter, so that calls can be chained.

      By default, event listeners are invoked in the order they are added. Theemitter.prependOnceListener() method can be used as an alternative to add the event listener to the beginning of the listeners array.

      -
      const myEE = new EventEmitter();
      myEE.once('foo', () => console.log('a'));
      myEE.prependOnceListener('foo', () => console.log('b'));
      myEE.emit('foo');
      // Prints:
      // b
      // a +
      import { EventEmitter } from 'node:events';
      const myEE = new EventEmitter();
      myEE.once('foo', () => console.log('a'));
      myEE.prependOnceListener('foo', () => console.log('b'));
      myEE.emit('foo');
      // Prints:
      // b
      // a

      Since

      v0.3.0

      @@ -367,7 +367,7 @@ event listener to the beginning of the listeners array.

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:410
    • @@ -408,7 +408,7 @@ times.

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:637
    • @@ -447,7 +447,7 @@ listener is removed, and then invoked.

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:653
    • @@ -455,7 +455,7 @@ listener is removed, and then invoked.

    • Returns a copy of the array of listeners for the event named eventName, including any wrappers (such as those created by .once()).

      -
      const emitter = new EventEmitter();
      emitter.once('log', () => console.log('log once'));

      // Returns a new Array with a function `onceWrapper` which has a property
      // `listener` which contains the original listener bound above
      const listeners = emitter.rawListeners('log');
      const logFnWrapper = listeners[0];

      // Logs "log once" to the console and does not unbind the `once` event
      logFnWrapper.listener();

      // Logs "log once" to the console and removes the listener
      logFnWrapper();

      emitter.on('log', () => console.log('log persistently'));
      // Will return a new Array with a single function bound by `.on()` above
      const newListeners = emitter.rawListeners('log');

      // Logs "log persistently" twice
      newListeners[0]();
      emitter.emit('log'); +
      import { EventEmitter } from 'node:events';
      const emitter = new EventEmitter();
      emitter.once('log', () => console.log('log once'));

      // Returns a new Array with a function `onceWrapper` which has a property
      // `listener` which contains the original listener bound above
      const listeners = emitter.rawListeners('log');
      const logFnWrapper = listeners[0];

      // Logs "log once" to the console and does not unbind the `once` event
      logFnWrapper.listener();

      // Logs "log once" to the console and removes the listener
      logFnWrapper();

      emitter.on('log', () => console.log('log persistently'));
      // Will return a new Array with a single function bound by `.on()` above
      const newListeners = emitter.rawListeners('log');

      // Logs "log persistently" twice
      newListeners[0]();
      emitter.emit('log');

      Since

      v9.4.0

      @@ -468,7 +468,7 @@ including any wrappers (such as those created by .once()).

      Returns Function[]

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:569
    • @@ -490,14 +490,14 @@ component or module (e.g. sockets or file streams).

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:509
    • Removes the specified listener from the listener array for the event namedeventName.

      -
      const callback = (stream) => {
      console.log('someone connected!');
      };
      server.on('connection', callback);
      // ...
      server.removeListener('connection', callback); +
      const callback = (stream) => {
      console.log('someone connected!');
      };
      server.on('connection', callback);
      // ...
      server.removeListener('connection', callback);

      removeListener() will remove, at most, one instance of a listener from the listener array. If any single listener has been added multiple times to the @@ -506,7 +506,7 @@ called multiple times to remove each instance.

      Once an event is emitted, all listeners attached to it at the time of emitting are called in order. This implies that anyremoveListener() or removeAllListeners() calls after emitting and before the last listener finishes execution will not remove them fromemit() in progress. Subsequent events behave as expected.

      -
      const myEmitter = new MyEmitter();

      const callbackA = () => {
      console.log('A');
      myEmitter.removeListener('event', callbackB);
      };

      const callbackB = () => {
      console.log('B');
      };

      myEmitter.on('event', callbackA);

      myEmitter.on('event', callbackB);

      // callbackA removes listener callbackB but it will still be called.
      // Internal listener array at time of emit [callbackA, callbackB]
      myEmitter.emit('event');
      // Prints:
      // A
      // B

      // callbackB is now removed.
      // Internal listener array [callbackA]
      myEmitter.emit('event');
      // Prints:
      // A +
      import { EventEmitter } from 'node:events';
      class MyEmitter extends EventEmitter {}
      const myEmitter = new MyEmitter();

      const callbackA = () => {
      console.log('A');
      myEmitter.removeListener('event', callbackB);
      };

      const callbackB = () => {
      console.log('B');
      };

      myEmitter.on('event', callbackA);

      myEmitter.on('event', callbackB);

      // callbackA removes listener callbackB but it will still be called.
      // Internal listener array at time of emit [callbackA, callbackB]
      myEmitter.emit('event');
      // Prints:
      // A
      // B

      // callbackB is now removed.
      // Internal listener array [callbackA]
      myEmitter.emit('event');
      // Prints:
      // A

      Because listeners are managed using an internal array, calling this will change the position indices of any listener registered after the listener @@ -516,7 +516,7 @@ the emitter.listeners() method will need to be recreated.

      When a single function has been added as a handler multiple times for a single event (as in the example below), removeListener() will remove the most recently added instance. In the example the once('ping')listener is removed:

      -
      const ee = new EventEmitter();

      function pong() {
      console.log('pong');
      }

      ee.on('ping', pong);
      ee.once('ping', pong);
      ee.removeListener('ping', pong);

      ee.emit('ping');
      ee.emit('ping'); +
      import { EventEmitter } from 'node:events';
      const ee = new EventEmitter();

      function pong() {
      console.log('pong');
      }

      ee.on('ping', pong);
      ee.once('ping', pong);
      ee.removeListener('ping', pong);

      ee.emit('ping');
      ee.emit('ping');

      Returns a reference to the EventEmitter, so that calls can be chained.

      @@ -543,7 +543,7 @@ recently added instance. In the example the once('ping')lis

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:493
    • @@ -565,7 +565,7 @@ modified for this specific EventEmitter instance. The value can be

      Returns PoolEmitter

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:519
    • @@ -576,7 +576,7 @@ modified for this specific EventEmitter instance. The value can be the emitter.

      For EventTargets this is the only way to get the event listeners for the event target. This is useful for debugging and diagnostic purposes.

      -
      const { getEventListeners, EventEmitter } = require('events');

      {
      const ee = new EventEmitter();
      const listener = () => console.log('Events are fun');
      ee.on('foo', listener);
      getEventListeners(ee, 'foo'); // [listener]
      }
      {
      const et = new EventTarget();
      const listener = () => console.log('Events are fun');
      et.addEventListener('foo', listener);
      getEventListeners(et, 'foo'); // [listener]
      } +
      import { getEventListeners, EventEmitter } from 'node:events';

      {
      const ee = new EventEmitter();
      const listener = () => console.log('Events are fun');
      ee.on('foo', listener);
      console.log(getEventListeners(ee, 'foo')); // [ [Function: listener] ]
      }
      {
      const et = new EventTarget();
      const listener = () => console.log('Events are fun');
      et.addEventListener('foo', listener);
      console.log(getEventListeners(et, 'foo')); // [ [Function: listener] ]
      }

      Since

      v15.2.0, v14.17.0

      @@ -591,14 +591,14 @@ event target. This is useful for debugging and diagnostic purposes.

      Returns Function[]

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:296
    • A class method that returns the number of listeners for the given eventNameregistered on the given emitter.

      -
      const { EventEmitter, listenerCount } = require('events');
      const myEmitter = new EventEmitter();
      myEmitter.on('event', () => {});
      myEmitter.on('event', () => {});
      console.log(listenerCount(myEmitter, 'event'));
      // Prints: 2 +
      import { EventEmitter, listenerCount } from 'node:events';

      const myEmitter = new EventEmitter();
      myEmitter.on('event', () => {});
      myEmitter.on('event', () => {});
      console.log(listenerCount(myEmitter, 'event'));
      // Prints: 2

      Since

      v0.9.12

      @@ -619,20 +619,20 @@ event target. This is useful for debugging and diagnostic purposes.

      Returns number

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:268
    • -
      const { on, EventEmitter } = require('events');

      (async () => {
      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo')) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here
      })(); +
      import { on, EventEmitter } from 'node:events';
      import process from 'node:process';

      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo')) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here

      Returns an AsyncIterator that iterates eventName events. It will throw if the EventEmitter emits 'error'. It removes all listeners when exiting the loop. The value returned by each iteration is an array composed of the emitted event arguments.

      An AbortSignal can be used to cancel waiting on events:

      -
      const { on, EventEmitter } = require('events');
      const ac = new AbortController();

      (async () => {
      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo', { signal: ac.signal })) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here
      })();

      process.nextTick(() => ac.abort()); +
      import { on, EventEmitter } from 'node:events';
      import process from 'node:process';

      const ac = new AbortController();

      (async () => {
      const ee = new EventEmitter();

      // Emit later on
      process.nextTick(() => {
      ee.emit('foo', 'bar');
      ee.emit('foo', 42);
      });

      for await (const event of on(ee, 'foo', { signal: ac.signal })) {
      // The execution of this inner block is synchronous and it
      // processes one event at a time (even with await). Do not use
      // if concurrent execution is required.
      console.log(event); // prints ['bar'] [42]
      }
      // Unreachable here
      })();

      process.nextTick(() => ac.abort());

      Since

      v13.6.0, v12.16.0

      @@ -652,7 +652,7 @@ composed of the emitted event arguments.

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:250
    • @@ -664,15 +664,15 @@ The Promise will resolve with an array of all the arguments emitted given event.

      This method is intentionally generic and works with the web platform EventTarget interface, which has no special'error' event semantics and does not listen to the 'error' event.

      -
      const { once, EventEmitter } = require('events');

      async function run() {
      const ee = new EventEmitter();

      process.nextTick(() => {
      ee.emit('myevent', 42);
      });

      const [value] = await once(ee, 'myevent');
      console.log(value);

      const err = new Error('kaboom');
      process.nextTick(() => {
      ee.emit('error', err);
      });

      try {
      await once(ee, 'myevent');
      } catch (err) {
      console.log('error happened', err);
      }
      }

      run(); +
      import { once, EventEmitter } from 'node:events';
      import process from 'node:process';

      const ee = new EventEmitter();

      process.nextTick(() => {
      ee.emit('myevent', 42);
      });

      const [value] = await once(ee, 'myevent');
      console.log(value);

      const err = new Error('kaboom');
      process.nextTick(() => {
      ee.emit('error', err);
      });

      try {
      await once(ee, 'myevent');
      } catch (err) {
      console.error('error happened', err);
      }

      The special handling of the 'error' event is only used when events.once()is used to wait for another event. If events.once() is used to wait for the 'error' event itself, then it is treated as any other kind of event without special handling:

      -
      const { EventEmitter, once } = require('events');

      const ee = new EventEmitter();

      once(ee, 'error')
      .then(([err]) => console.log('ok', err.message))
      .catch((err) => console.log('error', err.message));

      ee.emit('error', new Error('boom'));

      // Prints: ok boom +
      import { EventEmitter, once } from 'node:events';

      const ee = new EventEmitter();

      once(ee, 'error')
      .then(([err]) => console.log('ok', err.message))
      .catch((err) => console.error('error', err.message));

      ee.emit('error', new Error('boom'));

      // Prints: ok boom

      An AbortSignal can be used to cancel waiting for the event:

      -
      const { EventEmitter, once } = require('events');

      const ee = new EventEmitter();
      const ac = new AbortController();

      async function foo(emitter, event, signal) {
      try {
      await once(emitter, event, { signal });
      console.log('event emitted!');
      } catch (error) {
      if (error.name === 'AbortError') {
      console.error('Waiting for the event was canceled!');
      } else {
      console.error('There was an error', error.message);
      }
      }
      }

      foo(ee, 'foo', ac.signal);
      ac.abort(); // Abort waiting for the event
      ee.emit('foo'); // Prints: Waiting for the event was canceled! +
      import { EventEmitter, once } from 'node:events';

      const ee = new EventEmitter();
      const ac = new AbortController();

      async function foo(emitter, event, signal) {
      try {
      await once(emitter, event, { signal });
      console.log('event emitted!');
      } catch (error) {
      if (error.name === 'AbortError') {
      console.error('Waiting for the event was canceled!');
      } else {
      console.error('There was an error', error.message);
      }
      }
      }

      foo(ee, 'foo', ac.signal);
      ac.abort(); // Abort waiting for the event
      ee.emit('foo'); // Prints: Waiting for the event was canceled!

      Since

      v11.13.0, v10.16.0

      @@ -689,7 +689,7 @@ special handling:

      Returns Promise<any[]>

      +
    • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:189
  • @@ -704,13 +704,13 @@ special handling:

    Returns Promise<any[]>

  • +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:190
    • -
      const {
      setMaxListeners,
      EventEmitter
      } = require('events');

      const target = new EventTarget();
      const emitter = new EventEmitter();

      setMaxListeners(5, target, emitter); +
      import { setMaxListeners, EventEmitter } from 'node:events';

      const target = new EventTarget();
      const emitter = new EventEmitter();

      setMaxListeners(5, target, emitter);

      Since

      v15.4.0

      @@ -727,7 +727,7 @@ special handling:

      Returns void

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/events.d.ts:311
  • +
  • Defined in src/worker/abstract-worker.ts:42
  • isMain: boolean
    @@ -126,7 +127,7 @@ but the minimum number of workers will be guaranteed.

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

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

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

    +
  • Defined in src/worker/abstract-worker.ts:59
  • +
    + +
    taskFunctions: Map<string, WorkerFunction<Data, Response>>
    +

    Task function(s) processed by the worker when the pool's execution function is invoked.

    +

    Methods

    @@ -163,15 +172,13 @@ but the minimum number of workers will be guaranteed.

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:312
    • - +
    • Binds the given function to execute to this AsyncResource's scope.

      -

      The returned function will have an asyncResource property referencing -the AsyncResource to which the function is bound.

      Since

      v14.8.0, v12.19.0

      @@ -187,10 +194,10 @@ the AsyncResource to which the function is bound.

      fn: Func

      The function to bind to the current AsyncResource.

    -

    Returns Func & {
        asyncResource: AsyncResource;
    }

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:287
  • +
  • Defined in src/worker/abstract-worker.ts:179
    • @@ -216,7 +223,7 @@ never be called.

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:308
  • +
  • Defined in src/worker/abstract-worker.ts:162
  • +
  • Defined in src/worker/abstract-worker.ts:194
    • - +
    • Worker message listener.

      @@ -261,37 +268,11 @@ never be called.

    • message: MessageValue<Data, MessagePort>

      Message received.

      -
    • -
    • -
      fn: WorkerFunction<Data, Response>
      -

      Function processed by the worker when the pool's execution function is invoked.

    Returns void

    -
    - -
    +
  • Defined in src/worker/abstract-worker.ts:138
    • @@ -307,13 +288,13 @@ never be called.

      Function that will be executed.

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

      Input data for the given function.

    Returns void

    +
  • Defined in src/worker/abstract-worker.ts:231
    • @@ -364,7 +345,29 @@ then restore the original execution context.

      Returns Result

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:300
  • +
    + +
    +
  • Defined in src/worker/thread-worker.ts:51
    • @@ -393,15 +396,13 @@ then restore the original execution context.

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:317
    • - +
    • Binds the given function to the current execution context.

      -

      The returned function will have an asyncResource property referencing -the AsyncResource to which the function is bound.

      Since

      v14.8.0, v12.19.0

      @@ -425,10 +426,10 @@ the AsyncResource to which the function is bound.

    • Optional thisArg: ThisArg
    -

    Returns Func & {
        asyncResource: AsyncResource;
    }

    +
  • Defined in node_modules/.pnpm/@types+node@20.1.0/node_modules/@types/node/async_hooks.d.ts:277
  • @@ -504,6 +506,7 @@ the AsyncResource to which the function is bound.

  • MessageHandler
  • OnlineHandler
  • PoolEvent
  • +
  • TaskFunctions
  • ThreadWorkerWithMessageChannel
  • WorkerAsyncFunction
  • WorkerChoiceStrategy
  • diff --git a/docs/classes/WorkerChoiceStrategyContext.html b/docs/classes/WorkerChoiceStrategyContext.html index a30e48d1..daf43a75 100644 --- a/docs/classes/WorkerChoiceStrategyContext.html +++ b/docs/classes/WorkerChoiceStrategyContext.html @@ -38,7 +38,7 @@
    • WorkerChoiceStrategyContext
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:24
  • @@ -60,6 +60,7 @@ remove setOptions setWorkerChoiceStrategy +update

    Constructors

    @@ -96,21 +97,21 @@

    Returns WorkerChoiceStrategyContext<Worker, Data, Response>

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

    workerChoiceStrategies: Map<"ROUND_ROBIN" | "LESS_USED" | "LESS_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN", IWorkerChoiceStrategy>
    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:29
  • workerChoiceStrategy: "ROUND_ROBIN" | "LESS_USED" | "LESS_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN" = WorkerChoiceStrategies.ROUND_ROBIN

    The worker choice strategy.

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

    @@ -123,7 +124,7 @@

    Returns number

    The key of the worker node.

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

      Removes a worker node key from the worker choice strategy in the context.

      +

      Removes the worker node key from the worker choice strategy in the context.

      Parameters

      @@ -152,7 +153,7 @@

      Returns boolean

      true if the removal is successful, false otherwise.

    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:149
    • @@ -169,7 +170,7 @@

    Returns void

    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:162
    • @@ -186,7 +187,23 @@

    Returns void

    +
  • Defined in src/pools/selection-strategies/worker-choice-strategy-context.ts:108
  • +
    + +
    +
  • Defined in src/pools/pool.ts:25
  • +
  • Defined in src/pools/pool.ts:105
  • env?: any
    @@ -75,7 +75,7 @@

    See

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

    +
  • Defined in src/pools/cluster/fixed.ts:18
  • errorHandler?: ErrorHandler<Worker>
    @@ -83,7 +83,7 @@
    +
  • Defined in src/pools/pool.ts:75
  • exitHandler?: ExitHandler<Worker>
    @@ -91,7 +91,7 @@
    +
  • Defined in src/pools/pool.ts:83
  • messageHandler?: MessageHandler<Worker>
    @@ -99,7 +99,7 @@
    +
  • Defined in src/pools/pool.ts:71
  • onlineHandler?: OnlineHandler<Worker>
    @@ -107,7 +107,7 @@
    +
  • Defined in src/pools/pool.ts:79
  • settings?: ClusterSettings
    @@ -116,7 +116,7 @@

    See

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

    +
  • Defined in src/pools/cluster/fixed.ts:24
  • tasksQueueOptions?: TasksQueueOptions
    @@ -124,7 +124,7 @@
    +
  • Defined in src/pools/pool.ts:109
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LESS_USED" | "LESS_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN"
    @@ -134,7 +134,7 @@
    +
  • Defined in src/pools/pool.ts:89
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions
    @@ -142,7 +142,7 @@
    +
  • Defined in src/pools/pool.ts:93
  • @@ -76,7 +77,7 @@

    Returns Promise<void>

    +
  • Defined in src/pools/pool.ts:158
  • emitter?: PoolEmitter
    @@ -88,7 +89,7 @@
    +
  • Defined in src/pools/pool.ts:146
  • enableTasksQueue: ((enable, tasksQueueOptions?) => void)
    @@ -114,16 +115,16 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:183
  • -
    execute: ((data?) => Promise<Response>)
    +
    execute: ((data?, name?) => Promise<Response>)

    Type declaration

      • -
      • (data?): Promise<Response>
      • +
      • (data?, name?): Promise<Response>
      • Executes the function specified in the worker constructor with the task data input parameter.

        @@ -133,11 +134,15 @@
      • Optional data: Data

        The task input data for the specified worker function. This can only be serializable data.

        +
      • +
      • +
        Optional name: string
        +

        The name of the worker function to execute. If not specified, the default worker function will be executed.

    Returns Promise<Response>

    Promise that will be fulfilled when the task is completed.

    +
  • Defined in src/pools/pool.ts:154
  • setTasksQueueOptions: ((tasksQueueOptions) => void)
    @@ -159,7 +164,7 @@

    Returns void

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

    Returns void

    +
  • Defined in src/pools/pool.ts:165
  • setWorkerChoiceStrategyOptions: ((workerChoiceStrategyOptions) => void)
    @@ -207,7 +212,14 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:174
  • +
    + +
    size: number
    +

    Pool maximum size.

    +
    type: PoolType
    @@ -215,14 +227,14 @@

    If it is 'dynamic', it provides the max property.

    +
  • Defined in src/pools/pool.ts:129
  • workerNodes: WorkerNode<Worker, Data>[]

    Pool worker nodes.

    +
  • Defined in src/pools/pool.ts:137
  • +
  • Defined in src/pools/worker.ts:100
  • once: ((event, handler) => void)
    @@ -72,7 +72,7 @@

    Returns void

    +
  • Defined in src/pools/worker.ts:110
  • Properties

    @@ -51,9 +52,10 @@
  • Chooses a worker node in the pool and returns its key.

    -

    Returns number

  • remove: ((workerNodeKey) => boolean)
    @@ -64,7 +66,7 @@
    • (workerNodeKey): boolean
    • -

      Removes a worker node key from strategy internals.

      +

      Removes the worker node key from strategy internals.

      Parameters

      @@ -73,16 +75,17 @@
      workerNodeKey: number

      The worker node key.

    -

    Returns boolean

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:103
  • requiredStatistics: RequiredStatistics

    Required tasks usage statistics.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:78
  • reset: (() => boolean)
    @@ -93,11 +96,12 @@
    • (): boolean
    • -

      Resets strategy internals (counters, statistics, etc.).

      +

      Resets strategy internals.

      -

      Returns boolean

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:84
  • setOptions: ((opts) => void)
    @@ -119,7 +123,28 @@

    Returns void

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:109
  • +
    + +
    update: ((workerNodeKey) => boolean)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (workerNodeKey): boolean
      • +
      • +

        Updates the worker node key strategy internals.

        +
        +
        +

        Parameters

        +
          +
        • +
          workerNodeKey: number
        +

        Returns boolean

        true if the update is successful, false otherwise.

        +
    @@ -60,43 +61,51 @@ +
  • Defined in src/pools/worker.ts:47
  • error?: string

    Error.

    +
  • Defined in src/utility-types.ts:31
  • id?: string
    -

    UUID of the message.

    +

    Message UUID.

    +
  • Defined in src/pools/worker.ts:51
  • kill?: 1 | "SOFT" | "HARD"

    Kill code.

    +
  • Defined in src/utility-types.ts:27
  • +
    + +
    name?: string
    +

    Task name.

    +
    parent?: MainWorker

    Reference to main worker.

    +
  • Defined in src/utility-types.ts:39
  • runTime?: number

    Runtime.

    +
  • Defined in src/utility-types.ts:35
  • +
  • Defined in src/pools/pool.ts:99
  • enableTasksQueue?: boolean
    @@ -69,42 +69,42 @@

    Default Value

    false

    +
  • Defined in src/pools/pool.ts:105
  • errorHandler?: ErrorHandler<Worker>

    A function that will listen for error event on each worker.

    +
  • Defined in src/pools/pool.ts:75
  • exitHandler?: ExitHandler<Worker>

    A function that will listen for exit event on each worker.

    +
  • Defined in src/pools/pool.ts:83
  • messageHandler?: MessageHandler<Worker>

    A function that will listen for message event on each worker.

    +
  • Defined in src/pools/pool.ts:71
  • onlineHandler?: OnlineHandler<Worker>

    A function that will listen for online event on each worker.

    +
  • Defined in src/pools/pool.ts:79
  • tasksQueueOptions?: TasksQueueOptions

    Pool worker tasks queue options.

    +
  • Defined in src/pools/pool.ts:109
  • workerChoiceStrategy?: "ROUND_ROBIN" | "LESS_USED" | "LESS_BUSY" | "FAIR_SHARE" | "WEIGHTED_ROUND_ROBIN"
    @@ -113,14 +113,14 @@

    Default Value

    WorkerChoiceStrategies.ROUND_ROBIN

    +
  • Defined in src/pools/pool.ts:89
  • workerChoiceStrategyOptions?: WorkerChoiceStrategyOptions

    The worker choice strategy options.

    +
  • Defined in src/pools/pool.ts:93
  • +
  • Defined in src/utility-types.ts:106
  • resolve: ((value) => void)
    @@ -87,14 +87,14 @@
    value: Response

    Returns void

    +
  • Defined in src/utility-types.ts:102
  • worker: Worker

    The worker handling the execution.

    +
  • Defined in src/utility-types.ts:110
  • +
  • Defined in src/pools/worker.ts:51
  • +
    + +
    name?: string
    +

    Task name.

    +
    +
  • Defined in src/pools/pool.ts:59
  • +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:41
  • +
    + +
    weights?: Record<number, number>
    +

    Worker weights to use for weighted round robin worker selection strategy. +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/worker.ts:124
  • +
  • Defined in src/worker/worker-options.ts:51
  • +
  • Defined in src/pools/worker.ts:15
  • +
  • Defined in src/pools/worker.ts:28
  • +
  • Defined in src/pools/worker.ts:7
  • +
  • Defined in src/pools/worker.ts:23
  • +
  • Defined in src/utility-types.ts:59
  • +
  • Defined in src/utility-types.ts:48