Class ConnectionPool

Vibe.d's ConnectionPool class.

class ConnectionPool(T) ;

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

NameDescription
this (connection_factory, max_concurrent)

Fields

NameTypeDescription
maxConcurrency uint

Methods

NameDescription
lockConnection ()
removeUnused (disconnect_callback)