X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fworker-options.ts;h=a6af1ec076916ec74fc1d69164aede194e189498;hb=e4b146844ec6f85f328119ee24b0d9695c3df587;hp=b2efb7acbce451a5d0ec663e357f5104ec243c6e;hpb=18d5678258f31cff39813c412cb0bc12161120ae;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 }