Learn R Programming

pool (version 0.1.0.9000)

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)

Arguments

object

A pooled object.