poolReturn {pool}R Documentation

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.


[Package pool version 0.1.3 Index]