X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FPoolEvents.html;h=5a90fbb98af289b57b899ca096f2f2fb8f2c81da;hb=e905ea64c054a25ef73885e41fc063279bc599ca;hp=1d2856ea56c64631d6a3ae86c4188d41c2f256d6;hpb=f6c09c25b3e7ab087ac7daebaf9cb9945798efac;p=poolifier.git diff --git a/docs/variables/PoolEvents.html b/docs/variables/PoolEvents.html index 1d2856ea..5a90fbb9 100644 --- a/docs/variables/PoolEvents.html +++ b/docs/variables/PoolEvents.html @@ -1,13 +1,13 @@ -PoolEvents | poolifier - v2.6.8
+PoolEvents | poolifier - v2.6.44
-
+
  • The search index is not available
  • poolifier - v2.6.44 +
    @@ -15,100 +15,69 @@
  • poolifier
  • PoolEvents
  • Variable PoolEventsConst

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

    Enumeration of pool events.

    Type declaration

    • +
      Readonly backPressure: "backPressure"
    • +
    • Readonly busy: "busy"
    • +
      Readonly destroy: "destroy"
    • +
    • Readonly error: "error"
    • Readonly full: "full"
    • +
      Readonly ready: "ready"
    • +
    • Readonly taskError: "taskError"
    +
  • Defined in src/pools/pool.ts:44
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file