Dedupe worker attributes (#364)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 16 May 2021 18:17:08 +0000 (20:17 +0200)
committerGitHub <noreply@github.com>
Sun, 16 May 2021 18:17:08 +0000 (20:17 +0200)
commite088a00c285c320395d883d57d1db51d42300b10
tree93832cf2a1e06e778e855a7394e37dc12d7a7f47
parent6372ea67bc24d9249a413159f168e39881626144
Dedupe worker attributes (#364)
.eslintrc.js
.vscode/settings.json
CHANGELOG.md
src/pools/abstract-pool.ts
src/utility-types.ts
src/worker/abstract-worker.ts
src/worker/cluster-worker.ts
src/worker/thread-worker.ts
tests/worker/abstract-worker.test.js
tests/worker/cluster-worker.test.js
tests/worker/thread-worker.test.js