X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=b8d0317877b28cc3886e9f5852676ecfec9e887b;hb=65632d7d60a45877ab5a8fd02dae3d68eb9853db;hp=8673f6e0d44d568d8e5e4dbf9e27f99fc223c204;hpb=842d8918a19fc2720d4436789a2e373bc623452e;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index 8673f6e0..b8d03178 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:62
  • @@ -67,7 +67,7 @@
    Optional reason: string

    Returns void

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

    Returns void

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

    The worker handling the execution.

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