X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPromiseResponseWrapper.html;h=8b373ec573e7bd85b52373fb214e9bd87f3ff685;hb=5abbf08a224670226e5432695f490fa44ff34937;hp=ddb06018574081099722fb919572b6de45274830;hpb=d49303bcd1dc86f36030dff08796f869681d4eae;p=poolifier.git diff --git a/docs/interfaces/PromiseResponseWrapper.html b/docs/interfaces/PromiseResponseWrapper.html index ddb06018..8b373ec5 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:49
  • @@ -67,7 +67,7 @@
    Optional reason: string

    Returns void

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

    Returns void

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

    The worker handling the execution.

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