X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fworker.ts;h=d6c236591341c2fb73086d62cdb111cecd2a012e;hb=e2b31e32498626103ef3c737bdffb285087b13e6;hp=3c44f05eae148883c5c83f91304f894d2297e5fc;hpb=2809112e53951451aeb76e86a2dcc263ba80e43c;p=poolifier.git diff --git a/src/pools/worker.ts b/src/pools/worker.ts index 3c44f05e..d6c23659 100644 --- a/src/pools/worker.ts +++ b/src/pools/worker.ts @@ -243,7 +243,7 @@ export interface IWorkerNode { */ readonly clearTasksQueue: () => void /** - * Whether the worker node has back pressure. + * Whether the worker node has back pressure (i.e. its tasks queue is full). * * @returns `true` if the worker node has back pressure, `false` otherwise. */