X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=4f0c53423888384ca3dcf0631dd1e146210032fa;hb=b22361f4474e4a63a7482741d98f0c58b4b03b4c;hp=40ed3aca752484d661f9c207ee48709e0f45f32e;hpb=da66e34cda2cbcb3a94865d24696c668f50a1437;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index 40ed3aca..4f0c5342 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,93 +1,6 @@ -TaskAsyncFunction | poolifier - v2.6.45
-
- -
-
-
-
- -

Type alias TaskAsyncFunction<Data, Response>

-
TaskAsyncFunction<Data, Response>: ((data?) => Promise<Response>)
-
-

Type Parameters

-
    -
  • -

    Data = unknown

    -

    Type of data sent to the worker. This can only be structured-cloneable data.

    -
    -
  • -
  • -

    Response = unknown

    -

    Type of execution response. This can only be structured-cloneable data.

    -
    -
-
-

Type declaration

-

Generated using TypeDoc

\ No newline at end of file