X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fworker-options.ts;h=a6af1ec076916ec74fc1d69164aede194e189498;hb=9f99eb9b411c296f8e69e758fd2296902be4fca4;hp=b2efb7acbce451a5d0ec663e357f5104ec243c6e;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/src/worker/worker-options.ts b/src/worker/worker-options.ts index b2efb7ac..a6af1ec0 100644 --- a/src/worker/worker-options.ts +++ b/src/worker/worker-options.ts @@ -56,11 +56,4 @@ export interface WorkerOptions { * @defaultValue `() => {}` */ killHandler?: KillHandler - /** - * Whether your worker will perform asynchronous or not. - * - * @defaultValue false - * @deprecated This option will be removed in the next major version. - */ - async?: boolean }