# Functions

Wraps the given io.Closer into a RefCloser, initializing its reference count to 1.

# Interfaces

RefCloser is a reference counted io.Closer where the wrapped Closer is closed when its reference count reaches zero.