IObjectPool<T>
Interface in Arbor.Pool
Interface for pooling class type instances
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Pool type |
|
Property Name | Description |
---|---|
CountInactive | Number of unused instances stored in this pool |
Method Name | Description |
---|---|
Clear | Clear all pooled instances. |
Get | Fetch an instance from the pool. |
Release | Return the instance to the pool. |