//
pkg.gl
Category
github.com/prometheus/prometheus
util
zeropool
package
2.55.1+incompatible
Repository:
https://github.com/prometheus/prometheus.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
14
Files
43 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.