X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fthread%2Ffixed.ts;h=a8161f6783f764831ef632bc4d48205419ab1850;hb=d25a8ffcc8447163ac52832bd9a4f8819983f819;hp=e8be44f2e3b5b02671f44ce6739df7a87b61273c;hpb=b4904890be69e53510b67172dda7b6bbf50a635a;p=poolifier.git diff --git a/src/pools/thread/fixed.ts b/src/pools/thread/fixed.ts index e8be44f2..a8161f67 100644 --- a/src/pools/thread/fixed.ts +++ b/src/pools/thread/fixed.ts @@ -62,7 +62,7 @@ export class FixedThreadPool< } /** @inheritDoc */ - public registerWorkerMessageListener ( + public registerWorkerMessageListener( messageChannel: ThreadWorkerWithMessageChannel, listener: (message: MessageValue) => void ): void {