poolifier - v5.0.2
    Preparing search index...

    Type Alias TaskSyncFunction<Data, Response>

    TaskSyncFunction: (data?: Data) => Response

    Task synchronous function that can be executed.

    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