X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=9234baebebcc031dce25cf1c0f8415a8ce3bfb48;hb=120c7852afd1ce4c01bd7e70cd14eeeedda8c1e3;hp=f06dcea2d8c076f797f918583307e3cf657a82d7;hpb=f05afd162e34836a52c48b05781750e3421424d8;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index f06dcea2..9234baeb 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.16
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.16
    @@ -15,7 +15,7 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

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

    Enumeration of pool events.

    @@ -28,10 +28,12 @@
  • Readonly full: "full"
  • +
    Readonly ready: "ready"
  • +
  • Readonly taskError: "taskError"
  • +
  • Defined in src/pools/pool.ts:43
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file