From: Chris Duncan Date: Fri, 8 Aug 2025 03:31:46 +0000 (-0700) Subject: Remove outdated documentation. X-Git-Tag: v0.10.5~43^2~29 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=cb45c53d2f8c73fa142eb7e9179a5cf091e7bc7f;p=libnemo.git Remove outdated documentation. --- diff --git a/src/lib/worker-queue.ts b/src/lib/worker-queue.ts index 0fb18de..5202f7d 100644 --- a/src/lib/worker-queue.ts +++ b/src/lib/worker-queue.ts @@ -29,7 +29,6 @@ export class WorkerQueue { * Creates a Web Worker from a stringified script. * * @param {string} worker - Stringified worker class body - * @param {number} [count=1] - Integer between 1 and CPU thread count shared among all Pools */ constructor (worker: string) { this.#isIdle = true