X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=e113777a41e27f1f71f91f82a557b9eacce18601;hb=c318eb2fef152bf66b27694ccd5ccfd83d20d10d;hp=41ce13ba2599d0cf0d0c875018449d53ec45797d;hpb=3bd6a82e43e11294af91bbd19647944ac740169e;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 41ce13ba..e113777a 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