X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=c02b780bb1f9859a4008b46838d71b730109dc14;hb=1079e6ed099b03189005b33702c1e9fa912c74d1;hp=b9a2992be4fb15d4bf0e2b9270d2f62ea64a0c0c;hpb=d5d8ef5b0645ff2e43010f981a768c48cd559854;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index b9a2992b..c02b780b 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,4 +1,4 @@ -PromiseResponseWrapper | poolifier
+PromiseResponseWrapper | poolifier - v2.6.30
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.30
    @@ -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

    Returns void

    +
  • Defined in src/utility-types.ts:149
  • resolve: ((value) => void)
    @@ -88,19 +83,19 @@

    Parameters

    +
    value: Response | PromiseLike<Response>

    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
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file