X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=6f7d0909828ea7af355ea2151366a781f64be887;hb=0e16e60a89029abe61cda7ba293c036298cced05;hp=ed0b25c9a103f46338c095352a53874a0b8fb080;hpb=177be4a662e85919499d34984db6c77c6e5da5f6;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index ed0b25c9..6f7d0909 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,4 +1,4 @@ -PromiseResponseWrapper | poolifier - v2.6.16
+PromiseResponseWrapper | poolifier - v2.6.26
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.16
+
  • The search index is not available
  • poolifier - v2.6.26
    @@ -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

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

    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