Versions in this module Expand all Collapse all v1 v1.0.1 Sep 22, 2023 v1.0.0 Jul 26, 2023 Changes in this version + const GC_TIME + type Factory func() (Src, error) + type Pool interface + Call func(func(Src) error) error + Close func() + Len func() int + func ClassicPool(capacity, maxIdle int, factory Factory, gctime ...time.Duration) Pool + type Src interface + Close func() + Reset func() + Usable func() bool