Interfaces
Type Name | Description |
---|---|
IObjectPool<T> | Interface for pooling class type instances |
IReleaseReceiver | Interface that will be called back when returning to the pool by implementing it in the element type of GenericPool<T> |
Type Name | Description |
---|---|
IObjectPool<T> | Interface for pooling class type instances |
IReleaseReceiver | Interface that will be called back when returning to the pool by implementing it in the element type of GenericPool<T> |