Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type Pool struct + Limit uint64 + Start uint64 + func (p *Pool) Get() (uint64, bool) + func (p *Pool) Put(v uint64)