Content deleted Content added
mNo edit summary |
→Handling of empty pools: fixing typo |
||
Line 8:
# Fail to provide an object (and return an error to the client)
# Allocate a new object, thus increasing the size of the pool. Pools that do this usually allow you to
# In a [[Thread (computer science)|multithreaded]] environment, a pool may block the client until another thread returns an object to the pool.
|