X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fabstract-worker.ts;h=5598378a241cb94f3901f35b4ad621d87a2599d2;hb=08e40091fb1d27284ffcdfaced81292139a02c55;hp=1c1ff3d7700d72e11ad02d48b4e283282241833a;hpb=a15339d10554e3130fa1d8957163cb29a8eb2c41;p=poolifier.git diff --git a/src/worker/abstract-worker.ts b/src/worker/abstract-worker.ts index 1c1ff3d7..5598378a 100644 --- a/src/worker/abstract-worker.ts +++ b/src/worker/abstract-worker.ts @@ -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.