ConnectionPool

Vibe.d's ConnectionPool class.

Not actually included in module mysql.pool. Only listed here for documentation purposes. For ConnectionPool and it's documentation, see: http://vibed.org/api/vibe.core.connectionpool/ConnectionPool

Constructors

this
this(Connection delegate() connection_factory, uint max_concurrent)

See: http://vibed.org/api/vibe.core.connectionpool/ConnectionPool.this

Members

Functions

lockConnection
LockedConnection!T lockConnection()

See: http://vibed.org/api/vibe.core.connectionpool/ConnectionPool.lockConnection

removeUnused
void removeUnused(void delegate(Connection conn) @(safe) nothrow disconnect_callback)

See: https://github.com/vibe-d/vibe-core/blob/24a83434e4c788ebb9859dfaecbe60ad0f6e9983/source/vibe/core/connectionpool.d#L113

Variables

maxConcurrency
uint maxConcurrency;

See: http://vibed.org/api/vibe.core.connectionpool/ConnectionPool.maxConcurrency

Meta