X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=0d9b16f86dd482f8d3f825497319597696a415e3;hb=010ae1ba98e5ab018fa09870982d511c9389b48b;hp=0f8f810f0f7e340fc9e908c68a64ee56b753d6bf;hpb=36df5bd40369d98d6ccb60400e66dce1aa980d54;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 0f8f810f..0d9b16f8 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,4 +1,4 @@ -PromiseResponseWrapper | poolifier - v2.6.15
+PromiseResponseWrapper | poolifier - v2.6.37
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.15
+
  • The search index is not available
  • poolifier - v2.6.37
    @@ -14,20 +14,15 @@ -

    Interface PromiseResponseWrapper<Worker, Response>Internal

    +

    Interface PromiseResponseWrapper<Response>Internal

    -

    An object holding the execution response promise resolve/reject callbacks.

    +

    An object holding the task execution response promise resolve/reject callbacks.

    Type Parameters

    +
  • Defined in src/utility-types.ts:141
  • @@ -47,7 +42,7 @@

    Properties

    Properties

    @@ -67,11 +62,11 @@

    Parameters

    +
    Optional reason: unknown
    Optional

    Returns void

    +
  • Defined in src/utility-types.ts:149
  • resolve: ((value) => void)
    @@ -92,15 +87,15 @@

    Returns void

    -
    - -
    worker: Worker
    -

    The worker handling the execution.

    +
  • Defined in src/utility-types.ts:145
  • +
    + +
    workerNodeKey: number
    +

    The worker node key executing the task.

    +
  • Defined in src/utility-types.ts:153
  • +
  • workerNodeKey
  • -

    Generated using TypeDoc

    +

    Generated using TypeDoc

    \ No newline at end of file