Versions in this module Expand all Collapse all v0 v0.13.2 Jun 13, 2025 v0.13.1 May 30, 2025 Changes in this version + type RefCount interface + Acquire func() RefCount[T] + Get func() T + RefCnt func() int32 + func NewRefCount[T io.Closer](t T) RefCount[T]