X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fthread-worker.ts;h=bc143a1f914b7e7dba14b395ac456be40c59ed80;hb=b1bbc3658b183a5c7a10c76daa4a775b64bf15ee;hp=e133430f5029813aaac582c1a7156f053293d75f;hpb=803f948f302ce93b89b93b875bef173f2a87c5fc;p=poolifier.git diff --git a/src/worker/thread-worker.ts b/src/worker/thread-worker.ts index e133430f..bc143a1f 100644 --- a/src/worker/thread-worker.ts +++ b/src/worker/thread-worker.ts @@ -31,6 +31,7 @@ export class ThreadWorker< * Message port used to communicate with the main worker. */ private port?: MessagePort + /** * Constructs a new poolifier thread worker. *