X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fworker-options.ts;h=791f915d580a32c822d91148db7d91f7dbf82912;hb=70353024c44987c467dadcec306c699ce4ae1f06;hp=9ef50adea4f478c78344e8c9a0439cf2547ac228;hpb=1ff6b9de3a138ec0c48b68c90761227cf912ac67;p=poolifier.git diff --git a/src/worker/worker-options.ts b/src/worker/worker-options.ts index 9ef50ade..791f915d 100644 --- a/src/worker/worker-options.ts +++ b/src/worker/worker-options.ts @@ -53,6 +53,7 @@ export interface WorkerOptions { * Whether your worker will perform asynchronous or not. * * @defaultValue false + * @deprecated This option will be removed in the next major version. */ async?: boolean /**