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

    -
    PoolEvents: Readonly<{
        busy: "busy";
        error: "error";
        full: "full";
        ready: "ready";
        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"
    • @@ -33,84 +37,47 @@
      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