ConnectionPool.this

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

Meta