Pool busy event emitting on all pool types (#241)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Mar 2021 20:08:08 +0000 (21:08 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 20:08:08 +0000 (21:08 +0100)
commit7c0ba92006a5c188738ffc5ff642c51f172df3d6
treea5dc24846247f55a9728a2a67713893ef82038c7
parent74750c7f0a8b83b3a579f4d7fc96070ca540b234
Pool busy event emitting on all pool types (#241)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
32 files changed:
CHANGELOG.md
benchmarks/versus-external-pools/BENCH-100000.MD
docs/_config.yml
docs/assets/js/search.js
docs/classes/abstractworker.html
docs/classes/clusterworker.html
docs/classes/dynamicclusterpool.html
docs/classes/dynamicthreadpool.html
docs/classes/fixedclusterpool.html
docs/classes/fixedthreadpool.html
docs/classes/threadworker.html
docs/index.html
docs/interfaces/clusterpooloptions.html
docs/interfaces/ipool.html
docs/interfaces/iworker.html
docs/interfaces/pooloptions.html
docs/interfaces/workeroptions.html
package.json
src/pools/abstract-pool.ts
src/pools/cluster/dynamic.ts
src/pools/cluster/fixed.ts
src/pools/pool-internal.ts
src/pools/selection-strategies.ts
src/pools/thread/dynamic.ts
src/pools/thread/fixed.ts
tests/pools/abstract/abstract-pool.test.js
tests/pools/cluster/dynamic.test.js
tests/pools/cluster/fixed.test.js
tests/pools/thread/dynamic.test.js
tests/pools/thread/fixed.test.js
tests/worker-files/thread/asyncErrorWorker.js [new file with mode: 0644]
tests/worker-files/thread/errorWorker.js