odin_connection_pool_create
Overview
Initializes a new ODIN connection pool with the given settings and outputs a pointer to the newly created connection pool. The connection pool is intended to manage multiple connections efficiently.
Parameters
| Name | Type | Description |
|---|---|---|
settings | OdinConnectionPoolSettings | Configurations for callbacks (on_datagram, on_rpc). |
out_connection_pool | struct OdinConnectionPool ** | Pointer to receive the handle of the created connection pool. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |