package
0.0.0-20250114223410-f64633da4fd4
Repository: https://github.com/rogpeppe/misc.git
Documentation: pkg.go.dev

# Functions

NewPool returns a Pool that acquires items by calling the given get function.

# Structs

Item holds an item from a Pool.
Pool represents a pool of items, usually all of the same type, that can be shared between tests.