X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=1e2cb1b945a91cb6114c129038218d5753e044d5;hb=d087803425ae5b3577028029dd1d2dae67d7f63b;hp=ebaf1b392db48ff17b379f29c2150ef57109e126;hpb=564ec16ceddb03324d81bfa385669cc188da03fd;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index ebaf1b39..1e2cb1b9 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,93 +1,6 @@ -TaskAsyncFunction | poolifier - v2.7.5
-
- -
-
-
-
- -

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