X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=71a2f4d12d2eaa2d11ee95cd3118ebe49a869ced;hb=83a7394335d07f194f409447173dbca8fb5bff28;hp=7fafc82ad5740d81c1b9c6d69a51f75cc8838cfa;hpb=fc09c6dc8cec5398209e3cd8e192b851603e6311;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index 7fafc82a..71a2f4d1 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,93 +1,6 @@ -TaskAsyncFunction | poolifier - v3.0.2
-
- -
-
-
-
- -

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