X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=cf0263087a36e490acbfa17b6acea205347e0754;hb=c8a9d1714b7b1d592a73751ad6f580121cf75f7f;hp=3e1849a7ec9a1ac643a6442c70f4e8cf62741e44;hpb=120c7852afd1ce4c01bd7e70cd14eeeedda8c1e3;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 3e1849a7..cf026308 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -1,4 +1,4 @@ -PromiseResponseWrapper | poolifier - v2.6.16
+PromiseResponseWrapper | poolifier - v2.6.38
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.16
+
  • The search index is not available
  • poolifier - v2.6.38
    @@ -14,20 +14,15 @@ -

    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
  • @@ -47,7 +42,7 @@

    Properties

    Properties

    @@ -67,11 +62,11 @@

    Parameters

    +
    Optional reason: unknown
    Optional

    Returns void

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

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

    Generated using TypeDoc

    +

    Generated using TypeDoc

    \ No newline at end of file