feat: support multiple functions per worker
[poolifier.git] / src / worker / worker-options.ts
index 9ef50adea4f478c78344e8c9a0439cf2547ac228..791f915d580a32c822d91148db7d91f7dbf82912 100644 (file)
@@ -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
   /**