poolReturn: Returns an object back to the pool.
Description
Should be called by the end user if they previously fetched
an object directly using object <- poolCheckout(pool)
and are now done with said object.
Usage
poolReturn(object)# S4 method for ANY
poolReturn(object)
Arguments
- object
A pooled object.