X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=7ea1c393837e025c202e4411c6a7ff46a9b4ef0b;hb=a6b5c73ccccb3ef0ccc24ad462182e3cacee77b4;hp=fdaa85b21e5b0882c478d62dad99358cfd3c0acf;hpb=52d3ec6b2aea8279b0ac670bd6291efa90466a60;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index fdaa85b2..7ea1c393 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -1,4 +1,4 @@ -IPool | poolifier
+IPool | poolifier - v2.6.9
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • 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

    @@ -76,12 +76,12 @@
    • (): Promise<void>
    • -

      Terminate every current worker in this pool.

      +

      Terminates every current worker in this pool.

      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
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file