DefaultPool
Default object pool implementation.
Inheritors
Inheritors
Functions
borrow an instance. Pool can recycle an old instance or create a new one
borrow an instance. Pool can recycle an old instance or create a new one
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
Dispose the whole pool. None of borrowed objects could be used after the pool gets disposed otherwise it can result in undefined behaviour
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