Skip to main content

odin_connection_pool_free

void odin_connection_pool_free(struct OdinConnectionPool *connection_pool);

Overview

Frees the specified ODIN connection pool and releases the resources associated with it. If the connection pool is currently active, it will be properly shut down before being freed.

Parameters

NameTypeDescription
connection_poolstruct OdinConnectionPool *The connection pool handle to free.