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

Variables

maxConcurrency
uint maxConcurrency;

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

Meta