fix: do not remove pool event user registered callbacks at destroy()
[poolifier.git] / docs / api.md
index 6eead0f7fca23b7aa34cde75ec630f61589e2b99..5e4eeb227ff12b5d2c894f952ca6435d66cc0418 100644 (file)
@@ -123,7 +123,7 @@ An object with these properties:
   Default: `true`
 - `restartWorkerOnError` (optional) - Restart worker on uncaught error in this pool.  
   Default: `true`
-- `enableEvents` (optional) - Events integrated with async resource emission enablement in this pool.  
+- `enableEvents` (optional) - Pool events integrated with async resource emission enablement.  
   Default: `true`
 - `enableTasksQueue` (optional) - Tasks queue per worker enablement in this pool.  
   Default: `false`