Class ConnectionPool
Vibe.d's ConnectionPool class.
class ConnectionPool(T)
;
Not actually included in module mysql. Only listed here for
documentation purposes. For ConnectionPool and it's documentation, see:
http://vibed.org/api/vibe.core.connectionpool/ConnectionPool
Constructors
| Name | Description |
|---|---|
this
(connection_factory, max_concurrent)
|
Fields
| Name | Type | Description |
|---|---|---|
maxConcurrency
|
uint |
Methods
| Name | Description |
|---|---|
lockConnection
()
|
|
removeUnused
(disconnect_callback)
|