chore: generate documentation
[poolifier.git] / src / worker / abstract-worker.ts
index 1c1ff3d7700d72e11ad02d48b4e283282241833a..5598378a241cb94f3901f35b4ad621d87a2599d2 100644 (file)
@@ -380,7 +380,7 @@ export abstract class AbstractWorker<
   }
 
   /**
-   * Runs the given function synchronously.
+   * Runs the given task function synchronously.
    *
    * @param fn - Task function that will be executed.
    * @param task - Input data for the task function.
@@ -418,7 +418,7 @@ export abstract class AbstractWorker<
   }
 
   /**
-   * Runs the given function asynchronously.
+   * Runs the given task function asynchronously.
    *
    * @param fn - Task function that will be executed.
    * @param task - Input data for the task function.