]> git.codecow.com Git - libnemo.git/commitdiff
Remove outdated documentation.
authorChris Duncan <chris@zoso.dev>
Fri, 8 Aug 2025 03:31:46 +0000 (20:31 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 8 Aug 2025 03:31:46 +0000 (20:31 -0700)
src/lib/worker-queue.ts

index 0fb18de85b3371b7cd17a62f02c44b8b860e3e8d..5202f7d6cc6943018bedd0aac16a7b833b7cd27d 100644 (file)
@@ -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