Returns the quota for this pool. Note this changes dynamically based on the global number of registered resource pools.
| 181 | /// Returns the quota for this pool. Note this changes dynamically based on the global |
| 182 | /// number of registered resource pools. |
| 183 | int quota() const { return parent_->per_pool_quota_.Load(); } |
| 184 | |
| 185 | /// Set the maximum number of required threads that will be running at one time. |
| 186 | /// The caller should not create more required threads than this, otherwise this |