X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=57e9ccccfead65be11efd5eb325a391180142862;hb=0e16e60a89029abe61cda7ba293c036298cced05;hp=92f13dd905df1ab0c97e3351d6517be76ad1b2d0;hpb=8ad621cc1d32ed396fca3ef2ec48337e42d2dcc2;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 92f13dd9..57e9cccc 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,4 +1,4 @@ -IPool | poolifier - v2.6.25
+IPool | poolifier - v2.6.26
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.25
+
  • The search index is not available
  • poolifier - v2.6.26
    +
  • Defined in src/pools/pool.ts:209
  • emitter?: PoolEmitter
    @@ -97,7 +98,7 @@
    +
  • Defined in src/pools/pool.ts:192
  • enableTasksQueue: ((enable, tasksQueueOptions?) => void)
    @@ -126,7 +127,7 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:240
  • execute: ((data?, name?, transferList?) => Promise<Response>)
    @@ -161,7 +162,7 @@
    +
  • Defined in src/pools/pool.ts:201
  • info: PoolInfo
    @@ -169,7 +170,24 @@
    +
  • Defined in src/pools/pool.ts:176
  • +
    + +
    listTaskFunctions: (() => string[])
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (): string[]
      • +
      • +

        Lists the names of task function available in this pool.

        +
        +

        Returns string[]

        The names of task function available in this pool.

        + +
    setTasksQueueOptions: ((tasksQueueOptions) => void)
    @@ -178,7 +196,7 @@
    +
  • Defined in src/pools/pool.ts:249
  • setWorkerChoiceStrategy: ((workerChoiceStrategy, workerChoiceStrategyOptions?) => void)
    @@ -202,7 +220,7 @@
    +
  • Defined in src/pools/pool.ts:222
  • setWorkerChoiceStrategyOptions: ((workerChoiceStrategyOptions) => void)
    @@ -231,7 +249,7 @@
    +
  • Defined in src/pools/pool.ts:231
  • workerNodes: IWorkerNode<Worker, Data>[]
    @@ -254,7 +272,7 @@
    +
  • Defined in src/pools/pool.ts:180