X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=ab4680978db9fc69be3ed2d1cae9a611b22b35ae;hb=refs%2Ftags%2Fv3.1.1;hp=b1d1b515907f365c0b9314a62adadaea6eb6baaa;hpb=4445abb25ec4c9d80985ca93c65762a6c892a852;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index b1d1b515..ab468097 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,131 +1,6 @@ -TaskAsyncFunction | poolifier - v2.6.31
-
- -
-
-
-
- -

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