X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=cda2b699651b1811c1e87a42b5f8a04c0c72c7a4;hb=ebae1f6ae1e10666f7ff1eb14cc9739c0e0c53b5;hp=9ec092176767e8edd2e04966f4a5fe910c03b416;hpb=a464a1f80f2239f7c8faa2998b0ba814ac7bddc6;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 9ec09217..cda2b699 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,33 +1,28 @@ -PromiseResponseWrapper | poolifier - v2.6.15
+PromiseResponseWrapper | poolifier - v3.0.1
-
+
  • The search index is not available
  • poolifier - v3.0.1 +
    -

    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:166
  • - +

    Properties

    - +
    reject: ((reason?) => void)

    Type declaration

    @@ -71,7 +66,7 @@

    Returns void

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

    Returns void

    -
    - -
    worker: Worker
    -

    The worker handling the execution.

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

    The worker node key executing the task.

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

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file