//
pkg.gl
Category
github.com/rogpeppe/misc
testpool
package
0.0.0-20250114223410-f64633da4fd4
Repository:
https://github.com/rogpeppe/misc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
93 SLOC
#
Functions
NewPool
NewPool returns a Pool that acquires items by calling the given get function.
#
Structs
Item
Item holds an item from a Pool.
Pool
Pool represents a pool of items, usually all of the same type, that can be shared between tests.