X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fthread%2Ffixed.ts;h=f48d0bcd9960da1a2ff89582035a9ad9a9581774;hb=d1c03778bd26af064147055fc21d6701ffefb707;hp=f7557a57c3640981b827daa00d4fe298715c836d;hpb=d087803425ae5b3577028029dd1d2dae67d7f63b;p=poolifier.git diff --git a/src/pools/thread/fixed.ts b/src/pools/thread/fixed.ts index f7557a57..f48d0bcd 100644 --- a/src/pools/thread/fixed.ts +++ b/src/pools/thread/fixed.ts @@ -114,7 +114,9 @@ export class FixedThreadPool< } /** @inheritDoc */ - protected checkAndEmitDynamicWorkerCreationEvents (): void {} + protected checkAndEmitDynamicWorkerCreationEvents (): void { + /* noop */ + } /** @inheritDoc */ protected get type (): PoolType {