X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=07293d826c5ec204b8601c93cac8a7aa29e315d7;hb=4b83ce37863710053ba07b2f15577bf4db4754d7;hp=66c5140b59b8e081abe82742ca6ed282fc050389;hpb=f7d15c1217381b306300beb7926b42fde93bc579;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 66c5140b..07293d82 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,4 +1,4 @@ -IPool | poolifier - v2.7.0
+IPool | poolifier - v2.7.1
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.7.0
+
  • The search index is not available
  • poolifier - v2.7.1
    @@ -46,7 +46,7 @@ +
  • Defined in src/pools/pool.ts:206
  • @@ -107,7 +107,7 @@ If a task function with the same name already exists, it will be overwritten.

    Throws

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

    +
  • Defined in src/pools/pool.ts:281
  • destroy: (() => Promise<void>)
    @@ -123,7 +123,7 @@ If a task function with the same name already exists, it will be overwritten.

    Returns Promise<void>
    +
  • Defined in src/pools/pool.ts:263
  • emitter?: PoolEmitter
    @@ -141,7 +141,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:242
  • enableTasksQueue: ((enable, tasksQueueOptions?) => void)
    @@ -170,7 +170,7 @@ If a task function with the same name already exists, it will be overwritten.

    Returns void
    +
  • Defined in src/pools/pool.ts:329
  • execute: ((data?, name?, transferList?) => Promise<Response>)
    @@ -205,7 +205,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:251
  • hasTaskFunction: ((name) => boolean)
    @@ -230,7 +230,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:270
  • hasWorkerNodeBackPressure: ((workerNodeKey) => boolean)
    @@ -255,7 +255,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:228
  • info: PoolInfo
    @@ -263,7 +263,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:214
  • listTaskFunctionNames: (() => string[])
    @@ -280,7 +280,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:297
  • removeTaskFunction: ((name) => Promise<boolean>)
    @@ -305,7 +305,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:291
  • setDefaultTaskFunction: ((name) => Promise<boolean>)
    @@ -330,7 +330,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:304
  • setTasksQueueOptions: ((tasksQueueOptions) => void)
    @@ -354,7 +354,7 @@ If a task function with the same name already exists, it will be overwritten.

    Returns void
    +
  • Defined in src/pools/pool.ts:338
  • setWorkerChoiceStrategy: ((workerChoiceStrategy, workerChoiceStrategyOptions?) => void)
    @@ -383,7 +383,7 @@ If a task function with the same name already exists, it will be overwritten.

    Returns void
    +
  • Defined in src/pools/pool.ts:311
  • setWorkerChoiceStrategyOptions: ((workerChoiceStrategyOptions) => void)
    @@ -407,7 +407,7 @@ If a task function with the same name already exists, it will be overwritten.

    Returns void
    +
  • Defined in src/pools/pool.ts:320
  • start: (() => void)
    @@ -423,7 +423,7 @@ If a task function with the same name already exists, it will be overwritten.

    Returns void
    +
  • Defined in src/pools/pool.ts:259
  • workerNodes: IWorkerNode<Worker, Data>[]
    @@ -431,7 +431,7 @@ If a task function with the same name already exists, it will be overwritten.

    +
  • Defined in src/pools/pool.ts:220