X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=50704542e8621a3fe885cee1b17a1bca8685e4bc;hb=dab8c377b70fc962ec217f2aeb719842f9f94cd6;hp=41ce13ba2599d0cf0d0c875018449d53ec45797d;hpb=3bd6a82e43e11294af91bbd19647944ac740169e;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 41ce13ba..50704542 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:95
  • @@ -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:106
  • -
    resolve: ((value) => void)
    +
    resolve: ((value) => void)

    Type declaration

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

    Returns void

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

    The worker handling the execution.

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