When SDAM determines that a pool must be closed:
- A "PoolClosed" event is emitted
- The pool is changed to a "closed" state where
- All idle connections must be immediately destroyed
- Any checked out connections are NOT destroyed until they are checked back in
- Any checked in connection is immediately destroyed.
Clarify the rationale for this decision.