chore: v2.4.10
[poolifier.git] / examples / multiFunctionExample.js
index 93d4e78b3d0465b35b823fd18dc2cbc203c66e31..31fd8809613f7e2b86783a53bb16e9972128743c 100644 (file)
@@ -13,4 +13,4 @@ pool
   .then(res => console.log(res))
   .catch(err => console.error(err))
 
-setTimeout(pool.destroy.bind(pool), 3000)
+setTimeout(pool.destroy(), 3000)