X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=a8287d08c0ad9f61fea24d4b66a779a1b3c1bb30;hb=5decbf239157d04bdf38a642fe2757f565a8d466;hp=cb0a16af4b1a118f06bc03b8c4f6a0d041196fe7;hpb=73d8141b526469f4fce46da956280f2b9146accb;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index cb0a16af..a8287d08 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -15,11 +15,11 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

    -
    PoolEvents: Readonly<{
        busy: "busy";
        full: "full";
    }> = ...
    +
    PoolEvents: Readonly<{
        busy: "busy";
        error: "error";
        full: "full";
        taskError: "taskError";
    }> = ...

    Enumeration of pool events.

    +
  • Defined in src/pools/pool.ts:55
  • +
  • PoolTypes
  • +
  • WorkerChoiceStrategies
  • +
  • WorkerTypes
  • Generated using TypeDoc

    \ No newline at end of file