X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=74df2d5d28bea5902bb83182fd921f029d0da6bd;hb=1d9e702392092e351b448175a77c16234eec9212;hp=8673f6e0d44d568d8e5e4dbf9e27f99fc223c204;hpb=aec509b85e7d73e9883c8885e27fc4e34fdaef1e;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 8673f6e0..74df2d5d 100644 --- a/docs/interfaces/PromiseResponseWrapper.html +++ b/docs/interfaces/PromiseResponseWrapper.html @@ -14,7 +14,7 @@ -

Interface PromiseResponseWrapper<Worker, Response>

+

Interface PromiseResponseWrapper<Worker, Response>Internal

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

@@ -34,7 +34,7 @@ +
  • Defined in src/utility-types.ts:50
  • @@ -67,7 +67,7 @@
    Optional reason: string

    Returns void

    +
  • Defined in src/utility-types.ts:61
  • resolve: ((value: Response) => void)
    @@ -87,14 +87,14 @@
    value: Response

    Returns void

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

    The worker handling the execution.

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