DefaultPool
Default object pool implementation.
Inheritors
Functions
Link copied to clipboard
Dispose the whole pool. None of borrowed objects could be used after the pool gets disposed otherwise it can result in undefined behaviour
Dispose the whole pool. None of borrowed objects could be used after the pool gets disposed otherwise it can result in undefined behaviour
Link copied to clipboard
Recycle an instance. Should be recycled what was borrowed before otherwise could fail
Recycle an instance. Should be recycled what was borrowed before otherwise could fail
Link copied to clipboard
Link copied to clipboard