From: Jérôme Benoit Date: Sat, 16 Sep 2023 21:50:15 +0000 (+0200) Subject: docs: refine comments X-Git-Tag: v2.6.45~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=192566ec60b064afa6f1377fbf667152d93d5fe6;p=poolifier.git docs: refine comments Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index fb1bf845..d3540098 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -68,8 +68,7 @@ export abstract class AbstractPool< public readonly emitter?: PoolEmitter /** - * The task execution response promise map. - * + * The task execution response promise map: * - `key`: The message id of each submitted task. * - `value`: An object that contains the worker, the execution response promise resolve and reject callbacks. *