X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=cda2b699651b1811c1e87a42b5f8a04c0c72c7a4;hb=cf3a6123c5f4fb584f8976882330a5af774a6f8d;hp=32bd045283820cb7578ab6be5e57161428595dc1;hpb=a2742ce794032ee57b3ec1203c500b1aecca34f0;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 32bd0452..cda2b699 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,55 +1,53 @@ -PromiseResponseWrapper | poolifier
+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

    +

    Type of execution response. This can only be structured-cloneable data.

    +
    +

    Hierarchy

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

    Properties

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

    Type declaration

    @@ -64,12 +62,13 @@

    Parameters

    • -
      Optional reason: string
    -

    Returns void

    - +
    resolve: ((value) => void)

    Type declaration

    @@ -84,22 +83,24 @@

    Parameters

    -

    Returns void

    -
    - -
    worker: Worker
    -

    The worker handling the execution.

    -
    +
    + +
    workerNodeKey: number
    +

    The worker node key executing the task.

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

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file