X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=85ba384b9d411e1800794fdaefd237e716dd6e9e;hb=719cb07a5270674b28f3a21d755524e90b01365e;hp=7439713da5a26089e0a247f01165c0089991309a;hpb=0163b91de7e67e0c3b29b542bd2d47cce655b262;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 7439713d..85ba384b 100644 --- a/docs/interfaces/IPool.html +++ b/docs/interfaces/IPool.html @@ -34,7 +34,7 @@ +
  • Defined in src/pools/pool.ts:53
  • @@ -42,18 +42,30 @@

    Properties

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

    Type declaration

    +
      +
    • +
        +
      • (): Promise<void>
      • +
      • +

        Shutdowns every current worker in this pool.

        +
        +

        Returns Promise<void>

    - +
    emitter?: PoolEmitter

    Emitter on which events can be listened to.

    Events that can currently be listened to:

    @@ -62,23 +74,16 @@
    -
    -

    Methods

    -
    - -
    -
    +
  • Defined in src/pools/pool.ts:61
  • +
    -
    -
    +
  • Defined in src/pools/pool.ts:68
  • +
    -
    +
  • Defined in src/pools/pool.ts:78
  • +
  • execute
  • +
  • setWorkerChoiceStrategy
  • Generated using TypeDoc

    \ No newline at end of file