Implementation for killBehavior based on the last feedbacks
authoraardizio <alessandroardizio94@gmail.com>
Tue, 16 Feb 2021 10:07:12 +0000 (11:07 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Tue, 16 Feb 2021 10:07:12 +0000 (11:07 +0100)
commit4c35177b63cac8a87aa6de389e1232e94c59b8c9
treee5900aed0f31b16997b7b45d4e3127842b071342
parent8780c880a2cf08680092f6e41fb82600b196455c
Implementation for killBehavior based on the last feedbacks
23 files changed:
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/pools/cluster/dynamic.test.js
tests/pools/thread/dynamic.test.js
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 [new file with mode: 0644]
tests/worker/cluster/longRunningWorkerSoftBehavior.js [moved from tests/worker/cluster/longRunningWorker.js with 69% similarity]
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 [new file with mode: 0644]
tests/worker/thread/longRunningWorkerSoftBehavior.js [moved from tests/worker/thread/longRunningWorker.js with 69% similarity]
tests/worker/thread/testWorker.js