| 接口 | 说明 |
|---|---|
| BlockingPool<T> |
Represents a pool of objects that makes the requesting threads wait if no
object is available.
|
| ObjectFactory<T> |
Represents the mechanism to create new objects to be used in an object pool.
|
| Pool<T> |
Represents a cached pool of objects.
|
| Pool.Dispose<T> | |
| Pool.Validator<T> |
Represents the functionality to validate an object of the pool
|
| 类 | 说明 |
|---|---|
| BoundedBlockingPool<T> |
Copyright © 2016. All rights reserved.