Versions in this module Expand all Collapse all v1 v1.2.0 Mar 14, 2026 v1.1.1 May 8, 2023 v1.1.0 Jun 30, 2022 Changes in this version + type SyncPool struct + func NewSyncPool(newFunc func() interface{}, init func(interface{})) *SyncPool + func (that *SyncPool) Get() interface{} + func (that *SyncPool) Put(value interface{})