Clean worker from pool after it was destroyed (#146)
[poolifier.git] / src / pools / thread / fixed.ts
index 74c14ff2a33b6dc61e906e19bfdbaa7699fbc50e..bfd6f016d0d4f08525d1c19435d4a138e2a404a0 100644 (file)
@@ -48,7 +48,6 @@ export class FixedThreadPool<
     worker: ThreadWorkerWithMessageChannel
   ): Promise<void> {
     await worker.terminate()
-    // FIXME: The tests are currently failing, so these must be changed first
   }
 
   protected sendToWorker (