//
pkg.gl
Category
github.com/sandwich-go/boost
xpool
package
1.3.48
Repository:
https://github.com/sandwich-go/boost.git
Documentation:
pkg.go.dev
Overview
Dependencies
9
Dependents
0
#
README
xpool
支持
bytes
池
支持工作协程池
例子
p := NewSyncBytesPool(1, 100, 2) buff := p.Alloc(6) defer func() { p.Free(buff) }