ConnectionPool.this

Scheduled for deprecation - use an @safe callback instead

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

Meta