X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fabstract-pool.ts;h=d3540098d4ca192ed0e93b6a491358435572c743;hb=192566ec60b064afa6f1377fbf667152d93d5fe6;hp=fb1bf8458ad7a970f27ae7a4dcbb300faf5bf848;hpb=dbd73092cca6cabb2b41e18b944656fc43f8757b;p=poolifier.git 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. *