X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=71a2f4d12d2eaa2d11ee95cd3118ebe49a869ced;hb=83a7394335d07f194f409447173dbca8fb5bff28;hp=bb839ed2ec99e018009d7338219973a4d82a0046;hpb=adab53c70d781f8c26e35b7359efa3d05c278fa8;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index bb839ed2..71a2f4d1 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,134 +1,6 @@ -TaskAsyncFunction | poolifier - v2.6.39
-
- -
-
-
-
- -

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