X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=d95a971824e78e0670efe8257d9198068001f52f;hb=cd424e3162f5ae6be04dc156cdc8562dae16c33f;hp=a4f3717e0c48af5b18ac1cbfc5eb3a10b1d838f7;hpb=f45a3823ad04902b4c446c7c7de55ca183041953;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index a4f3717e..d95a9718 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,35 +1,30 @@ -PromiseResponseWrapper | poolifier
+PromiseResponseWrapper | poolifier - v2.7.4
-
+
  • The search index is not available
  • poolifier - v2.7.4 +
    -

    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

    @@ -37,22 +32,22 @@
    +
  • Defined in src/utility-types.ts:166
  • - +

    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:174
  • 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:170
  • +
    + +
    workerNodeKey: number
    +

    The worker node key executing the task.

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

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file