X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=e678843dea066f4eeca2ea64ce6768a6e686812b;hb=a13e50c30dd0e0714ace0e1ea4ea1b36cdd18ab7;hp=57e9ccccfead65be11efd5eb325a391180142862;hpb=fd04474e1c355504be97747915708645fd338b6c;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 57e9cccc..e678843d 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,4 +1,4 @@ -IPool | poolifier - v2.6.26
+IPool | poolifier - v2.6.27
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.26
+
  • The search index is not available
  • poolifier - v2.6.27
    @@ -46,7 +46,7 @@ +
  • Defined in src/pools/pool.ts:169
  • @@ -82,23 +82,24 @@

    Returns Promise<void>

    +
  • Defined in src/pools/pool.ts:211
  • emitter?: PoolEmitter

    Emitter on which events can be listened to.

    Events that can currently be listened to:

      -
    • 'full': Emitted when the pool is dynamic and the number of workers created has reached the maximum size expected.
    • 'ready': Emitted when the number of workers created in the pool has reached the minimum size expected and are ready.
    • 'busy': Emitted when the number of workers created in the pool has reached the maximum size expected and are executing at least one task.
    • +
    • 'full': Emitted when the pool is dynamic and the number of workers created has reached the maximum size expected.
    • +
    • 'destroy': Emitted when the pool is destroyed.
    • 'error': Emitted when an uncaught error occurs.
    • 'taskError': Emitted when an error occurs while executing a task.
    +
  • Defined in src/pools/pool.ts:194
  • enableTasksQueue: ((enable, tasksQueueOptions?) => void)
    @@ -127,7 +128,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:242
  • execute: ((data?, name?, transferList?) => Promise<Response>)
    @@ -162,7 +163,7 @@
    +
  • Defined in src/pools/pool.ts:203
  • info: PoolInfo
    @@ -170,7 +171,7 @@
    +
  • Defined in src/pools/pool.ts:177
  • listTaskFunctions: (() => string[])
    @@ -187,7 +188,7 @@
    +
  • Defined in src/pools/pool.ts:217
  • setTasksQueueOptions: ((tasksQueueOptions) => void)
    @@ -211,7 +212,7 @@

    Returns void

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

    Returns void

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

    Returns void

    +
  • Defined in src/pools/pool.ts:233
  • workerNodes: IWorkerNode<Worker, Data>[]
    @@ -272,7 +273,7 @@
    +
  • Defined in src/pools/pool.ts:181