X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=1135bfdc7c48600d194d29e380410af18d594b98;hb=019581cc38fe0b47645d9b2120f325ab37388be2;hp=d6ec3d6cf983bf8dc984a454794b77c0c112311f;hpb=013a4697317eeedbe32d0e233b2e255027dd84fe;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index d6ec3d6c..1135bfdc 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,4 +1,4 @@ -IPool | poolifier - v2.6.26
+IPool | poolifier - v2.6.28
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.26
+
  • The search index is not available
  • poolifier - v2.6.28
    @@ -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