feat: remove Node.js 16.x support
[poolifier.git] / src / worker / worker-options.ts
index b2efb7acbce451a5d0ec663e357f5104ec243c6e..a6af1ec076916ec74fc1d69164aede194e189498 100644 (file)
@@ -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
 }