poolCheckout {pool} | R Documentation |
Should be called by the end user if they need a persistent
object, that is not returned to the pool automatically.
When you don't longer need the object, be sure to return it
to the pool using poolReturn(object)
.
poolCheckout(pool)
pool |
The pool to get the object from. |