Fix busy event emission on fixed pool: (#332)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 3 May 2021 07:48:11 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 07:48:11 +0000 (09:48 +0200)
commit14916bf9ec9e7e60b1c03e9b6d876fc23990afad
tree7f6d8002b1de68596479431f298045cb609b6cb3
parent022955bcc7f259d0b3142629364fb65c1d15e965
Fix busy event emission on fixed pool: (#332)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
CHANGELOG.md
src/pools/abstract-pool.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