proxy.golang.org : github.com/jackc/puddle/v2 : v2.1.1
Package puddle is a generic resource pool with type-parametrized api. Puddle is a tiny generic resource pool library for Go that uses the standard context library to signal cancellation of acquires. It is designed to contain the minimum functionality a resource pool needs that cannot be implemented without concurrency concerns. For example, a database connection pool may use puddle internally and implement health checks and keep-alive behavior without needing to implement any concurrent code of its own.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/jackc/puddle/v2@v2.1.1
Published:
Indexed:
Related tag:
v2.1.1
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.0
- golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7
- gopkg.in/yaml.v3 v3.0.1