X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=d95a971824e78e0670efe8257d9198068001f52f;hb=cd424e3162f5ae6be04dc156cdc8562dae16c33f;hp=53f68cd002b31b1cc4aaf57f8935aba0e89afc92;hpb=184d530faf6acf70e116cb4a3fb831938b73e2c0;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 53f68cd0..d95a9718 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,55 +1,53 @@ -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

    +

    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,89 +83,66 @@

    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
  • -

    On This Page

    +

    On This Page

    +
  • reject
  • +
  • resolve
  • +
  • workerNodeKey
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file