X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fthread%2Ffixed.ts;h=6cf8b526baf51d479a73c82a1bff9444718d9ffa;hb=f2fdaa86fd9e6f3a5dc0b3146c065e3a7bfb44e0;hp=badca517585d346072debabc0c306253a513c08c;hpb=d3c8a1a8022726094160d1413f1f289c5d84d715;p=poolifier.git diff --git a/src/pools/thread/fixed.ts b/src/pools/thread/fixed.ts index badca517..6cf8b526 100644 --- a/src/pools/thread/fixed.ts +++ b/src/pools/thread/fixed.ts @@ -38,6 +38,7 @@ export class FixedThreadPool< worker: ThreadWorkerWithMessageChannel ): Promise { await worker.terminate() + // FIXME: The tests are currently failing, so these must be changed first } protected sendToWorker (