X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=docs%2Ftypes%2FWorkerFunction.html;h=3b439dc5b54dab499180ae6582971679d02cb9ef;hb=a230240d39d3a8bbd986900986795f0bbabb1a72;hp=38cbd9796ac4e33cd252e360b2408742dde5bf48;hpb=761b0c73be0bf581f50a78123913f933bd405f52;p=poolifier.git diff --git a/docs/types/WorkerFunction.html b/docs/types/WorkerFunction.html index 38cbd979..3b439dc5 100644 --- a/docs/types/WorkerFunction.html +++ b/docs/types/WorkerFunction.html @@ -16,15 +16,22 @@
  • WorkerFunction
  • Type alias WorkerFunction<Data, Response>

    WorkerFunction<Data, Response>: WorkerSyncFunction<Data, Response> | WorkerAsyncFunction<Data, Response>
    +

    Worker function that can be executed. +This function can be synchronous or asynchronous.

    +

    Type Parameters