close method
Closes the connection pool and releases all connections.
Returns true on success, false on failure.
Implementation
bool close() => _backend.poolClose(_poolId);
Closes the connection pool and releases all connections.
Returns true on success, false on failure.
bool close() => _backend.poolClose(_poolId);