Improvements for #161 (#169)
authorShinigami <chrissi92@hotmail.de>
Tue, 16 Feb 2021 14:57:09 +0000 (15:57 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 14:57:09 +0000 (15:57 +0100)
commit1a81f8af06213d08267e8e7d593c5ec7be087535
tree8c80bb29d7cb5eec103abe4b16f0253f849f44b1
parent3ec964d666b2ffa57b57a37a29542a727fc55ee6
Improvements for #161 (#169)
21 files changed:
CHANGELOG.md
package-lock.json
src/index.ts
src/pools/cluster/dynamic.ts
src/pools/thread/dynamic.ts
src/utility-types.ts
src/worker/abstract-worker.ts
src/worker/worker-options.ts
tests/worker/cluster/asyncErrorWorker.js
tests/worker/cluster/asyncWorker.js
tests/worker/cluster/echoWorker.js
tests/worker/cluster/emptyWorker.js
tests/worker/cluster/errorWorker.js
tests/worker/cluster/longRunningWorkerHardBehavior.js
tests/worker/cluster/testWorker.js
tests/worker/thread/asyncWorker.js
tests/worker/thread/echoWorker.js
tests/worker/thread/emptyWorker.js
tests/worker/thread/errorWorker.js
tests/worker/thread/longRunningWorkerHardBehavior.js
tests/worker/thread/testWorker.js