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]
    class ConnectionPool(Connection)
    @property
    void
    maxConcurrency
  2. uint maxConcurrency [@property getter]

Meta