Versions in this module Expand all Collapse all v1 v1.0.0 Jun 14, 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{})