@rushstack/worker-pool
Advanced tools
@@ -0,1 +1,7 @@ | ||
| /** | ||
| * A lightweight worker pool implementation using the NodeJS `worker_threads` API. | ||
| * | ||
| * @packageDocumentation | ||
| */ | ||
| /// <reference types="node" /> | ||
@@ -2,0 +8,0 @@ |
+5
-0
@@ -0,3 +1,8 @@ | ||
| /** | ||
| * A lightweight worker pool implementation using the NodeJS `worker_threads` API. | ||
| * | ||
| * @packageDocumentation | ||
| */ | ||
| export type { IWorkerPoolOptions } from './WorkerPool'; | ||
| export { WORKER_ID_SYMBOL, WorkerPool } from './WorkerPool'; | ||
| //# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"} | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AAEH,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"} |
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAG3D,2CAA4D;AAAnD,8GAAA,gBAAgB,OAAA;AAAE,wGAAA,UAAU,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nexport type { IWorkerPoolOptions } from './WorkerPool';\nexport { WORKER_ID_SYMBOL, WorkerPool } from './WorkerPool';\n"]} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAS3D,2CAA4D;AAAnD,8GAAA,gBAAgB,OAAA;AAAE,wGAAA,UAAU,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * A lightweight worker pool implementation using the NodeJS `worker_threads` API.\n *\n * @packageDocumentation\n */\n\nexport type { IWorkerPoolOptions } from './WorkerPool';\nexport { WORKER_ID_SYMBOL, WorkerPool } from './WorkerPool';\n"]} |
+3
-3
| { | ||
| "name": "@rushstack/worker-pool", | ||
| "version": "0.1.47", | ||
| "version": "0.1.48", | ||
| "description": "Lightweight worker pool using NodeJS worker_threads", | ||
@@ -17,6 +17,6 @@ "main": "lib/index.js", | ||
| "devDependencies": { | ||
| "@types/heft-jest": "1.0.1", | ||
| "@rushstack/eslint-config": "3.1.1", | ||
| "@rushstack/heft": "0.49.3", | ||
| "@rushstack/heft-node-rig": "1.11.14", | ||
| "@types/heft-jest": "1.0.1" | ||
| "@rushstack/heft-node-rig": "1.12.0" | ||
| }, | ||
@@ -23,0 +23,0 @@ "scripts": { |
29023
1.34%420
2.44%