Change killBehaviorEnumeration to killBehaviorTypes
authoraardizio <alessandroardizio94@gmail.com>
Tue, 16 Feb 2021 13:05:48 +0000 (14:05 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Tue, 16 Feb 2021 13:05:48 +0000 (14:05 +0100)
commite8ea58d292e381a6be7f4d0fee5d5b691adb37ac
tree7c52023290419a97760740e26786d9f56086bdae
parent5efc2a90350b03cb26758a5adbd692b250a7d331
Change killBehaviorEnumeration to killBehaviorTypes
18 files changed:
src/index.ts
src/pools/cluster/dynamic.ts
src/pools/thread/dynamic.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