X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=7ea1c393837e025c202e4411c6a7ff46a9b4ef0b;hb=c2d2417cb80d8c14637fe6a19d58bcf5ce18ae98;hp=181044d6a1cfa1507091e2eb185059179ac1c24a;hpb=912e1dfaa2988c8337b3410e7acbaf859afd2212;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 181044d6..7ea1c393 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,4 +1,4 @@ -IPool | poolifier - v2.6.8
+IPool | poolifier - v2.6.9
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.8
+
  • The search index is not available
  • poolifier - v2.6.9
    @@ -46,7 +46,7 @@ +
  • Defined in src/pools/pool.ts:164
  • @@ -67,7 +67,7 @@

    Properties

    - +
    destroy: (() => Promise<void>)

    Type declaration

    @@ -81,7 +81,7 @@

    Returns Promise<void>

    +
  • Defined in src/pools/pool.ts:199
  • emitter?: PoolEmitter
    @@ -96,9 +96,9 @@
    +
  • Defined in src/pools/pool.ts:187
  • - +
    enableTasksQueue: ((enable, tasksQueueOptions?) => void)

    Type declaration

    @@ -125,9 +125,9 @@

    Returns void

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

    Type declaration

    @@ -155,7 +155,7 @@
    +
  • Defined in src/pools/pool.ts:195
  • info: PoolInfo
    @@ -163,9 +163,9 @@
    +
  • Defined in src/pools/pool.ts:172
  • - +
    setTasksQueueOptions: ((tasksQueueOptions) => void)

    Type declaration

    @@ -187,9 +187,9 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:233
  • - +
    setWorkerChoiceStrategy: ((workerChoiceStrategy, workerChoiceStrategyOptions?) => void)

    Type declaration

    @@ -216,9 +216,9 @@

    Returns void

    +
  • Defined in src/pools/pool.ts:206
  • - +
    setWorkerChoiceStrategyOptions: ((workerChoiceStrategyOptions) => void)

    Type declaration

    @@ -240,15 +240,15 @@

    Returns void

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

    Pool worker nodes.

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