ConnectionPool.remove

Removes an existing connection from the pool It can be called with a locked connection, same connection can be added back to the pool anytime. Any fibers that hold a lock on this connection will keep behaving as expected.

class ConnectionPool(Connection)
@safe
void
remove
(
Connection conn
)

Parameters

conn Connection

connection to remove from the pool

Meta