Removed max tasks (#225)
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Tue, 23 Feb 2021 08:33:46 +0000 (09:33 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 08:33:46 +0000 (09:33 +0100)
commit1927ee6758147bb8a2479b987322564cea20992b
tree1e223d7ba988344d5d149a8c1c13592d0493a411
parentb98ec2e690d5ba33a13a2848b0f1315b885c2f4b
Removed max tasks (#225)

* Removed max tasks

* Coverage on abstract pool default

* Remove default option from the abstract pool since the default is already specified in any child class

* Fix missing default opts

* Few small changes

* Remove default from abstract pool constructor JSDoc

Co-authored-by: Shinigami <chrissi92@hotmail.de>
17 files changed:
CHANGELOG.md
README.md
benchmarks/internal/cluster/dynamic.js
benchmarks/internal/cluster/fixed.js
benchmarks/internal/thread/dynamic.js
benchmarks/internal/thread/fixed.js
benchmarks/versus-external-pools/dynamic-poolifier.js
benchmarks/versus-external-pools/fixed-poolifier.js
src/pools/abstract-pool.ts
src/pools/cluster/dynamic.ts
src/pools/cluster/fixed.ts
src/pools/thread/dynamic.ts
src/pools/thread/fixed.ts
tests/pools/abstract/abstract-pool.test.js
tests/pools/cluster/fixed.test.js
tests/pools/selection-strategies.test.js
tests/pools/thread/fixed.test.js