X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=795ea2bd799538e8ef7d5af56a7fc0603b19e2b3;hb=d6b93f1ae5603949390418b787e0ad51b026f9c5;hp=8673f6e0d44d568d8e5e4dbf9e27f99fc223c204;hpb=14a2e530e555fa52f98454e182d0094e0ff5d86f;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 8673f6e0..795ea2bd 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:57
  • @@ -67,7 +67,7 @@
    Optional reason: string

    Returns void

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

    Returns void

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

    The worker handling the execution.

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