Versions in this module Expand all Collapse all v0 v0.3.8 Oct 22, 2024 Changes in this version + type Pool struct + func New[T Reseter](New func() any) *Pool[T] + func (p *Pool[T]) Get() T + func (p *Pool[T]) Put(pkt T) + type Reseter interface + Reset func()