X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FIPool.html;h=85ba384b9d411e1800794fdaefd237e716dd6e9e;hb=402f08b7b31c721d9780c795e5e34a8998bc88aa;hp=5697b809eb52c9184ed875a5899ad002f4365f77;hpb=f44936aebf12fc2aa4f507680e84171367185788;p=poolifier.git diff --git a/docs/interfaces/IPool.html b/docs/interfaces/IPool.html index 5697b809..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