Source File
doc.go
Belonging Package
github.com/jackc/puddle/v2
// Package puddle is a generic resource pool with type-parametrized api./*Puddle is a tiny generic resource pool library for Go that uses the standardcontext library to signal cancellation of acquires. It is designed to containthe minimum functionality a resource pool needs that cannot be implementedwithout concurrency concerns. For example, a database connection pool may usepuddle internally and implement health checks and keep-alive behavior withoutneeding to implement any concurrent code of its own.*/package puddle
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)