Clean worker from pool after it was destroyed (#146)
authorShinigami <chrissi92@hotmail.de>
Sat, 13 Feb 2021 23:05:23 +0000 (00:05 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Feb 2021 23:05:23 +0000 (00:05 +0100)
commit45dbbb14328a173cad05ddcf21b5acf7f6460bb8
treec3d66cae682e318c4d77bf1f6915dc5bdb274927
parent280c2a7728fbeb53612d8bc115a295d0255dd991
Clean worker from pool after it was destroyed (#146)

Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
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/cluster/fixed.test.js