ConnectionPool.this

Undocumented in source.
  1. this(Connection delegate() @(safe) connection_factory, uint max_concurrent)
    class ConnectionPool(Connection)
    this
    (
    Connection delegate
    ()
    @safe
    connection_factory
    ,
    uint max_concurrent = uint.max
    )
  2. this(Connection delegate() connection_factory, uint max_concurrent)

Meta