IReleaseReceiver
Interface in Nostalgia.Pool
Description
Interface that will be called back when returning to the pool by implementing it in the element type of GenericPool<T>
Methods
| Method Name | Description |
|---|---|
| OnRelease | Called when the instance is returned to the pool. |