X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=82cab38c3ee0900470b2fa7baf42654c631f6fbe;hb=0e16e60a89029abe61cda7ba293c036298cced05;hp=87ecad4cf463d7fae37978a230e3856c2a7b2756;hpb=afa30fd0dd5bbc5d305cc30be663966a449efc08;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 87ecad4c..82cab38c 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,4 +1,4 @@ -PoolEvents | poolifier
+PoolEvents | poolifier - v2.6.26
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.26
    @@ -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:44
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file