X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=aff7968fc7dd62a9cea2f2f967ec5ded091db84b;hb=c61772e59671ed89bbce316a8f46004fe7283000;hp=494474fd524620c988ebbf598d239b3228a94451;hpb=48c6ba05d56af984567ff531fde69cb6d9f9a0fb;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index 494474fd..aff7968f 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,93 +1,6 @@ -TaskAsyncFunction | poolifier - v2.7.3
-
- -
-
-
-
- -

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