X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=5a0094ac2d93542dbcf1c92dc7fc781a18c08092;hb=9867896b122160ea5d8e6dbccba4cc5916bf523b;hp=42d64e99f700ba8e6b2604a16aaaa3c5a289adf1;hpb=7b88db4b8420d92d98e93c04492319ea814d0fc5;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 42d64e99..5a0094ac 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,33 +1,28 @@ -PromiseResponseWrapper | poolifier - v2.6.14
+PromiseResponseWrapper | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    -

    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

    @@ -71,7 +66,7 @@

    Returns void

    +
  • Defined in src/utility-types.ts:155
  • resolve: ((value) => void)
    @@ -92,28 +87,28 @@

    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