//
pkg.gl
Category
github.com/pingcap/tidb
pkg
util
zeropool
package
9.0.0-alpha+incompatible
Repository:
https://github.com/pingcap/tidb.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
1
Dependents
9
Files
48 SLOC
#
Functions
New
New creates a new Pool[T] with the given function to create new items.
#
Structs
Pool
Pool is a type-safe pool of items that does not allocate pointers to items.