X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskFunction.html;h=23d2e2e1a963fc5845b22bae8229c5bf7c68c9b5;hb=ae4b149a5078b1da438d30e92a3a5901760bebf2;hp=45564218dba14defc1bd77ebf5b6e27f92f82e5c;hpb=6a677734f19a229fe6a863acd0e6aa0b0d762d6f;p=poolifier.git diff --git a/docs/types/TaskFunction.html b/docs/types/TaskFunction.html index 45564218..23d2e2e1 100644 --- a/docs/types/TaskFunction.html +++ b/docs/types/TaskFunction.html @@ -1,5 +1,5 @@ -TaskFunction | poolifier - v4.0.14

Type alias TaskFunction<Data, Response>

Task function that can be executed. +TaskFunction | poolifier - v4.0.15

Type alias TaskFunction<Data, Response>

Task function that can be executed. This function can be synchronous or asynchronous.

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.

    -
\ No newline at end of file +
\ No newline at end of file