X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=a3c2a1e4c6ec867b1ee5a8040557cd6fc4a93f66;hb=b9f66dae32dbfe46e83c7a498c133855fc6af2a2;hp=f7b30facbc9c249f04f35e14f820ae6e4e069c5c;hpb=f8350486e75b15ed17249cda3d0a55ee807a6a9f;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index f7b30fac..a3c2a1e4 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,55 +1,53 @@ -PromiseResponseWrapper | poolifier
+PromiseResponseWrapper | poolifier - v3.0.0
-
+
  • The search index is not available
  • poolifier - v3.0.0 +
    -

    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