X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=d78e90973975d7caf24e3b6d0f3991b3c7e620af;hb=4d8bf9e40e07bd233be4494fda4e4270fdd8a355;hp=41ce13ba2599d0cf0d0c875018449d53ec45797d;hpb=3bd6a82e43e11294af91bbd19647944ac740169e;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 41ce13ba..d78e9097 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -18,11 +18,11 @@

An object holding the execution response promise resolve/reject callbacks.

-
+

Type Parameters

-
+
  • Defined in src/utility-types.ts:79
  • @@ -50,7 +50,7 @@

    Properties

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

    Type declaration

      @@ -67,10 +67,10 @@
      Optional reason: string

    Returns void

    +
  • Defined in src/utility-types.ts:90
  • -
    resolve: ((value) => void)
    +
    resolve: ((value) => void)

    Type declaration

      @@ -87,14 +87,14 @@
      value: Response

    Returns void

    +
  • Defined in src/utility-types.ts:86
  • -
    worker: Worker
    +
    worker: Worker

    The worker handling the execution.

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