X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=d16fc5876f427a040ea6886240e34d7b9075925b;hb=1c25f937c2fd468cf1363b360d8f87aceaae6e9a;hp=5162596aacdb1e6b1c5f9994da0a0c0f7f1cbd19;hpb=a15339d10554e3130fa1d8957163cb29a8eb2c41;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 5162596a..d16fc587 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,33 +1,28 @@ -PromiseResponseWrapper | poolifier - v2.6.12
+PromiseResponseWrapper | poolifier - v2.6.44
-
+
  • The search index is not available
  • poolifier - v2.6.44 +
    -

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

    Properties

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

    Type declaration

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

    Parameters

    • -
      Optional reason: string
    +
    Optional reason: unknown

    Returns void

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

    Parameters

    +
    value: Response | PromiseLike<Response>

    Returns void

    -
    - -
    worker: Worker
    -

    The worker handling the execution.

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

    The worker node key executing the task.

    +
  • Defined in src/utility-types.ts:159
  • @@ -122,69 +117,32 @@
    +
  • workerNodeKey
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file