ConnectionPool.maxConcurrency

Determines the maximum number of concurrently open connections.

Attempting to lock more connections that this number will cause the calling fiber to be blocked until one of the locked connections becomes available for reuse.

  1. uint maxConcurrency [@property setter]
  2. uint maxConcurrency [@property getter]
    class ConnectionPool(Connection)
    @property nothrow
    uint
    maxConcurrency
    ()

Meta