X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FTaskAsyncFunction.html;h=2c390df5f0d212e97262aca2661b8bc7cb1f0001;hb=15f12f77ca67758e32afdf2c5658075d6beac912;hp=d5130c2ce2abc9763cd8d5cee6db0dae91b0f252;hpb=86de0a2d983a71579980758f52cf4c7f1c16abf8;p=poolifier.git diff --git a/docs/types/TaskAsyncFunction.html b/docs/types/TaskAsyncFunction.html index d5130c2c..2c390df5 100644 --- a/docs/types/TaskAsyncFunction.html +++ b/docs/types/TaskAsyncFunction.html @@ -1,6 +1,7 @@ -TaskAsyncFunction | poolifier - v3.1.21

Type alias TaskAsyncFunction<Data, Response>

TaskAsyncFunction<Data, Response>: ((data?) => Promise<Response>)

Task asynchronous function that can be executed. +TaskAsyncFunction | poolifier - v4.0.6

Type alias TaskAsyncFunction<Data, Response>

TaskAsyncFunction<Data, Response>: ((data?) => Promise<Response>)

Task asynchronous function that can be executed. This function must return a promise.

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

    • (data?): Promise<Response>
    • Parameters

      • Optional data: Data

        Data sent to the worker.

        -

      Returns Promise<Response>

Generated using TypeDoc

\ No newline at end of file +

Returns Promise<Response>

Returns

Execution response promise.

+
\ No newline at end of file