A pooled connection.
More...
#include <pool.h>
A pooled connection.
Definition at line 18 of file pool.h.
◆ list
List of pooled connections.
Note that each connecton in the pool has a running expiry timer which holds a reference to the connection. We therefore do not require the connection pool list to hold a reference for each pooled connection.
Definition at line 26 of file pool.h.
◆ timer
Expiry timer.
Definition at line 28 of file pool.h.
◆ expired
Close expired pooled connection.
- Parameters
-
Definition at line 33 of file pool.h.
◆ flags
| unsigned int pooled_connection::flags |
Flags.
Definition at line 35 of file pool.h.
The documentation for this struct was generated from the following file: